… subqueries) and we saw in my presentation that sometimes these perform worse and sometimes better than another equivalent solution. If you… query optimizer analyzes queries for common patterns the MySQL designers know can be improved. But there’s a finite amount of engineer… solution for randomly choosing rows involves some compromise, either of performance, or of accuracy of randomness. The ORDER BY RAND() solution…
The post Post: MySQL Query Patterns, Optimized - Webinar questions followup appeared first on MySQL Performance Blog.