Question : I have this query: SELECT * FROM location WHERE to_tsvector(‘simple’,unaccent2(“city”)) @@ to_tsquery(‘simple’,unaccent2(‘wroclaw’)) order by displaycount I’m happy with […]

Question : I have a slow query running on a large forum. The EXPLAIN synopsis: mysql> EXPLAIN SELECT COUNT(post_thanks.id) as […]