#9720 closed defect (bug) (fixed)
Why the left joins in wp-include/query.php?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Optimization | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
While looking into #9635, I noticed a whole bunch of left joins in the main queries, where a straightforward join would usually seem perfectly valid.
Are there any reasons for them to be used? Asking, because imporperly used left joins can have devastating effects on a query's performance by forcing the join order.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Example: