Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24093, comment 24


Ignore:
Timestamp:
09/26/2014 07:32:29 AM (10 years ago)
Author:
sarukuku
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24093, comment 24

    initial v1  
    1 There's no metion of a limit in the WP Meta Query class reference. The meta_query implementation creates so bad SQL that it actually can cripple the whole server with only 9 compares. I think the type of this should be changed to bug.
     1There's no mention of a limit in the WP Meta Query class reference. The meta_query implementation creates so bad SQL that it actually can cripple the whole server with only 9 compares. I think the type of this should be changed to bug.
    22
    33In general I also feel that it's weird that the meta_query implementation differs so much from the taxonomy_query implementation (f.ex. missing the support for multi level query with different compares).