Quantcast
Channel: Recent posts across whole site
Viewing all articles
Browse latest Browse all 49221

Views PHP Distinct

$
0
0

Been doing some slow query debugging and GROUP BY/DISTINCT has turned one of my views from taking 0.0049 seconds to 1.7768 seconds. This view also has LIMIT 0, 1 slapped at the end of it, so MySQL could be smarter about this. But in the mean time I could use PHP to do the Group By/Distinct logic. Has someone done this before?


Viewing all articles
Browse latest Browse all 49221

Trending Articles