Type:
Bug
Priority:
Critical
Resolution:
Fixed
Affects Version/s:
N/A
create or replace table t (f int );
insert into t values
(7),(5),(0),(5),(112),(9),(9),(7),(5),(9),
(1),(7),(0),(6),(6),(2),(1),(6),(169),(7);
select f from t where f in (77, 1, 144, 73, 14, 12);
set histogram_type= JSON_HB;
analyze table t persistent for all ;
explain format=json select f from t where f in (77, 1, 144, 73, 14, 12);
set histogram_type= DOUBLE_PREC_HB;
analyze table t persistent for all ;
explain format=json select f from t where f in (77, 1, 144, 73, 14, 12);
# Cleanup
drop table t;
The result set is 2 rows (out of 20):
preview-10.7-MDEV-26519-json-histograms 7fa0542dc6
select f from t where f in (77, 1, 144, 73, 14, 12);
f
1
1
With DOUBLE_PREC_HB, filtered value is 10.98, which is quite good:
set histogram_type= DOUBLE_PREC_HB;
analyze table t persistent for all ;
Table Op Msg_type Msg_text
test.t analyze status Engine-independent statistics collected
test.t analyze status OK
explain format=json select f from t where f in (77, 1, 144, 73, 14, 12);
EXPLAIN
{
"query_block" : {
"select_id" : 1,
"table" : {
"table_name" : "t" ,
"access_type" : "ALL" ,
"rows" : 20,
"filtered" : 10.98332787,
"attached_condition" : "t.f in (77,1,144,73,14,12)"
}
}
}
With JSON_HB, it's 35, which isn't so good:
set histogram_type= JSON_HB;
analyze table t persistent for all ;
Table Op Msg_type Msg_text
test.t analyze status Engine-independent statistics collected
test.t analyze status OK
explain format=json select f from t where f in (77, 1, 144, 73, 14, 12);
EXPLAIN
{
"query_block" : {
"select_id" : 1,
"table" : {
"table_name" : "t" ,
"access_type" : "ALL" ,
"rows" : 20,
"filtered" : 35,
"attached_condition" : "t.f in (77,1,144,73,14,12)"
}
}
}
is caused by
MDEV-26519
JSON Histograms: improve histogram collection
Closed
{"report":{"fcp":1452.9000005722046,"ttfb":341.1000003814697,"pageVisibility":"visible","entityId":104323,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"1a5d6184-6705-4f6f-bd80-14f4dac06b91","navigationType":0,"readyForUser":1565.6000003814697,"redirectCount":0,"resourceLoadedEnd":1446.2000007629395,"resourceLoadedStart":346.5,"resourceTiming":[{"duration":483.20000076293945,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":346.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":346.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":829.7000007629395,"responseStart":0,"secureConnectionStart":0},{"duration":483.19999980926514,"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":346.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":346.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":830,"responseStart":0,"secureConnectionStart":0},{"duration":494.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":346.9000005722046,"connectEnd":346.9000005722046,"connectStart":346.9000005722046,"domainLookupEnd":346.9000005722046,"domainLookupStart":346.9000005722046,"fetchStart":346.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":346.9000005722046,"responseEnd":841.8000001907349,"responseStart":841.8000001907349,"secureConnectionStart":346.9000005722046},{"duration":589.3999996185303,"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":347.20000076293945,"connectEnd":347.20000076293945,"connectStart":347.20000076293945,"domainLookupEnd":347.20000076293945,"domainLookupStart":347.20000076293945,"fetchStart":347.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":347.20000076293945,"responseEnd":936.6000003814697,"responseStart":936.6000003814697,"secureConnectionStart":347.20000076293945},{"duration":597.1000003814697,"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":347.6000003814697,"connectEnd":347.6000003814697,"connectStart":347.6000003814697,"domainLookupEnd":347.6000003814697,"domainLookupStart":347.6000003814697,"fetchStart":347.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":347.6000003814697,"responseEnd":944.7000007629395,"responseStart":944.7000007629395,"secureConnectionStart":347.6000003814697},{"duration":597.4000005722046,"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":347.80000019073486,"connectEnd":347.80000019073486,"connectStart":347.80000019073486,"domainLookupEnd":347.80000019073486,"domainLookupStart":347.80000019073486,"fetchStart":347.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":347.80000019073486,"responseEnd":945.2000007629395,"responseStart":945.2000007629395,"secureConnectionStart":347.80000019073486},{"duration":597.7000007629395,"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":348,"connectEnd":348,"connectStart":348,"domainLookupEnd":348,"domainLookupStart":348,"fetchStart":348,"redirectEnd":0,"redirectStart":0,"requestStart":348,"responseEnd":945.7000007629395,"responseStart":945.7000007629395,"secureConnectionStart":348},{"duration":739.1000003814697,"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":348.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":348.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1087.6000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":597.4000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":348.80000019073486,"connectEnd":348.80000019073486,"connectStart":348.80000019073486,"domainLookupEnd":348.80000019073486,"domainLookupStart":348.80000019073486,"fetchStart":348.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":348.80000019073486,"responseEnd":946.2000007629395,"responseStart":946.2000007629395,"secureConnectionStart":348.80000019073486},{"duration":739,"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":349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1088,"responseStart":0,"secureConnectionStart":0},{"duration":597.5999994277954,"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":349.20000076293945,"connectEnd":349.20000076293945,"connectStart":349.20000076293945,"domainLookupEnd":349.20000076293945,"domainLookupStart":349.20000076293945,"fetchStart":349.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":349.20000076293945,"responseEnd":946.8000001907349,"responseStart":946.8000001907349,"secureConnectionStart":349.20000076293945},{"duration":798.6999998092651,"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":357.1000003814697,"connectEnd":357.1000003814697,"connectStart":357.1000003814697,"domainLookupEnd":357.1000003814697,"domainLookupStart":357.1000003814697,"fetchStart":357.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":357.1000003814697,"responseEnd":1155.8000001907349,"responseStart":1155.8000001907349,"secureConnectionStart":357.1000003814697},{"duration":1079.6000003814697,"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":357.80000019073486,"connectEnd":357.80000019073486,"connectStart":357.80000019073486,"domainLookupEnd":357.80000019073486,"domainLookupStart":357.80000019073486,"fetchStart":357.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":357.80000019073486,"responseEnd":1437.4000005722046,"responseStart":1437.4000005722046,"secureConnectionStart":357.80000019073486},{"duration":54.69999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1101.6000003814697,"connectEnd":1101.6000003814697,"connectStart":1101.6000003814697,"domainLookupEnd":1101.6000003814697,"domainLookupStart":1101.6000003814697,"fetchStart":1101.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1101.6000003814697,"responseEnd":1156.3000001907349,"responseStart":1156.3000001907349,"secureConnectionStart":1101.6000003814697},{"duration":268.70000076293945,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1177.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1177.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1446.2000007629395,"responseStart":0,"secureConnectionStart":0},{"duration":615.3999996185303,"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":1178.4000005722046,"connectEnd":1178.4000005722046,"connectStart":1178.4000005722046,"domainLookupEnd":1178.4000005722046,"domainLookupStart":1178.4000005722046,"fetchStart":1178.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":1178.4000005722046,"responseEnd":1793.8000001907349,"responseStart":1793.8000001907349,"secureConnectionStart":1178.4000005722046},{"duration":633.0999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":1178.9000005722046,"connectEnd":1178.9000005722046,"connectStart":1178.9000005722046,"domainLookupEnd":1178.9000005722046,"domainLookupStart":1178.9000005722046,"fetchStart":1178.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":1178.9000005722046,"responseEnd":1812,"responseStart":1812,"secureConnectionStart":1178.9000005722046}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":163,"responseStart":341,"responseEnd":358,"domLoading":345,"domInteractive":1705,"domContentLoadedEventStart":1705,"domContentLoadedEventEnd":1796,"domComplete":2227,"loadEventStart":2228,"loadEventEnd":2228,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1653.4000005722046},{"name":"bigPipe.sidebar-id.end","time":1654.3000001907349},{"name":"bigPipe.activity-panel-pipe-id.start","time":1654.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1656.2000007629395},{"name":"activityTabFullyLoaded","time":1851.8000001907349}],"measures":[],"correlationId":"4c95451a25afb6","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":106,"dbReadsTimeInMs":11,"dbConnsTimeInMs":19,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Raised to critical on procedural reasons. Feel free to demote and remove from "must-do" scope.