#5179 closed defect (bug) (fixed)
Use INNER JOIN instead of LEFT JOIN for taxonomy
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3.1 |
| Component: | General | Version: | 2.3 |
| Severity: | normal | Keywords: | taxonomy performance |
| Cc: |
Description
We really don't need LEFT JOIN as far as I can tell. Let's use the faster INNER JOIN.
Attachments (1)
Change History (5)
- Milestone changed from 2.4 to 2.3.1
Nominating for 2.3.1. We might like the performance bump there.
Note: See
TracTickets for help on using
tickets.

(In [6224]) Use inner joins instead of left joins for taxonomy. Inner is faster. fixes #5179