Introduction

This is a report for the insert benchmark with 480M docs and 24 client(s). It is generated by scripts (bash, awk, sed) and Tufte might not be impressed. An overview of the insert benchmark is here and a short update is here. Below, by DBMS, I mean DBMS+version.config. An example is my8020.c10b40 where my means MySQL, 8020 is version 8.0.20 and c10b40 is the name for the configuration file.

The test server has 80 cores with hyperthreads enabled, 256G RAM and fast storage. The benchmark was run with 24 client and there were 1 or 3 connections per client (1 for queries or inserts without rate limits, 1+1 for rate limited inserts+deletes). There are 24 tables, with a client per table. It loads 480M rows without secondary indexes, creates secondary indexes, then inserts 960M rows with a delete per insert to avoid growing the table. It then does 3 read+write tests for 3600s each that do queries as fast as possible with 100, 500 and then 1000 inserts/second/client concurrent with the queries and 1000 deletes/second to avoid growing the table. The database is cached by InnoDB.

The tested DBMS are:


Contents


Summary

The numbers are inserts/s for l.i0 and l.i1, indexed docs (or rows) /s for l.x and queries/s for q*.2. The values are the average rate over the entire test for inserts (IPS) and queries (QPS). The range of values for IPS and QPS is split into 3 parts: bottom 25%, middle 50%, top 25%. Values in the bottom 25% have a red background, values in the top 25% have a green background and values in the middle have no color. A gray background is used for values that can be ignored because the DBMS did not sustain the target insert rate. Red backgrounds are not used when the minimum value is within 80% of the max value.

dbmsl.i0l.xl.i1q100.1q500.1q1000.1
my5651_rel_native_lto.cy10_u 48387136509561511114414118373107661
my5651_rel_native_lto.cy10_ua1 48144435881956411114623120045107721
my5651_rel_native_lto.cy10_ua2 47666336288761491114959116869107269

This table has relative throughput, throughput for the DBMS relative to the DBMS in the first line, using the absolute throughput from the previous table. Values less than 0.95 have a yellow background. Values greater than 1.05 have a blue background.

dbmsl.i0l.xl.i1q100.1q500.1q1000.1
my5651_rel_native_lto.cy10_u 1.001.001.001.001.001.00
my5651_rel_native_lto.cy10_ua1 0.990.980.921.001.011.00
my5651_rel_native_lto.cy10_ua2 0.990.991.001.000.991.00

This lists the average rate of inserts/s for the tests that do inserts concurrent with queries. For such tests the query rate is listed in the table above. The read+write tests are setup so that the insert rate should match the target rate every second. Cells that are not at least 95% of the target have a red background to indicate a failure to satisfy the target.

dbmsq100.1q500.1q1000.1
my5651_rel_native_lto.cy10_u23801190423834
my5651_rel_native_lto.cy10_ua123801190723828
my5651_rel_native_lto.cy10_ua223791190723828
target24001200024000

l.i0

l.i0: load without secondary indexes. Graphs for performance per 1-second interval are here.

Average throughput:

Image

Insert response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For the max column values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u0.34711.48287.9140.2150.0430.100
my5651_rel_native_lto.cy10_ua10.34611.40287.9960.2140.0430.097
my5651_rel_native_lto.cy10_ua20.3409.99789.3930.2280.0430.090

Performance metrics for the DBMS listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
483871	0	0	0.0	2283.9	112.3	0.000	0.000	0.005	0.238	77635	38.7	0.160	64	31.8	160.3	46.5	0.100	20177	17882	480m.my5651_rel_native_lto.cy10_u
481444	0	0	0.0	1253.5	106.7	0.000	0.000	0.003	0.227	73199	38.3	0.152	64	31.8	160.3	46.5	0.097	20180	17881	480m.my5651_rel_native_lto.cy10_ua1
476663	0	0	0.0	2290.4	110.8	0.000	0.000	0.005	0.238	76305	38.3	0.160	64	31.8	160.3	46.5	0.090	19880	17483	480m.my5651_rel_native_lto.cy10_ua2

l.x

l.x: create secondary indexes.

Average throughput:

Image

Performance metrics for the DBMS listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
365095	0	0	0.0	20148.6	687.1	0.000	0.000	0.055	1.927	75986	31.1	0.208	68	65.2	193.7	80.7	0.002	NA	NA	480m.my5651_rel_native_lto.cy10_u
358819	0	0	0.0	16232.2	638.5	0.000	0.000	0.045	1.822	67467	31.5	0.188	70	65.2	193.7	80.7	0.002	NA	NA	480m.my5651_rel_native_lto.cy10_ua1
362887	0	0	0.0	19984.1	681.8	0.000	0.000	0.055	1.924	76169	31.2	0.210	69	65.2	193.7	80.7	0.002	NA	NA	480m.my5651_rel_native_lto.cy10_ua2

l.i1

l.i1: continue load after secondary indexes created. Graphs for performance per 1-second interval are here.

Average throughput:

Image

Insert response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For the max column values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u0.00816.32883.6380.0250.163
my5651_rel_native_lto.cy10_ua10.0077.61492.3540.0250.153
my5651_rel_native_lto.cy10_ua20.01417.45182.5080.027nonzero3.842

Delete response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For the max column values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u0.01321.06278.9180.0070.151
my5651_rel_native_lto.cy10_ua10.01311.74588.2370.0050.136
my5651_rel_native_lto.cy10_ua20.01722.21777.7570.008nonzero3.843

Performance metrics for the DBMS listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
61511	0	1469	6.3	6840.1	212.3	0.024	0.105	0.111	3.535	134852	66.6	2.192	866	217.4	393.8	215.8	0.163	2547	2048	480m.my5651_rel_native_lto.cy10_u
56411	0	1414	6.1	5871.9	197.9	0.025	0.111	0.104	3.593	135569	66.3	2.403	940	217.6	394.1	215.8	0.153	2348	1898	480m.my5651_rel_native_lto.cy10_ua1
61491	0	1387	6.0	6845.9	212.6	0.023	0.100	0.111	3.540	135141	66.7	2.198	868	217.5	393.9	215.8	3.842	2547	2048	480m.my5651_rel_native_lto.cy10_ua2

q100.1

q100.1: range queries with 100 insert/s per client. Graphs for performance per 1-second interval are here.

Average throughput:

Image

Query response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u93.0706.6510.1640.115nonzero0.023
my5651_rel_native_lto.cy10_ua193.0796.6430.1680.110nonzero0.047
my5651_rel_native_lto.cy10_ua293.3366.3990.1540.110nonzero0.022

Insert response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u32.09367.5970.3100.044
my5651_rel_native_lto.cy10_ua141.18658.6740.1400.025
my5651_rel_native_lto.cy10_ua236.61563.2610.1240.048

Delete response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u64.55635.3880.0560.044
my5651_rel_native_lto.cy10_ua174.06525.9270.0080.022
my5651_rel_native_lto.cy10_ua270.83229.1590.0090.026

Performance metrics for the DBMS listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
2380	114414	1140	16.8	6756.2	195.3	0.010	0.150	2.839	84.042	488018	39.8	4.265	278	217.4	393.8	215.9	0.023	4795	4412	480m.my5651_rel_native_lto.cy10_u
2380	114623	749	16.6	6401.7	195.6	0.007	0.149	2.690	84.191	485023	39.7	4.231	277	217.6	394.1	215.8	0.047	4812	4428	480m.my5651_rel_native_lto.cy10_ua1
2379	114959	1134	16.7	6813.2	196.8	0.010	0.149	2.864	84.735	487704	39.5	4.242	275	217.5	393.9	215.9	0.022	4811	4428	480m.my5651_rel_native_lto.cy10_ua2

q500.1

q500.1: range queries with 500 insert/s per client. Graphs for performance per 1-second interval are here.

Average throughput:

Image

Query response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u95.1444.7520.0340.070nonzero0.061
my5651_rel_native_lto.cy10_ua195.7384.1630.0370.061nonzero0.027
my5651_rel_native_lto.cy10_ua294.2365.6440.0430.077nonzero0.037

Insert response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u10.72789.1010.1720.0010.077
my5651_rel_native_lto.cy10_ua128.88271.0940.0240.033
my5651_rel_native_lto.cy10_ua25.89691.0063.0970.0010.072

Delete response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u16.76083.1730.0660.0010.074
my5651_rel_native_lto.cy10_ua142.80757.1760.0170.027
my5651_rel_native_lto.cy10_ua210.03388.9351.0320.0010.072

Performance metrics for the DBMS listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
11904	118373	823	8.4	5354.0	155.7	0.007	0.073	0.450	13.394	500843	42.5	4.231	287	217.4	393.8	215.9	0.061	4891	4460	480m.my5651_rel_native_lto.cy10_u
11907	120045	803	8.2	4778.0	154.6	0.007	0.070	0.401	13.293	504313	41.7	4.201	278	217.6	394.1	215.8	0.027	4971	4556	480m.my5651_rel_native_lto.cy10_ua1
11907	116869	829	8.6	5373.9	156.2	0.007	0.075	0.451	13.434	494579	43.5	4.232	298	217.5	393.9	215.9	0.037	4859	4444	480m.my5651_rel_native_lto.cy10_ua2

q1000.1

q1000.1: range queries with 1000 insert/s per client. Graphs for performance per 1-second interval are here.

Average throughput:

Image

Query response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u84.14415.4750.3170.064nonzero0.028
my5651_rel_native_lto.cy10_ua184.00015.6260.3110.063nonzero0.041
my5651_rel_native_lto.cy10_ua283.98515.6300.3210.064nonzero0.026

Insert response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u0.35817.40382.2380.0010.076
my5651_rel_native_lto.cy10_ua10.75416.03483.2100.0010.075
my5651_rel_native_lto.cy10_ua20.36615.04984.585nonzero0.065

Delete response time histogram: each cell has the percentage of responses that take <= the time in the header and max is the max response time in seconds. For max values in the top 25% of the range have a red background and in the bottom 25% of the range have a green background. The red background is not used when the min value is within 80% of the max value.

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5651_rel_native_lto.cy10_u0.16920.17979.652nonzero0.074
my5651_rel_native_lto.cy10_ua10.66018.36380.9760.0010.077
my5651_rel_native_lto.cy10_ua20.15417.24082.605nonzero0.069

Performance metrics for the DBMS listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
23834	107661	791	6.1	3495.6	103.3	0.007	0.058	0.147	4.440	456168	54.5	4.237	405	217.4	393.8	215.9	0.028	4491	4140	480m.my5651_rel_native_lto.cy10_u
23828	107721	812	6.3	3408.1	102.9	0.008	0.060	0.143	4.422	453525	54.7	4.210	406	217.6	394.1	215.8	0.041	4492	4188	480m.my5651_rel_native_lto.cy10_ua1
23828	107269	796	6.0	3545.2	104.9	0.007	0.057	0.149	4.508	453691	55.0	4.229	410	217.5	393.9	215.9	0.026	4475	4156	480m.my5651_rel_native_lto.cy10_ua2

l.i0

l.i0: load without secondary indexes

Performance metrics for all DBMS, not just the ones listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
483871	0	0	0.0	2283.9	112.3	0.000	0.000	0.005	0.238	77635	38.7	0.160	64	31.8	160.3	46.5	0.100	20177	17882	480m.my5651_rel_native_lto.cy10_u
481444	0	0	0.0	1253.5	106.7	0.000	0.000	0.003	0.227	73199	38.3	0.152	64	31.8	160.3	46.5	0.097	20180	17881	480m.my5651_rel_native_lto.cy10_ua1
476663	0	0	0.0	2290.4	110.8	0.000	0.000	0.005	0.238	76305	38.3	0.160	64	31.8	160.3	46.5	0.090	19880	17483	480m.my5651_rel_native_lto.cy10_ua2

l.x

l.x: create secondary indexes

Performance metrics for all DBMS, not just the ones listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
365095	0	0	0.0	20148.6	687.1	0.000	0.000	0.055	1.927	75986	31.1	0.208	68	65.2	193.7	80.7	0.002	NA	NA	480m.my5651_rel_native_lto.cy10_u
358819	0	0	0.0	16232.2	638.5	0.000	0.000	0.045	1.822	67467	31.5	0.188	70	65.2	193.7	80.7	0.002	NA	NA	480m.my5651_rel_native_lto.cy10_ua1
362887	0	0	0.0	19984.1	681.8	0.000	0.000	0.055	1.924	76169	31.2	0.210	69	65.2	193.7	80.7	0.002	NA	NA	480m.my5651_rel_native_lto.cy10_ua2

l.i1

l.i1: continue load after secondary indexes created

Performance metrics for all DBMS, not just the ones listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
61511	0	1469	6.3	6840.1	212.3	0.024	0.105	0.111	3.535	134852	66.6	2.192	866	217.4	393.8	215.8	0.163	2547	2048	480m.my5651_rel_native_lto.cy10_u
56411	0	1414	6.1	5871.9	197.9	0.025	0.111	0.104	3.593	135569	66.3	2.403	940	217.6	394.1	215.8	0.153	2348	1898	480m.my5651_rel_native_lto.cy10_ua1
61491	0	1387	6.0	6845.9	212.6	0.023	0.100	0.111	3.540	135141	66.7	2.198	868	217.5	393.9	215.8	3.842	2547	2048	480m.my5651_rel_native_lto.cy10_ua2

q100.1

q100.1: range queries with 100 insert/s per client

Performance metrics for all DBMS, not just the ones listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
2380	114414	1140	16.8	6756.2	195.3	0.010	0.150	2.839	84.042	488018	39.8	4.265	278	217.4	393.8	215.9	0.023	4795	4412	480m.my5651_rel_native_lto.cy10_u
2380	114623	749	16.6	6401.7	195.6	0.007	0.149	2.690	84.191	485023	39.7	4.231	277	217.6	394.1	215.8	0.047	4812	4428	480m.my5651_rel_native_lto.cy10_ua1
2379	114959	1134	16.7	6813.2	196.8	0.010	0.149	2.864	84.735	487704	39.5	4.242	275	217.5	393.9	215.9	0.022	4811	4428	480m.my5651_rel_native_lto.cy10_ua2

q500.1

q500.1: range queries with 500 insert/s per client

Performance metrics for all DBMS, not just the ones listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
11904	118373	823	8.4	5354.0	155.7	0.007	0.073	0.450	13.394	500843	42.5	4.231	287	217.4	393.8	215.9	0.061	4891	4460	480m.my5651_rel_native_lto.cy10_u
11907	120045	803	8.2	4778.0	154.6	0.007	0.070	0.401	13.293	504313	41.7	4.201	278	217.6	394.1	215.8	0.027	4971	4556	480m.my5651_rel_native_lto.cy10_ua1
11907	116869	829	8.6	5373.9	156.2	0.007	0.075	0.451	13.434	494579	43.5	4.232	298	217.5	393.9	215.9	0.037	4859	4444	480m.my5651_rel_native_lto.cy10_ua2

q1000.1

q1000.1: range queries with 1000 insert/s per client

Performance metrics for all DBMS, not just the ones listed above. Some are normalized by throughput, others are not. Legend for results is here.

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
23834	107661	791	6.1	3495.6	103.3	0.007	0.058	0.147	4.440	456168	54.5	4.237	405	217.4	393.8	215.9	0.028	4491	4140	480m.my5651_rel_native_lto.cy10_u
23828	107721	812	6.3	3408.1	102.9	0.008	0.060	0.143	4.422	453525	54.7	4.210	406	217.6	394.1	215.8	0.041	4492	4188	480m.my5651_rel_native_lto.cy10_ua1
23828	107269	796	6.0	3545.2	104.9	0.007	0.057	0.149	4.508	453691	55.0	4.229	410	217.5	393.9	215.9	0.026	4475	4156	480m.my5651_rel_native_lto.cy10_ua2

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.347	11.482	87.914	0.215	0.043	0.000	0.000	0.000	0.000	0.100	my5651_rel_native_lto.cy10_u
0.000	0.346	11.402	87.996	0.214	0.043	0.000	0.000	0.000	0.000	0.097	my5651_rel_native_lto.cy10_ua1
0.000	0.340	9.997	89.393	0.228	0.043	0.000	0.000	0.000	0.000	0.090	my5651_rel_native_lto.cy10_ua2

l.x

TODO - determine whether there is data for create index response time


l.i1

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.008	16.328	83.638	0.025	0.000	0.000	0.000	0.000	0.163	my5651_rel_native_lto.cy10_u
0.000	0.000	0.007	7.614	92.354	0.025	0.000	0.000	0.000	0.000	0.153	my5651_rel_native_lto.cy10_ua1
0.000	0.000	0.014	17.451	82.508	0.027	0.000	nonzero	0.000	0.000	3.842	my5651_rel_native_lto.cy10_ua2

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.013	21.062	78.918	0.007	0.000	0.000	0.000	0.000	0.151	my5651_rel_native_lto.cy10_u
0.000	0.000	0.013	11.745	88.237	0.005	0.000	0.000	0.000	0.000	0.136	my5651_rel_native_lto.cy10_ua1
0.000	0.000	0.017	22.217	77.757	0.008	0.000	nonzero	0.000	0.000	3.843	my5651_rel_native_lto.cy10_ua2

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
93.070	6.651	0.164	0.115	nonzero	0.000	0.000	0.000	0.000	0.000	0.023	my5651_rel_native_lto.cy10_u
93.079	6.643	0.168	0.110	nonzero	0.000	0.000	0.000	0.000	0.000	0.047	my5651_rel_native_lto.cy10_ua1
93.336	6.399	0.154	0.110	nonzero	0.000	0.000	0.000	0.000	0.000	0.022	my5651_rel_native_lto.cy10_ua2

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	32.093	67.597	0.310	0.000	0.000	0.000	0.000	0.000	0.044	my5651_rel_native_lto.cy10_u
0.000	0.000	41.186	58.674	0.140	0.000	0.000	0.000	0.000	0.000	0.025	my5651_rel_native_lto.cy10_ua1
0.000	0.000	36.615	63.261	0.124	0.000	0.000	0.000	0.000	0.000	0.048	my5651_rel_native_lto.cy10_ua2

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	64.556	35.388	0.056	0.000	0.000	0.000	0.000	0.000	0.044	my5651_rel_native_lto.cy10_u
0.000	0.000	74.065	25.927	0.008	0.000	0.000	0.000	0.000	0.000	0.022	my5651_rel_native_lto.cy10_ua1
0.000	0.000	70.832	29.159	0.009	0.000	0.000	0.000	0.000	0.000	0.026	my5651_rel_native_lto.cy10_ua2

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
95.144	4.752	0.034	0.070	nonzero	0.000	0.000	0.000	0.000	0.000	0.061	my5651_rel_native_lto.cy10_u
95.738	4.163	0.037	0.061	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5651_rel_native_lto.cy10_ua1
94.236	5.644	0.043	0.077	nonzero	0.000	0.000	0.000	0.000	0.000	0.037	my5651_rel_native_lto.cy10_ua2

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	10.727	89.101	0.172	0.001	0.000	0.000	0.000	0.000	0.077	my5651_rel_native_lto.cy10_u
0.000	0.000	28.882	71.094	0.024	0.000	0.000	0.000	0.000	0.000	0.033	my5651_rel_native_lto.cy10_ua1
0.000	0.000	5.896	91.006	3.097	0.001	0.000	0.000	0.000	0.000	0.072	my5651_rel_native_lto.cy10_ua2

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	16.760	83.173	0.066	0.001	0.000	0.000	0.000	0.000	0.074	my5651_rel_native_lto.cy10_u
0.000	0.000	42.807	57.176	0.017	0.000	0.000	0.000	0.000	0.000	0.027	my5651_rel_native_lto.cy10_ua1
0.000	0.000	10.033	88.935	1.032	0.001	0.000	0.000	0.000	0.000	0.072	my5651_rel_native_lto.cy10_ua2

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
84.144	15.475	0.317	0.064	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my5651_rel_native_lto.cy10_u
84.000	15.626	0.311	0.063	nonzero	0.000	0.000	0.000	0.000	0.000	0.041	my5651_rel_native_lto.cy10_ua1
83.985	15.630	0.321	0.064	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5651_rel_native_lto.cy10_ua2

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.358	17.403	82.238	0.001	0.000	0.000	0.000	0.000	0.076	my5651_rel_native_lto.cy10_u
0.000	0.000	0.754	16.034	83.210	0.001	0.000	0.000	0.000	0.000	0.075	my5651_rel_native_lto.cy10_ua1
0.000	0.000	0.366	15.049	84.585	nonzero	0.000	0.000	0.000	0.000	0.065	my5651_rel_native_lto.cy10_ua2

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.169	20.179	79.652	nonzero	0.000	0.000	0.000	0.000	0.074	my5651_rel_native_lto.cy10_u
0.000	0.000	0.660	18.363	80.976	0.001	0.000	0.000	0.000	0.000	0.077	my5651_rel_native_lto.cy10_ua1
0.000	0.000	0.154	17.240	82.605	nonzero	0.000	0.000	0.000	0.000	0.069	my5651_rel_native_lto.cy10_ua2