Bug #1932 | Cartesian product within subgroups using outer joins optimizes poorly | ||
---|---|---|---|
Submitted: | 24 Nov 2003 7:44 | Modified: | 24 Nov 2003 16:08 |
Reporter: | Kevin Grittner | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1 alpha | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[24 Nov 2003 7:44]
Kevin Grittner
[24 Nov 2003 16:08]
Dean Ellis
The query is, essentially, attempting to perform nested joins, which MySQL does not currently support. The performance issues were likely due to the cartesian products resulting from the way MySQL actually parses the query. Chances are that had you let the query complete you would have found the results to be useless. Support for nested joins is planned for the future. Thank you.