tomjn / WordPress-The-Right-Way

WordPress The Right Way
https://www.wptherightway.org
Other
314 stars 61 forks source link

Meta Queries and Scale #39

Closed tomjn closed 10 years ago

tomjn commented 10 years ago

Add a section about Meta queries, and scale, namely how they don't scale ( no INDEX on the meta table ), and how there are better ways of doing it for improved performance ( taxonomies ) and why it's usually not the right way to do it if you need to search for all posts with meta key X and value Y