Type:
Bug
Priority:
Critical
Resolution:
Not a Bug
Affects Version/s:
N/A
The test uses all default server startup options, loads original data set from MDEV-28073 (xpo_full_testcase.sql), runs ANALYZE PERSISTENT FOR ALL on all tables, and executes the query:
SELECT * FROM `t1` tbl0 INNER JOIN `t1` tbl1
ON tbl1.`c1` = CAST (tbl0.`c2` AS CHAR (30))
LEFT JOIN `t1` tbl2 ON tbl2.`c3` = 'str'
INNER JOIN `t2` tbl5;
(where tX, cX and 'str' are obfuscated names of tables and columns and a constant from the dataset).
On current 10.6, the query takes below 1 sec
10.6
Empty set (0.907 sec)
On the preview branch for MDEV-28852 (preview-10.10-optimizer 6f979f88c), with the patch from MDEV-28929 , it takes over 13 min:
Empty set (13 min 45.263 sec)
Note that it's about the actual execution, not about plan selection; on both versions EXPLAIN is nearly instantaneous. The plans are correspondingly
10.6
+ ------+-------------+-------+------+---------------+---------+---------+-------+------+----------+-------------------------------------------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
+ ------+-------------+-------+------+---------------+---------+---------+-------+------+----------+-------------------------------------------------+
| 1 | SIMPLE | tbl0 | ALL | NULL | NULL | NULL | NULL | 1314 | 100.00 | |
| 1 | SIMPLE | tbl1 | ALL | NULL | NULL | NULL | NULL | 1314 | 100.00 | Using where ; Using join buffer (flat, BNL join ) |
| 1 | SIMPLE | tbl2 | ref | a_ref_9 | a_ref_9 | 99 | const | 1 | 100.00 | Using where |
| 1 | SIMPLE | tbl5 | ALL | NULL | NULL | NULL | NULL | 619 | 100.00 | Using join buffer (flat, BNL join ) |
+ ------+-------------+-------+------+---------------+---------+---------+-------+------+----------+-------------------------------------------------+
preview-10.10-optimizer 6f979f88c5 + patch from MDEV-28929
+ ------+-------------+-------+------+---------------+---------+---------+-------+------+----------+--------------------------------------------------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
+ ------+-------------+-------+------+---------------+---------+---------+-------+------+----------+--------------------------------------------------------+
| 1 | SIMPLE | tbl5 | ALL | NULL | NULL | NULL | NULL | 619 | 100.00 | |
| 1 | SIMPLE | tbl0 | ALL | NULL | NULL | NULL | NULL | 1314 | 100.00 | Using join buffer (flat, BNL join ) |
| 1 | SIMPLE | tbl1 | ALL | NULL | NULL | NULL | NULL | 1314 | 100.00 | Using where ; Using join buffer (incremental, BNL join ) |
| 1 | SIMPLE | tbl2 | ref | a_ref_9 | a_ref_9 | 99 | const | 1 | 100.00 | Using where |
+ ------+-------------+-------+------+---------------+---------+---------+-------+------+----------+--------------------------------------------------------+
is caused by
MDEV-28852
Improve optimization of joins with many tables, including eq_ref tables
Closed
Transition
Time In Source Status
Execution Times
Open
Closed
1d 17h 5m
1
{"report":{"fcp":1797.1000003814697,"ttfb":1131.1000003814697,"pageVisibility":"visible","entityId":112632,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"3f9fe7f2-103e-483c-805c-a1a8d0cd9c70","navigationType":0,"readyForUser":1899.3999996185303,"redirectCount":0,"resourceLoadedEnd":2168.3999996185303,"resourceLoadedStart":1139.3999996185303,"resourceTiming":[{"duration":185.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":1139.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1139.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1324.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":185.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1139.8000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1139.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1325.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":196.60000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":1140,"connectEnd":1140,"connectStart":1140,"domainLookupEnd":1140,"domainLookupStart":1140,"fetchStart":1140,"redirectEnd":0,"redirectStart":0,"requestStart":1140,"responseEnd":1336.6000003814697,"responseStart":1336.6000003814697,"secureConnectionStart":1140},{"duration":277.9000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":1140.1999998092651,"connectEnd":1140.1999998092651,"connectStart":1140.1999998092651,"domainLookupEnd":1140.1999998092651,"domainLookupStart":1140.1999998092651,"fetchStart":1140.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1140.1999998092651,"responseEnd":1418.1000003814697,"responseStart":1418.1000003814697,"secureConnectionStart":1140.1999998092651},{"duration":281.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":1140.5,"connectEnd":1140.5,"connectStart":1140.5,"domainLookupEnd":1140.5,"domainLookupStart":1140.5,"fetchStart":1140.5,"redirectEnd":0,"redirectStart":0,"requestStart":1140.5,"responseEnd":1422,"responseStart":1422,"secureConnectionStart":1140.5},{"duration":281.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":1140.6999998092651,"connectEnd":1140.6999998092651,"connectStart":1140.6999998092651,"domainLookupEnd":1140.6999998092651,"domainLookupStart":1140.6999998092651,"fetchStart":1140.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1140.6999998092651,"responseEnd":1422.3999996185303,"responseStart":1422.3999996185303,"secureConnectionStart":1140.6999998092651},{"duration":282,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":1140.8000001907349,"connectEnd":1140.8000001907349,"connectStart":1140.8000001907349,"domainLookupEnd":1140.8000001907349,"domainLookupStart":1140.8000001907349,"fetchStart":1140.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":1140.8000001907349,"responseEnd":1422.8000001907349,"responseStart":1422.8000001907349,"secureConnectionStart":1140.8000001907349},{"duration":339.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":1141,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1141,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1480.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":282.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":1141.1999998092651,"connectEnd":1141.1999998092651,"connectStart":1141.1999998092651,"domainLookupEnd":1141.1999998092651,"domainLookupStart":1141.1999998092651,"fetchStart":1141.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1141.1999998092651,"responseEnd":1423.3000001907349,"responseStart":1423.3000001907349,"secureConnectionStart":1141.1999998092651},{"duration":339,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":1141.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1141.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1480.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":282.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":1141.5,"connectEnd":1141.5,"connectStart":1141.5,"domainLookupEnd":1141.5,"domainLookupStart":1141.5,"fetchStart":1141.5,"redirectEnd":0,"redirectStart":0,"requestStart":1141.5,"responseEnd":1424,"responseStart":1424,"secureConnectionStart":1141.5},{"duration":647.7999992370605,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":1142.6000003814697,"connectEnd":1142.6000003814697,"connectStart":1142.6000003814697,"domainLookupEnd":1142.6000003814697,"domainLookupStart":1142.6000003814697,"fetchStart":1142.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1142.6000003814697,"responseEnd":1790.3999996185303,"responseStart":1790.3999996185303,"secureConnectionStart":1142.6000003814697},{"duration":1025.7999992370605,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":1142.6000003814697,"connectEnd":1142.6000003814697,"connectStart":1142.6000003814697,"domainLookupEnd":1142.6000003814697,"domainLookupStart":1142.6000003814697,"fetchStart":1142.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1142.6000003814697,"responseEnd":2168.3999996185303,"responseStart":2168.3999996185303,"secureConnectionStart":1142.6000003814697},{"duration":299.80000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1492.1999998092651,"connectEnd":1492.1999998092651,"connectStart":1492.1999998092651,"domainLookupEnd":1492.1999998092651,"domainLookupStart":1492.1999998092651,"fetchStart":1492.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1492.1999998092651,"responseEnd":1792,"responseStart":1792,"secureConnectionStart":1492.1999998092651}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":798,"responseStart":1131,"responseEnd":1136,"domLoading":1137,"domInteractive":2188,"domContentLoadedEventStart":2188,"domContentLoadedEventEnd":2230,"domComplete":3106,"loadEventStart":3106,"loadEventEnd":3107,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2170.6000003814697},{"name":"bigPipe.sidebar-id.end","time":2171.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":2171.699999809265},{"name":"bigPipe.activity-panel-pipe-id.end","time":2172.699999809265},{"name":"activityTabFullyLoaded","time":2242.800000190735}],"measures":[],"correlationId":"a0565f63af530a","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":104,"dbReadsTimeInMs":14,"dbConnsTimeInMs":22,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}