﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14699	Optimize SQL resulting from custom taxonomy queries	misterbisson		The SQL generated by `WP_Query::get_posts()` results in a `get_objects_in_term()` and `implode()`s the given post IDs into the posts query. The query can't be optimized at the database layer, and leads to slow performance with large numbers of posts. [http://core.trac.wordpress.org/browser/trunk/wp-includes/query.php?rev=15531#L1968 browse code]	enhancement	closed	normal		Query	3.0.1	normal	duplicate	has-patch needs-testing	
