DROP TABLE t1;
|
DROP TABLE t2;
|
|
CREATE TABLE `t1` (
|
`t1_seq` INT NOT NULL,
|
`c1` VARCHAR(10) NOT NULL ,
|
PRIMARY KEY (`t1_seq`) USING BTREE
|
) ENGINE=INNODB;
|
|
CREATE TABLE `t2` (
|
`t2_seq` INT NOT NULL,
|
`t1_seq` INT NOT NULL,
|
`c2` VARCHAR(10) NOT NULL ,
|
PRIMARY KEY (`t2_seq`, `t1_seq`) USING BTREE
|
) ENGINE=INNODB;
|
|
INSERT INTO t1 VALUES(1, 'A');
|
INSERT INTO t2 VALUES(1, 1, 'T2-1-1');
|
INSERT INTO t2 VALUES(2, 1, 'T2-1-2');
|
INSERT INTO t2 VALUES(3, 1, 'T2-1-3');
|
|
MariaDB [testdb]> SELECT @@version;
|
+-----------------+
|
| @@version |
|
+-----------------+
|
| 10.11.2-MariaDB |
|
+-----------------+
|
1 ROW IN SET (0.000 sec)
|
|
SELECT LPAD(@rownum := @rownum + 1, 8, 0) AS str_num
|
, t1.t1_seq
|
, t2.t2_seq
|
, t1.c1
|
, t2.c2
|
FROM t1
|
INNER JOIN t2 ON (t1.t1_seq = t2.t1_seq)
|
CROSS JOIN ( SELECT @rownum := 0 ) X
|
;
|
|
+------+-------------+------------+--------+---------------+------+---------+------+------+-------------------------------------------------+
|
| id | select_type | TABLE | TYPE | possible_keys | KEY | key_len | ref | ROWS | Extra |
|
+------+-------------+------------+--------+---------------+------+---------+------+------+-------------------------------------------------+
|
| 1 | PRIMARY | <derived2> | system | NULL | NULL | NULL | NULL | 1 | |
|
| 1 | PRIMARY | t1 | ALL | PRIMARY | NULL | NULL | NULL | 1 | |
|
| 1 | PRIMARY | t2 | ALL | NULL | NULL | NULL | NULL | 3 | USING WHERE; USING JOIN buffer (flat, BNL JOIN) |
|
| 2 | DERIVED | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NO TABLES used |
|
+------+-------------+------------+--------+---------------+------+---------+------+------+-------------------------------------------------+
|
4 ROWS IN SET (0.000 sec)
|
|
+----------+--------+--------+----+--------+
|
| str_num | t1_seq | t2_seq | c1 | c2 |
|
+----------+--------+--------+----+--------+
|
| 00000001 | 1 | 1 | A | T2-1-1 |
|
| 00000002 | 1 | 2 | A | T2-1-2 |
|
| 00000003 | 1 | 3 | A | T2-1-3 |
|
+----------+--------+--------+----+--------+
|
3 ROWS IN SET (0.002 sec)
|
STRAIGHT_JOIN:
SELECT STRAIGHT_JOIN LPAD(@rownum := @rownum + 1, 8, 0) AS str_num
|
, t1.t1_seq
|
, t2.t2_seq
|
, t1.c1
|
, t2.c2
|
FROM t1
|
INNER JOIN t2 ON (t1.t1_seq = t2.t1_seq)
|
CROSS JOIN ( SELECT @rownum := 0 ) X
|
;
|
|
+------+-------------+------------+------+---------------+------+---------+------+------+-------------------------------------------------+
|
| id | select_type | TABLE | TYPE | possible_keys | KEY | key_len | ref | ROWS | Extra |
|
+------+-------------+------------+------+---------------+------+---------+------+------+-------------------------------------------------+
|
| 1 | PRIMARY | t1 | ALL | PRIMARY | NULL | NULL | NULL | 1 | |
|
| 1 | PRIMARY | t2 | ALL | NULL | NULL | NULL | NULL | 3 | USING WHERE; USING JOIN buffer (flat, BNL JOIN) |
|
| 1 | PRIMARY | <derived2> | ALL | NULL | NULL | NULL | NULL | 1 | USING JOIN buffer (incremental, BNL JOIN) |
|
| 2 | DERIVED | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NO TABLES used |
|
+------+-------------+------------+------+---------------+------+---------+------+------+-------------------------------------------------+
|
4 ROWS IN SET (0.000 sec)
|
|
MariaDB [lololdb]>
|
|
+----------+--------+--------+----+--------+
|
| str_num | t1_seq | t2_seq | c1 | c2 |
|
+----------+--------+--------+----+--------+
|
| 00000001 | 1 | 1 | A | T2-1-1 |
|
| 00000002 | 1 | 2 | A | T2-1-2 |
|
| 00000003 | 1 | 3 | A | T2-1-3 |
|
| 00000004 | 1 | 1 | A | T2-1-1 |
|
| 00000005 | 1 | 2 | A | T2-1-2 |
|
| 00000006 | 1 | 3 | A | T2-1-3 |
|
+----------+--------+--------+----+--------+
|
6 ROWS IN SET (0.001 sec)
|
|
MariaDB [testdb]>
|
{"report":{"fcp":1439.2000000476837,"ttfb":716.2999999523163,"pageVisibility":"visible","entityId":120728,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"3edd9f44-d6dc-46a8-9cb3-a48f1c6b82bd","navigationType":0,"readyForUser":1530.1000001430511,"redirectCount":0,"resourceLoadedEnd":1246.2999999523163,"resourceLoadedStart":721.2000000476837,"resourceTiming":[{"duration":242.79999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":721.2000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":721.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":964,"responseStart":0,"secureConnectionStart":0},{"duration":243,"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":721.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":721.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":964.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":252,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":721.6000001430511,"connectEnd":721.6000001430511,"connectStart":721.6000001430511,"domainLookupEnd":721.6000001430511,"domainLookupStart":721.6000001430511,"fetchStart":721.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":721.6000001430511,"responseEnd":973.6000001430511,"responseStart":973.6000001430511,"secureConnectionStart":721.6000001430511},{"duration":306.90000009536743,"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":721.7999999523163,"connectEnd":721.7999999523163,"connectStart":721.7999999523163,"domainLookupEnd":721.7999999523163,"domainLookupStart":721.7999999523163,"fetchStart":721.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":721.7999999523163,"responseEnd":1028.7000000476837,"responseStart":1028.7000000476837,"secureConnectionStart":721.7999999523163},{"duration":310.60000014305115,"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":722,"connectEnd":722,"connectStart":722,"domainLookupEnd":722,"domainLookupStart":722,"fetchStart":722,"redirectEnd":0,"redirectStart":0,"requestStart":722,"responseEnd":1032.6000001430511,"responseStart":1032.6000001430511,"secureConnectionStart":722},{"duration":310.7999999523163,"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":722.2000000476837,"connectEnd":722.2000000476837,"connectStart":722.2000000476837,"domainLookupEnd":722.2000000476837,"domainLookupStart":722.2000000476837,"fetchStart":722.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":722.2000000476837,"responseEnd":1033,"responseStart":1033,"secureConnectionStart":722.2000000476837},{"duration":311.2000000476837,"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":722.2999999523163,"connectEnd":722.2999999523163,"connectStart":722.2999999523163,"domainLookupEnd":722.2999999523163,"domainLookupStart":722.2999999523163,"fetchStart":722.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":722.2999999523163,"responseEnd":1033.5,"responseStart":1033.5,"secureConnectionStart":722.2999999523163},{"duration":393.09999990463257,"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":722.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":722.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1115.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":311.2000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":722.7999999523163,"connectEnd":722.7999999523163,"connectStart":722.7999999523163,"domainLookupEnd":722.7999999523163,"domainLookupStart":722.7999999523163,"fetchStart":722.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":722.7999999523163,"responseEnd":1034,"responseStart":1034,"secureConnectionStart":722.7999999523163},{"duration":392.89999985694885,"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":723.1000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":723.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1116,"responseStart":0,"secureConnectionStart":0},{"duration":311.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":723.2000000476837,"connectEnd":723.2000000476837,"connectStart":723.2000000476837,"domainLookupEnd":723.2000000476837,"domainLookupStart":723.2000000476837,"fetchStart":723.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":723.2000000476837,"responseEnd":1034.7000000476837,"responseStart":1034.7000000476837,"secureConnectionStart":723.2000000476837},{"duration":516.8999998569489,"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":729.1000001430511,"connectEnd":729.1000001430511,"connectStart":729.1000001430511,"domainLookupEnd":729.1000001430511,"domainLookupStart":729.1000001430511,"fetchStart":729.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":729.1000001430511,"responseEnd":1246,"responseStart":1246,"secureConnectionStart":729.1000001430511},{"duration":514.8999998569489,"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":731.4000000953674,"connectEnd":731.4000000953674,"connectStart":731.4000000953674,"domainLookupEnd":731.4000000953674,"domainLookupStart":731.4000000953674,"fetchStart":731.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":731.4000000953674,"responseEnd":1246.2999999523163,"responseStart":1246.2999999523163,"secureConnectionStart":731.4000000953674},{"duration":102.20000004768372,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1143.2999999523163,"connectEnd":1143.2999999523163,"connectStart":1143.2999999523163,"domainLookupEnd":1143.2999999523163,"domainLookupStart":1143.2999999523163,"fetchStart":1143.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":1143.2999999523163,"responseEnd":1245.5,"responseStart":1245.5,"secureConnectionStart":1143.2999999523163}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":90,"responseStart":716,"responseEnd":732,"domLoading":719,"domInteractive":1590,"domContentLoadedEventStart":1591,"domContentLoadedEventEnd":1642,"domComplete":2352,"loadEventStart":2352,"loadEventEnd":2354,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1571.5},{"name":"bigPipe.sidebar-id.end","time":1572.2999999523163},{"name":"bigPipe.activity-panel-pipe-id.start","time":1572.4000000953674},{"name":"bigPipe.activity-panel-pipe-id.end","time":1575},{"name":"activityTabFullyLoaded","time":1655}],"measures":[],"correlationId":"51c46988ca2df8","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":89,"dbReadsTimeInMs":9,"dbConnsTimeInMs":16,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}