MySql query taking too long - django on webfaction
Posted
by fallhunter
on Stack Overflow
See other posts from Stack Overflow
or by fallhunter
Published on 2010-04-13T06:29:45Z
Indexed on
2010/04/13
6:33 UTC
Read the original article
Hit count: 298
I use django on webfaction, and I've got a "MySql query taking too long" message, the sql is
SELECT (1) AS `a` FROM `main_userprofile` WHERE `main_userprofile`.`id` = 98
This is a rather simple sql, why the query taken too long?
© Stack Overflow or respective owner