This is a copy of this MySQL bug: http://bugs.mysql.com/bug.php?id=69359
I am filing it here in hopes it will get more attention than from the MySQL folks.
Note, this bug occurs in BOTH MySQL and MariaDB.
Restatement of bug follows...
See
http://stackoverflow.com/questions/16848190/mysql-why-isnt-foo-is-null-optimized-away
for a description. Quoting that here:
I have two tables Person and Message and the latter has a foreign key to the former. Each table has id as the primary key column, and the Person table also has a column personId which is (uniquely) indexed.
The query below should take advantage of the personId key index, but instead MySQL requires scanning the entire Message table for some reason:
mysql> EXPLAIN SELECT `m`.*
-> FROM
-> `Message` AS `m`
-> LEFT JOIN
-> `Person` AS `p` ON (`m`.`person` = `p`.`id`)
-> WHERE
-> 'M002649397' IS NULL OR
-> `p`.`personId` = 'M002649397';
+----+-------------+-------+--------+---------------+---------+---------+----------------+--------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-------+--------+---------------+---------+---------+----------------+--------+-------------+
| 1 | SIMPLE | m | ALL | NULL | NULL | NULL | NULL | 273220 | |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 8 | pcom.m.person | 1 | Using where |
+----+-------------+-------+--------+---------------+---------+---------+----------------+--------+-------------+
2 rows in set (0.00 sec)
But when I comment out the 'M002649397' IS NULL OR clause (which has no effect on the result), the query suddenly gets more efficient:
mysql> EXPLAIN SELECT `m`.*
-> FROM
-> `Message` AS `m`
-> LEFT JOIN
-> `Person` AS `p` ON (`m`.`person` = `p`.`id`)
-> WHERE
-> -- 'M002649397' IS NULL OR
-> `p`.`personId` = 'M002649397';
+----+-------------+-------+-------+--------------------+--------------------+---------+-------+------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-------+-------+--------------------+--------------------+---------+-------+------+-------------+
| 1 | SIMPLE | p | const | PRIMARY,personId | personId | 767 | const | 1 | Using index |
| 1 | SIMPLE | m | ref | FK9C2397E7A0F6ED11 | FK9C2397E7A0F6ED11 | 9 | const | 3 | Using where |
+----+-------------+-------+-------+--------------------+--------------------+---------+-------+------+-------------+
2 rows in set (0.01 sec)
The bug is that the 'M002649397' IS NULL expression, which is always false, is not being optimized away.
Here is a schema to test with:
create table Message (
type char(1) not null,
id bigint not null auto_increment,
createTime datetime not null,
updateTime datetime not null,
person bigint,
primary key (id)
) ENGINE=InnoDB default charset=utf8 collate=utf8_bin;
create table Person (
id bigint not null auto_increment,
createTime datetime not null,
updateTime datetime not null,
firstName varchar(255),
lastName varchar(255),
middleName varchar(255),
personId varchar(255) not null unique,
primary key (id)
) ENGINE=InnoDB default charset=utf8 collate=utf8_bin;
create index idx_Message_createTime on Message (createTime);
alter table Message
add index FK9C2397E7A0F6ED11 (person),
add constraint FK9C2397E7A0F6ED11
foreign key (person)
references Person (id);
create index idx_Person_lastName on Person (lastName);
Sergei Petrunia
made changes -
2013-07-26 13:05
Field
Original Value
New Value
Assignee
Sergei Petrunia
[ psergey
]
Sergei Golubchik
made changes -
2013-08-08 14:01
Affects Version/s
5.5.32
[ 13000
]
Sergei Golubchik
made changes -
2013-08-08 14:01
Affects Version/s
5.5.29-galera
[ 12300
]
Sergei Petrunia
made changes -
2013-09-03 17:57
Resolution
Fixed
[ 1
]
Status
Open
[ 1
]
Closed
[ 6
]
Sergei Golubchik
made changes -
2014-06-13 15:06
Workflow
defaullt
[ 28214
]
MariaDB v2
[ 44185
]
Sergei Golubchik
made changes -
2021-12-06 21:39
Workflow
MariaDB v3
[ 63464
]
MariaDB v4
[ 146885
]
{"report":{"fcp":1271.9000000953674,"ttfb":265.40000009536743,"pageVisibility":"visible","entityId":24914,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"1743a8a0-3885-4f7e-aa96-19be78f2718b","navigationType":0,"readyForUser":1405.1999998092651,"redirectCount":0,"resourceLoadedEnd":1371.0999999046326,"resourceLoadedStart":270.90000009536743,"resourceTiming":[{"duration":293.7999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":270.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":564.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":293.90000009536743,"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":271.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":271.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":565,"responseStart":0,"secureConnectionStart":0},{"duration":289.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":271.40000009536743,"connectEnd":271.40000009536743,"connectStart":271.40000009536743,"domainLookupEnd":271.40000009536743,"domainLookupStart":271.40000009536743,"fetchStart":271.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":271.40000009536743,"responseEnd":560.6999998092651,"responseStart":560.6999998092651,"secureConnectionStart":271.40000009536743},{"duration":438.69999980926514,"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":271.5,"connectEnd":271.5,"connectStart":271.5,"domainLookupEnd":271.5,"domainLookupStart":271.5,"fetchStart":271.5,"redirectEnd":0,"redirectStart":0,"requestStart":271.5,"responseEnd":710.1999998092651,"responseStart":710.1999998092651,"secureConnectionStart":271.5},{"duration":449,"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":271.69999980926514,"connectEnd":271.69999980926514,"connectStart":271.69999980926514,"domainLookupEnd":271.69999980926514,"domainLookupStart":271.69999980926514,"fetchStart":271.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":271.69999980926514,"responseEnd":720.6999998092651,"responseStart":720.6999998092651,"secureConnectionStart":271.69999980926514},{"duration":449.30000019073486,"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":272,"connectEnd":272,"connectStart":272,"domainLookupEnd":272,"domainLookupStart":272,"fetchStart":272,"redirectEnd":0,"redirectStart":0,"requestStart":272,"responseEnd":721.3000001907349,"responseStart":721.3000001907349,"secureConnectionStart":272},{"duration":450,"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":272.09999990463257,"connectEnd":272.09999990463257,"connectStart":272.09999990463257,"domainLookupEnd":272.09999990463257,"domainLookupStart":272.09999990463257,"fetchStart":272.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":272.09999990463257,"responseEnd":722.0999999046326,"responseStart":722.0999999046326,"secureConnectionStart":272.09999990463257},{"duration":451.19999980926514,"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":272.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":272.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":723.5,"responseStart":0,"secureConnectionStart":0},{"duration":450.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":272.5,"connectEnd":272.5,"connectStart":272.5,"domainLookupEnd":272.5,"domainLookupStart":272.5,"fetchStart":272.5,"redirectEnd":0,"redirectStart":0,"requestStart":272.5,"responseEnd":723.0999999046326,"responseStart":723.0999999046326,"secureConnectionStart":272.5},{"duration":477.6000003814697,"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":272.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":272.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":750.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":450.8999996185303,"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":272.80000019073486,"connectEnd":272.80000019073486,"connectStart":272.80000019073486,"domainLookupEnd":272.80000019073486,"domainLookupStart":272.80000019073486,"fetchStart":272.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":272.80000019073486,"responseEnd":723.6999998092651,"responseStart":723.6999998092651,"secureConnectionStart":272.80000019073486},{"duration":736.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":282.80000019073486,"connectEnd":282.80000019073486,"connectStart":282.80000019073486,"domainLookupEnd":282.80000019073486,"domainLookupStart":282.80000019073486,"fetchStart":282.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":282.80000019073486,"responseEnd":1019.3000001907349,"responseStart":1019.3000001907349,"secureConnectionStart":282.80000019073486},{"duration":1088.1999998092651,"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":282.90000009536743,"connectEnd":282.90000009536743,"connectStart":282.90000009536743,"domainLookupEnd":282.90000009536743,"domainLookupStart":282.90000009536743,"fetchStart":282.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":282.90000009536743,"responseEnd":1371.0999999046326,"responseStart":1371.0999999046326,"secureConnectionStart":282.90000009536743},{"duration":261.6000003814697,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":758.1999998092651,"connectEnd":758.1999998092651,"connectStart":758.1999998092651,"domainLookupEnd":758.1999998092651,"domainLookupStart":758.1999998092651,"fetchStart":758.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":758.1999998092651,"responseEnd":1019.8000001907349,"responseStart":1019.8000001907349,"secureConnectionStart":758.1999998092651},{"duration":421.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1160.5999999046326,"connectEnd":1160.5999999046326,"connectStart":1160.5999999046326,"domainLookupEnd":1160.5999999046326,"domainLookupStart":1160.5999999046326,"fetchStart":1160.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1160.5999999046326,"responseEnd":1581.9000000953674,"responseStart":1581.9000000953674,"secureConnectionStart":1160.5999999046326}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":69,"responseStart":266,"responseEnd":278,"domLoading":269,"domInteractive":1511,"domContentLoadedEventStart":1511,"domContentLoadedEventEnd":1574,"domComplete":2170,"loadEventStart":2170,"loadEventEnd":2171,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1493},{"name":"bigPipe.sidebar-id.end","time":1494.9000000953674},{"name":"bigPipe.activity-panel-pipe-id.start","time":1495.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":1498.0999999046326},{"name":"activityTabFullyLoaded","time":1622.6999998092651}],"measures":[],"correlationId":"74fc2f92ac8c20","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":120,"dbReadsTimeInMs":23,"dbConnsTimeInMs":32,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}