Entity.strict or Article.state are not indexed. Use EXPLAIN before your SELECT statement and check which tables are being fully scanned. That will hint what needs indexing.
Mihalj
2010-06-23 13:00:31
Entity.strict or Article.state are not indexed. Use EXPLAIN before your SELECT statement and check which tables are being fully scanned. That will hint what needs indexing.
do you really need the left join?! imho your query should get a boost without it ;)