[wp-trac] [WordPress Trac] #19608: tmp table issues caused by WP_Query (was: tmp table issues)
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 19 07:02:19 UTC 2011
#19608: tmp table issues caused by WP_Query
-----------------------------+------------------------------
Reporter: FrederickTownes | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Database | Version: 3.3
Severity: normal | Resolution:
Keywords: has-patch |
-----------------------------+------------------------------
Comment (by scribu):
For anyone else trying to figure out what the patch does, it basically
splits the main query from WP_Query into two steps:
1. Get the post ids.
2. Get the full rows of those ids.
There already are a few other tickets which propose the same thing. (I'll
hopefully find them shortly)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19608#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list