… are couple of examples: GROUP BY Consider SELECT COUNT(*) cnt, page FROM log GROUP BY page ORDER BY cnt DESC limit 10, the query… as possible. ORDER BY I already wrote about ORDER BY LIMIT Optimization so I will not repeat it here. In the nutshell ORDER BY LIMIT can be… make sure for queries you’re going to run ORDER BY .. LIMIT can be performed using the index, for example simple JOIN is…
Post: Sphinx search performance optimization: attribute-based filters
…it defaults to 20. Total says 1000 because by default query is limited to 1000 best …I would emphasize – while it is a neat performance optimization for highly selective attributes, this is certainly … search and then filtering, using attribute is orders of magnitude better than using a fulltext key…

