Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.0(EOL), 11.5(EOL)
Description
Filing this based on MDEV-34097.
When the join optimizer produces a query plan for a construct like
t1 LEFT JOIN (t2 JOIN t3 ON ...) ON ... |
it picks a join order of
t1 t2 t3
|
Suppose the fanout of the t2, t3 part is less than 1.
The fanout of t1, t2, t3 cannot be less than fanout of t1 , because LEFT JOIN will always generate at least one matching record combination for each record of t1.
Attachments
Issue Links
- relates to
-
MDEV-34097 Extremely slow performance on specific to Wordpress/Woocommerce joins
- Open