[wp-trac] [WordPress Trac] #15861: Sorting users by post count

WordPress Trac wp-trac at lists.automattic.com
Fri Dec 17 10:21:24 UTC 2010


#15861: Sorting users by post count
----------------------------+-----------------
 Reporter:  scribu          |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  3.1
Component:  Administration  |    Version:
 Severity:  normal          |   Keywords:
----------------------------+-----------------
 Currently, to enable sorting by post count, there's a JOIN made between
 the users table and the posts table.

 This is bad, because users is a global table, which might be stored in a
 separate database.

 Short-term solution for 3.1 is to disable sorting.

 Long-term solution is to avoid the JOIN somehow.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15861>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list