#9720 closed defect (bug) (fixed)
Why the left joins in wp-include/query.php?
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Optimization | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch tested commit |
| 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)
Change History (5)
- Keywords has-patch needs-testing added
- Keywords tested commit added; needs-testing removed
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Example: