create table t1 (a int, b int);
|
insert t1 values (rand()*1e5, rand()*1e5);
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
insert t1 select rand()*1e5, rand()*1e5 from t1;
|
set use_stat_tables=preferably;
|
analyze table t1;
|
create table t2 (c int, d int, key(c), key(d));
|
insert t2 select floor(rand()*1e5/2)*2, floor(rand()*1e5/3)*3 from t1;
|
set optimizer_use_condition_selectivity=1;
|
explain extended select * from t1, t2, t1 as t3 where t1.b=t2.c and t2.d=t3.a and t3.b<5 and t1.a < 2000;
|
select * from t1, t2, t1 as t3 where t1.b=t2.c and t2.d=t3.a and t3.b<5 and t1.a < 2000;
|
set optimizer_use_condition_selectivity=3;
|
explain extended select * from t1, t2, t1 as t3 where t1.b=t2.c and t2.d=t3.a and t3.b<5 and t1.a < 2000;
|
select * from t1, t2, t1 as t3 where t1.b=t2.c and t2.d=t3.a and t3.b<5 and t1.a < 2000;
|
One can see that column stats work, "filtered" column is correct:
MariaDB [test]> set optimizer_use_condition_selectivity=3;
|
Query OK, 0 rows affected (0.00 sec)
|
|
MariaDB [test]> explain extended select * from t1, t2, t1 as t3 where t1.b=t2.c and t2.d=t3.a and t3.b<5 and t1.a < 2000;
|
+------+-------------+-------+------+---------------+------+---------+-----------+--------+----------+-------------------------------------------------+
|
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|
+------+-------------+-------+------+---------------+------+---------+-----------+--------+----------+-------------------------------------------------+
|
| 1 | SIMPLE | t1 | ALL | NULL | NULL | NULL | NULL | 524288 | 2.00 | Using where |
|
| 1 | SIMPLE | t3 | ALL | NULL | NULL | NULL | NULL | 524288 | 0.00 | Using where; Using join buffer (flat, BNL join) |
|
| 1 | SIMPLE | t2 | ref | c,d | c | 5 | test.t1.b | 10 | 100.00 | Using where |
|
+------+-------------+-------+------+---------------+------+---------+-----------+--------+----------+-------------------------------------------------+
|
3 rows in set, 1 warning (0.00 sec)
|
|
MariaDB [test]> set optimizer_use_condition_selectivity=1;
|
Query OK, 0 rows affected (0.00 sec)
|
|
MariaDB [test]> explain extended select * from t1, t2, t1 as t3 where t1.b=t2.c and t2.d=t3.a and t3.b<5 and t1.a < 2000;
|
+------+-------------+-------+------+---------------+------+---------+-----------+--------+----------+-------------------------------------------------+
|
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|
+------+-------------+-------+------+---------------+------+---------+-----------+--------+----------+-------------------------------------------------+
|
| 1 | SIMPLE | t1 | ALL | NULL | NULL | NULL | NULL | 524288 | 100.00 | Using where |
|
| 1 | SIMPLE | t2 | ref | c,d | c | 5 | test.t1.b | 10 | 100.00 | |
|
| 1 | SIMPLE | t3 | ALL | NULL | NULL | NULL | NULL | 524288 | 100.00 | Using where; Using join buffer (flat, BNL join) |
|
+------+-------------+-------+------+---------------+------+---------+-----------+--------+----------+-------------------------------------------------+
|
3 rows in set, 1 warning (0.00 sec)
|
But the first query takes almost twice as long as the second one.
{"report":{"fcp":2497.5999999046326,"ttfb":489.5,"pageVisibility":"visible","entityId":26127,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":32,"apdex":0.5,"journeyId":"94c0b65f-6676-4ea7-b927-9c3dd61bfde4","navigationType":0,"readyForUser":2656,"redirectCount":0,"resourceLoadedEnd":2427.399999856949,"resourceLoadedStart":501.59999990463257,"resourceTiming":[{"duration":398.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":501.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":501.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":900,"responseStart":0,"secureConnectionStart":0},{"duration":398.5,"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":501.89999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":501.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":900.3999998569489,"responseStart":0,"secureConnectionStart":0},{"duration":1088.2999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":502.09999990463257,"connectEnd":901,"connectStart":901,"domainLookupEnd":901,"domainLookupStart":901,"fetchStart":502.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":923.5999999046326,"responseEnd":1590.3999998569489,"responseStart":938.5999999046326,"secureConnectionStart":901},{"duration":1344.5999999046326,"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":502.2999999523163,"connectEnd":502.2999999523163,"connectStart":502.2999999523163,"domainLookupEnd":502.2999999523163,"domainLookupStart":502.2999999523163,"fetchStart":502.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":926.7000000476837,"responseEnd":1846.8999998569489,"responseStart":1028.3999998569489,"secureConnectionStart":502.2999999523163},{"duration":478.09999990463257,"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":502.5,"connectEnd":502.5,"connectStart":502.5,"domainLookupEnd":502.5,"domainLookupStart":502.5,"fetchStart":502.5,"redirectEnd":0,"redirectStart":0,"requestStart":927.5,"responseEnd":980.5999999046326,"responseStart":955.3999998569489,"secureConnectionStart":502.5},{"duration":520.2000000476837,"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":502.59999990463257,"connectEnd":502.59999990463257,"connectStart":502.59999990463257,"domainLookupEnd":502.59999990463257,"domainLookupStart":502.59999990463257,"fetchStart":502.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":926.8999998569489,"responseEnd":1022.7999999523163,"responseStart":1014.3999998569489,"secureConnectionStart":502.59999990463257},{"duration":494.59999990463257,"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":502.7999999523163,"connectEnd":502.7999999523163,"connectStart":502.7999999523163,"domainLookupEnd":502.7999999523163,"domainLookupStart":502.7999999523163,"fetchStart":502.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":928.3999998569489,"responseEnd":997.3999998569489,"responseStart":972.0999999046326,"secureConnectionStart":502.7999999523163},{"duration":407.7999999523163,"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":504.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":504.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":912.3999998569489,"responseStart":0,"secureConnectionStart":0},{"duration":509.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":504.7999999523163,"connectEnd":504.7999999523163,"connectStart":504.7999999523163,"domainLookupEnd":504.7999999523163,"domainLookupStart":504.7999999523163,"fetchStart":504.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":929,"responseEnd":1013.8999998569489,"responseStart":1000.2000000476837,"secureConnectionStart":504.7999999523163},{"duration":409.10000014305115,"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":504.89999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":504.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":914,"responseStart":0,"secureConnectionStart":0},{"duration":526.2000000476837,"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":505.09999990463257,"connectEnd":505.09999990463257,"connectStart":505.09999990463257,"domainLookupEnd":505.09999990463257,"domainLookupStart":505.09999990463257,"fetchStart":505.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":929.3999998569489,"responseEnd":1031.2999999523163,"responseStart":1009.0999999046326,"secureConnectionStart":505.09999990463257},{"duration":1351.5,"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":510.2000000476837,"connectEnd":510.2000000476837,"connectStart":510.2000000476837,"domainLookupEnd":510.2000000476837,"domainLookupStart":510.2000000476837,"fetchStart":510.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":1849.8999998569489,"responseEnd":1861.7000000476837,"responseStart":1860.8999998569489,"secureConnectionStart":510.2000000476837},{"duration":1917.0999999046326,"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":510.2999999523163,"connectEnd":510.2999999523163,"connectStart":510.2999999523163,"domainLookupEnd":510.2999999523163,"domainLookupStart":510.2999999523163,"fetchStart":510.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":2414.2000000476837,"responseEnd":2427.399999856949,"responseStart":2425.5,"secureConnectionStart":510.2999999523163},{"duration":660.4000000953674,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1754.3999998569489,"connectEnd":1754.3999998569489,"connectStart":1754.3999998569489,"domainLookupEnd":1754.3999998569489,"domainLookupStart":1754.3999998569489,"fetchStart":1754.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":2372.899999856949,"responseEnd":2414.7999999523163,"responseStart":2412.2999999523163,"secureConnectionStart":1754.3999998569489}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":289,"responseStart":490,"responseEnd":509,"domLoading":497,"domInteractive":2799,"domContentLoadedEventStart":2799,"domContentLoadedEventEnd":2880,"domComplete":5374,"loadEventStart":5374,"loadEventEnd":5374,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2768.399999856949},{"name":"bigPipe.sidebar-id.end","time":2769.2000000476837},{"name":"bigPipe.activity-panel-pipe-id.start","time":2769.2999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":2776.7000000476837},{"name":"activityTabFullyLoaded","time":2901.2999999523163}],"measures":[],"correlationId":"268d385ecb8e63","effectiveType":"4g","downlink":9.9,"rtt":0,"serverDuration":126,"dbReadsTimeInMs":12,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
"Stabilized" testcase provided over email