Introduction

This is a report for the insert benchmark with 200M docs and 20 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 is an ax162-s from Hetzner (see here) with 48 cores, AMD SMT disabled, 128G RAM and ext4 using 2 NVMe devices with SW RAID 1. The benchmark was run with 20 clients and there were 1 or 3 connections per client (1 for queries or inserts without rate limits, 1+1 for rate limited inserts+deletes). It uses 8 tables with a table per client. It loads 10M rows per table without secondary indexes, creates 3 secondary indexes per table, then inserts 16m+4m rows per table with a delete per insert to avoid growing the table. It then does 6 read+write tests for 1800s each that do queries as fast as possible with 100,100,500,500,1000,1000 inserts/s and the same for deletes/s per client concurrent with the queries. The database is cached in memory. Clients and the DBMS share one server.

The tested DBMS are:


Contents


Summary

The numbers are inserts/s for l.i0, l.i1 and l.i2, indexed docs (or rows) /s for l.x and queries/s for qr100, qp100 thru qr1000, qp1000" 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.i1l.i2qr100qp100qr500qp500qr1000qp1000
my5651_rel_o2nofp.cz11a_c32r128 4739343868474983633030257731166449233378153295205653145602
my5744_rel_o2nofp.cz11a_c32r128 65789521739148002062745216775145365210753142159200906137255
my8039_rel_o2nofp.cz11a_c32r128 12345682040817199253102564186950121020184358119707180044115866

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.i1l.i2qr100qp100qr500qp500qr1000qp1000
my5651_rel_o2nofp.cz11a_c32r128 1.001.001.001.001.001.001.001.001.001.00
my5744_rel_o2nofp.cz11a_c32r128 1.395.621.611.900.840.870.900.930.980.94
my8039_rel_o2nofp.cz11a_c32r128 2.605.284.003.110.730.730.790.780.880.80

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.

dbmsqr100.L1qp100.L2qr500.L3qp500.L4qr1000.L5qp1000.L6
my5651_rel_o2nofp.cz11a_c32r12819771977988598791978019769
my5744_rel_o2nofp.cz11a_c32r12819771977987998851976919769
my8039_rel_o2nofp.cz11a_c32r12819771978988598791976919769
target2000200010000100002000020000

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_o2nofp.cz11a_c32r1282.82456.65640.1340.3520.0340.174
my5744_rel_o2nofp.cz11a_c32r1282.43197.3660.1600.0090.0340.170
my8039_rel_o2nofp.cz11a_c32r1281.70698.2260.0210.0120.0350.203

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
473934	0	0	0.0	1721.8	130.8	0.000	0.000	0.004	0.283	72579	40.8	0.153	41	13.3	113.8	20.0	0.174	23774	20078	my5651_rel_o2nofp.cz11a_c32r128
657895	0	0	0.0	2742.7	188.4	0.000	0.000	0.004	0.293	74331	42.3	0.113	31	13.3	113.8	21.2	0.170	34563	28869	my5744_rel_o2nofp.cz11a_c32r128
1234568	0	0	0.0	4726.6	360.8	0.000	0.000	0.004	0.299	244411	47.1	0.198	18	13.3	113.9	20.8	0.203	75619	62932	my8039_rel_o2nofp.cz11a_c32r128

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
386847	0	0	0.0	19971.2	671.7	0.000	0.000	0.052	1.778	85204	39.8	0.220	49	27.9	128.4	34.7	0.001	NA	NA	my5651_rel_o2nofp.cz11a_c32r128
2173914	0	1	0.0	35495.5	1830.2	0.000	0.000	0.016	0.862	194707	35.7	0.090	8	30.4	130.9	36.6	0.002	NA	NA	my5744_rel_o2nofp.cz11a_c32r128
2040817	0	14851	639.1	55978.1	2116.4	0.007	0.321	0.027	1.062	177713	70.0	0.087	16	30.3	130.9	29.2	0.010	NA	NA	my8039_rel_o2nofp.cz11a_c32r128

l.i1

l.i1: continue load after secondary indexes created with 50 inserts per transaction. 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_o2nofp.cz11a_c32r1280.0020.31824.04574.8330.1180.6840.485
my5744_rel_o2nofp.cz11a_c32r1280.15198.1340.7180.3080.6880.309
my8039_rel_o2nofp.cz11a_c32r12865.02834.6090.3050.057nonzero0.321

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_o2nofp.cz11a_c32r1280.0050.55235.50763.1410.1120.6830.461
my5744_rel_o2nofp.cz11a_c32r1280.0010.35097.7250.9310.3950.5980.309
my8039_rel_o2nofp.cz11a_c32r128nonzero67.91731.6860.3170.080nonzero0.311

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
49836	0	1046	4.1	3490.5	127.1	0.021	0.084	0.070	2.611	261389	65.8	5.245	634	46.4	148.4	52.8	0.485	2598	150	my5651_rel_o2nofp.cz11a_c32r128
80020	0	0	0.0	5275.3	195.3	0.000	0.000	0.066	2.499	86600	73.4	1.082	440	47.6	149.6	55.3	0.309	4895	150	my5744_rel_o2nofp.cz11a_c32r128
199253	0	601	9.4	11848.3	498.3	0.003	0.048	0.059	2.561	370334	49.2	1.859	119	48.9	151.4	65.3	0.321	11587	3296	my8039_rel_o2nofp.cz11a_c32r128

l.i2

l.i2: continue load after secondary indexes created with 5 inserts per transaction. 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_o2nofp.cz11a_c32r1280.0142.06986.75010.2390.9270.0010.092
my5744_rel_o2nofp.cz11a_c32r1280.04942.11055.7601.6290.4460.0070.163
my8039_rel_o2nofp.cz11a_c32r1280.06478.66619.2921.9660.0030.0080.194

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_o2nofp.cz11a_c32r1280.0162.46286.7289.8680.9250.0010.093
my5744_rel_o2nofp.cz11a_c32r1280.04425.55271.7222.2290.4460.0070.162
my8039_rel_o2nofp.cz11a_c32r1280.05778.86519.1181.9480.0030.0080.185

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
33030	0	4148	16.2	3556.7	130.4	0.126	0.502	0.108	4.043	424241	52.8	12.844	767	46.4	148.4	53.3	0.092	1763	165	my5651_rel_o2nofp.cz11a_c32r128
62745	0	0	0.0	5998.2	229.3	0.000	0.000	0.096	3.742	305780	54.9	4.873	420	47.6	149.6	55.8	0.163	3401	180	my5744_rel_o2nofp.cz11a_c32r128
102564	0	0	0.0	9836.8	407.7	0.000	0.000	0.096	4.071	627582	52.1	6.119	244	48.9	150.1	65.4	0.194	5749	830	my8039_rel_o2nofp.cz11a_c32r128

qr100.L1

qr100.L1: 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_o2nofp.cz11a_c32r12899.9570.0370.005nonzerononzero0.021
my5744_rel_o2nofp.cz11a_c32r12899.9910.0070.002nonzerononzero0.019
my8039_rel_o2nofp.cz11a_c32r12899.9830.0150.002nonzero0.016

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_o2nofp.cz11a_c32r12842.16056.3561.4850.032
my5744_rel_o2nofp.cz11a_c32r12898.8611.1390.012
my8039_rel_o2nofp.cz11a_c32r12896.8073.1810.0130.017

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_o2nofp.cz11a_c32r1280.01954.63244.4740.8750.036
my5744_rel_o2nofp.cz11a_c32r1280.08299.3360.5820.012
my8039_rel_o2nofp.cz11a_c32r1280.01397.8262.1500.0110.019

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
1977	257731	56	0.2	1430.5	41.1	0.000	0.001	0.724	21.295	990903	42.6	3.845	79	46.4	148.4	53.3	0.021	13090	11827	my5651_rel_o2nofp.cz11a_c32r128
1977	216775	0	0.0	2689.8	75.7	0.000	0.000	1.361	39.213	835987	43.6	3.856	97	47.6	149.6	55.9	0.019	10932	10261	my5744_rel_o2nofp.cz11a_c32r128
1977	186950	0	0.0	2447.0	69.4	0.000	0.000	1.238	35.968	721662	43.1	3.860	111	48.9	150.1	65.4	0.016	9413	9017	my8039_rel_o2nofp.cz11a_c32r128

qp100.L2

qp100.L2: point 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_o2nofp.cz11a_c32r12899.8050.1840.010nonzero0.010
my5744_rel_o2nofp.cz11a_c32r12899.4350.5600.005nonzero0.015
my8039_rel_o2nofp.cz11a_c32r12899.1830.8070.009nonzero0.012

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_o2nofp.cz11a_c32r12829.36170.1600.4790.047
my5744_rel_o2nofp.cz11a_c32r12899.7310.2690.011
my8039_rel_o2nofp.cz11a_c32r12899.0080.9920.012

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_o2nofp.cz11a_c32r1280.01439.14960.5500.2870.046
my5744_rel_o2nofp.cz11a_c32r1280.70799.1580.1350.009
my8039_rel_o2nofp.cz11a_c32r12899.4760.5240.011

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
1977	166449	52	0.2	30.6	2.2	0.000	0.001	0.015	1.144	650343	40.7	3.907	117	46.4	148.4	53.4	0.010	8423	7624	my5651_rel_o2nofp.cz11a_c32r128
1977	145365	0	0.0	237.9	7.7	0.000	0.000	0.120	4.007	555391	41.0	3.821	135	47.6	149.6	55.9	0.015	7336	6809	my5744_rel_o2nofp.cz11a_c32r128
1978	121020	3	0.3	299.9	9.9	0.000	0.002	0.152	5.140	477959	41.6	3.949	165	48.9	150.1	65.4	0.012	6139	5756	my8039_rel_o2nofp.cz11a_c32r128

qr500.L3

qr500.L3: 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_o2nofp.cz11a_c32r12899.6170.3180.0580.007nonzero0.017
my5744_rel_o2nofp.cz11a_c32r12899.9760.0140.0080.002nonzero0.026
my8039_rel_o2nofp.cz11a_c32r12899.9640.0240.0110.001nonzero0.032

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_o2nofp.cz11a_c32r1280.0016.86970.27922.8510.049
my5744_rel_o2nofp.cz11a_c32r128nonzero74.98524.5090.5050.040
my8039_rel_o2nofp.cz11a_c32r12875.49824.0810.4200.035

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_o2nofp.cz11a_c32r1280.0058.73771.31419.9440.049
my5744_rel_o2nofp.cz11a_c32r1280.04878.96420.5720.4160.043
my8039_rel_o2nofp.cz11a_c32r1280.02481.69917.9790.2980.035

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
9885	233378	214	0.8	1171.1	40.1	0.001	0.004	0.118	4.153	901112	45.6	3.861	94	46.4	148.4	53.4	0.017	11747	9925	my5651_rel_o2nofp.cz11a_c32r128
9879	210753	0	0.0	1163.9	40.1	0.000	0.000	0.118	4.152	802403	46.2	3.807	105	47.6	149.6	55.9	0.026	10664	9973	my5744_rel_o2nofp.cz11a_c32r128
9885	184358	0	0.0	1325.4	46.7	0.000	0.000	0.134	4.840	710818	44.9	3.856	117	48.9	150.1	65.4	0.032	9337	9014	my8039_rel_o2nofp.cz11a_c32r128

qp500.L4

qp500.L4: point 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_o2nofp.cz11a_c32r12899.1000.8200.0730.008nonzero0.020
my5744_rel_o2nofp.cz11a_c32r12899.1950.7650.0330.007nonzero0.025
my8039_rel_o2nofp.cz11a_c32r12899.0110.9230.0610.005nonzero0.034

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_o2nofp.cz11a_c32r1280.0016.61173.27020.1180.053
my5744_rel_o2nofp.cz11a_c32r1280.00266.45733.1180.4220.036
my8039_rel_o2nofp.cz11a_c32r12883.01516.8770.1080.031

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_o2nofp.cz11a_c32r1280.0108.71974.26717.0040.053
my5744_rel_o2nofp.cz11a_c32r1280.07971.94927.6210.3520.038
my8039_rel_o2nofp.cz11a_c32r1280.00687.86412.0530.0770.023

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
9879	153295	216	0.8	1329.3	44.3	0.001	0.006	0.135	4.597	600337	44.0	3.916	138	46.4	148.4	53.5	0.020	7688	6959	my5651_rel_o2nofp.cz11a_c32r128
9885	142159	0	0.0	1187.4	40.8	0.000	0.000	0.120	4.227	543922	43.7	3.826	148	47.6	149.6	56.0	0.025	7192	6665	my5744_rel_o2nofp.cz11a_c32r128
9879	119707	0	0.0	1390.5	48.6	0.000	0.000	0.141	5.039	482446	43.4	4.030	174	48.9	150.1	65.4	0.034	6089	5754	my8039_rel_o2nofp.cz11a_c32r128

qr1000.L5

qr1000.L5: 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_o2nofp.cz11a_c32r12898.8740.9560.1520.018nonzero0.038
my5744_rel_o2nofp.cz11a_c32r12899.9040.0570.0280.010nonzero0.026
my8039_rel_o2nofp.cz11a_c32r12899.9100.0560.0320.002nonzero0.032

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_o2nofp.cz11a_c32r1280.0013.24264.73932.0190.056
my5744_rel_o2nofp.cz11a_c32r1280.00228.40268.0933.5030.049
my8039_rel_o2nofp.cz11a_c32r12853.09245.8071.1010.054

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_o2nofp.cz11a_c32r1280.0053.60767.31629.0720.058
my5744_rel_o2nofp.cz11a_c32r1280.05331.82764.5263.5940.051
my8039_rel_o2nofp.cz11a_c32r1280.01660.39338.7610.8310.057

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
19780	205653	412	1.6	2035.0	71.9	0.002	0.008	0.103	3.721	813121	49.9	3.954	116	46.4	148.4	53.6	0.038	10408	8807	my5651_rel_o2nofp.cz11a_c32r128
19769	200906	0	0.0	1864.1	67.7	0.000	0.000	0.094	3.507	749605	50.2	3.731	120	47.6	149.6	56.2	0.026	10101	9382	my5744_rel_o2nofp.cz11a_c32r128
19769	180044	0	0.0	2235.9	82.9	0.000	0.000	0.113	4.297	699161	46.8	3.883	125	48.9	150.1	65.4	0.032	9126	8759	my8039_rel_o2nofp.cz11a_c32r128

qp1000.L6

qp1000.L6: point 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_o2nofp.cz11a_c32r12899.1050.8000.0740.022nonzero0.040
my5744_rel_o2nofp.cz11a_c32r12898.5421.3060.1230.028nonzero0.036
my8039_rel_o2nofp.cz11a_c32r12898.2421.5850.1640.009nonzero0.028

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_o2nofp.cz11a_c32r128nonzero3.43966.58929.9700.0010.080
my5744_rel_o2nofp.cz11a_c32r1280.00222.45774.9192.6230.053
my8039_rel_o2nofp.cz11a_c32r12857.94641.6920.3620.051

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_o2nofp.cz11a_c32r1280.0043.70269.11327.1790.0020.081
my5744_rel_o2nofp.cz11a_c32r1280.05027.13070.0582.7620.052
my8039_rel_o2nofp.cz11a_c32r1280.00765.51534.1920.286nonzero0.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
19769	145602	374	1.5	2143.9	74.9	0.003	0.010	0.108	3.881	535164	49.4	3.676	163	46.4	148.4	53.3	0.040	7320	6952	my5651_rel_o2nofp.cz11a_c32r128
19769	137255	0	0.0	1937.1	69.7	0.000	0.000	0.098	3.609	534168	48.2	3.892	169	47.6	149.6	56.3	0.036	6921	6361	my5744_rel_o2nofp.cz11a_c32r128
19769	115866	0	0.0	2275.2	84.2	0.000	0.000	0.115	4.361	476216	45.0	4.110	186	48.9	150.1	65.4	0.028	5850	5451	my8039_rel_o2nofp.cz11a_c32r128

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
473934	0	0	0.0	1721.8	130.8	0.000	0.000	0.004	0.283	72579	40.8	0.153	41	13.3	113.8	20.0	0.174	23774	20078	my5651_rel_o2nofp.cz11a_c32r128
657895	0	0	0.0	2742.7	188.4	0.000	0.000	0.004	0.293	74331	42.3	0.113	31	13.3	113.8	21.2	0.170	34563	28869	my5744_rel_o2nofp.cz11a_c32r128
1234568	0	0	0.0	4726.6	360.8	0.000	0.000	0.004	0.299	244411	47.1	0.198	18	13.3	113.9	20.8	0.203	75619	62932	my8039_rel_o2nofp.cz11a_c32r128

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
386847	0	0	0.0	19971.2	671.7	0.000	0.000	0.052	1.778	85204	39.8	0.220	49	27.9	128.4	34.7	0.001	NA	NA	my5651_rel_o2nofp.cz11a_c32r128
2173914	0	1	0.0	35495.5	1830.2	0.000	0.000	0.016	0.862	194707	35.7	0.090	8	30.4	130.9	36.6	0.002	NA	NA	my5744_rel_o2nofp.cz11a_c32r128
2040817	0	14851	639.1	55978.1	2116.4	0.007	0.321	0.027	1.062	177713	70.0	0.087	16	30.3	130.9	29.2	0.010	NA	NA	my8039_rel_o2nofp.cz11a_c32r128

l.i1

l.i1: continue load after secondary indexes created with 50 inserts per transaction

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
49836	0	1046	4.1	3490.5	127.1	0.021	0.084	0.070	2.611	261389	65.8	5.245	634	46.4	148.4	52.8	0.485	2598	150	my5651_rel_o2nofp.cz11a_c32r128
80020	0	0	0.0	5275.3	195.3	0.000	0.000	0.066	2.499	86600	73.4	1.082	440	47.6	149.6	55.3	0.309	4895	150	my5744_rel_o2nofp.cz11a_c32r128
199253	0	601	9.4	11848.3	498.3	0.003	0.048	0.059	2.561	370334	49.2	1.859	119	48.9	151.4	65.3	0.321	11587	3296	my8039_rel_o2nofp.cz11a_c32r128

l.i2

l.i2: continue load after secondary indexes created with 5 inserts per transaction

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
33030	0	4148	16.2	3556.7	130.4	0.126	0.502	0.108	4.043	424241	52.8	12.844	767	46.4	148.4	53.3	0.092	1763	165	my5651_rel_o2nofp.cz11a_c32r128
62745	0	0	0.0	5998.2	229.3	0.000	0.000	0.096	3.742	305780	54.9	4.873	420	47.6	149.6	55.8	0.163	3401	180	my5744_rel_o2nofp.cz11a_c32r128
102564	0	0	0.0	9836.8	407.7	0.000	0.000	0.096	4.071	627582	52.1	6.119	244	48.9	150.1	65.4	0.194	5749	830	my8039_rel_o2nofp.cz11a_c32r128

qr100.L1

qr100.L1: 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
1977	257731	56	0.2	1430.5	41.1	0.000	0.001	0.724	21.295	990903	42.6	3.845	79	46.4	148.4	53.3	0.021	13090	11827	my5651_rel_o2nofp.cz11a_c32r128
1977	216775	0	0.0	2689.8	75.7	0.000	0.000	1.361	39.213	835987	43.6	3.856	97	47.6	149.6	55.9	0.019	10932	10261	my5744_rel_o2nofp.cz11a_c32r128
1977	186950	0	0.0	2447.0	69.4	0.000	0.000	1.238	35.968	721662	43.1	3.860	111	48.9	150.1	65.4	0.016	9413	9017	my8039_rel_o2nofp.cz11a_c32r128

qp100.L2

qp100.L2: point 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
1977	166449	52	0.2	30.6	2.2	0.000	0.001	0.015	1.144	650343	40.7	3.907	117	46.4	148.4	53.4	0.010	8423	7624	my5651_rel_o2nofp.cz11a_c32r128
1977	145365	0	0.0	237.9	7.7	0.000	0.000	0.120	4.007	555391	41.0	3.821	135	47.6	149.6	55.9	0.015	7336	6809	my5744_rel_o2nofp.cz11a_c32r128
1978	121020	3	0.3	299.9	9.9	0.000	0.002	0.152	5.140	477959	41.6	3.949	165	48.9	150.1	65.4	0.012	6139	5756	my8039_rel_o2nofp.cz11a_c32r128

qr500.L3

qr500.L3: 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
9885	233378	214	0.8	1171.1	40.1	0.001	0.004	0.118	4.153	901112	45.6	3.861	94	46.4	148.4	53.4	0.017	11747	9925	my5651_rel_o2nofp.cz11a_c32r128
9879	210753	0	0.0	1163.9	40.1	0.000	0.000	0.118	4.152	802403	46.2	3.807	105	47.6	149.6	55.9	0.026	10664	9973	my5744_rel_o2nofp.cz11a_c32r128
9885	184358	0	0.0	1325.4	46.7	0.000	0.000	0.134	4.840	710818	44.9	3.856	117	48.9	150.1	65.4	0.032	9337	9014	my8039_rel_o2nofp.cz11a_c32r128

qp500.L4

qp500.L4: point 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
9879	153295	216	0.8	1329.3	44.3	0.001	0.006	0.135	4.597	600337	44.0	3.916	138	46.4	148.4	53.5	0.020	7688	6959	my5651_rel_o2nofp.cz11a_c32r128
9885	142159	0	0.0	1187.4	40.8	0.000	0.000	0.120	4.227	543922	43.7	3.826	148	47.6	149.6	56.0	0.025	7192	6665	my5744_rel_o2nofp.cz11a_c32r128
9879	119707	0	0.0	1390.5	48.6	0.000	0.000	0.141	5.039	482446	43.4	4.030	174	48.9	150.1	65.4	0.034	6089	5754	my8039_rel_o2nofp.cz11a_c32r128

qr1000.L5

qr1000.L5: 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
19780	205653	412	1.6	2035.0	71.9	0.002	0.008	0.103	3.721	813121	49.9	3.954	116	46.4	148.4	53.6	0.038	10408	8807	my5651_rel_o2nofp.cz11a_c32r128
19769	200906	0	0.0	1864.1	67.7	0.000	0.000	0.094	3.507	749605	50.2	3.731	120	47.6	149.6	56.2	0.026	10101	9382	my5744_rel_o2nofp.cz11a_c32r128
19769	180044	0	0.0	2235.9	82.9	0.000	0.000	0.113	4.297	699161	46.8	3.883	125	48.9	150.1	65.4	0.032	9126	8759	my8039_rel_o2nofp.cz11a_c32r128

qp1000.L6

qp1000.L6: point 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
19769	145602	374	1.5	2143.9	74.9	0.003	0.010	0.108	3.881	535164	49.4	3.676	163	46.4	148.4	53.3	0.040	7320	6952	my5651_rel_o2nofp.cz11a_c32r128
19769	137255	0	0.0	1937.1	69.7	0.000	0.000	0.098	3.609	534168	48.2	3.892	169	47.6	149.6	56.3	0.036	6921	6361	my5744_rel_o2nofp.cz11a_c32r128
19769	115866	0	0.0	2275.2	84.2	0.000	0.000	0.115	4.361	476216	45.0	4.110	186	48.9	150.1	65.4	0.028	5850	5451	my8039_rel_o2nofp.cz11a_c32r128

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	2.824	56.656	40.134	0.352	0.034	0.000	0.000	0.000	0.000	0.174	my5651_rel_o2nofp.cz11a_c32r128
0.000	2.431	97.366	0.160	0.009	0.034	0.000	0.000	0.000	0.000	0.170	my5744_rel_o2nofp.cz11a_c32r128
0.000	1.706	98.226	0.021	0.012	0.035	0.000	0.000	0.000	0.000	0.203	my8039_rel_o2nofp.cz11a_c32r128

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.002	0.318	24.045	74.833	0.118	0.684	0.000	0.000	0.000	0.485	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.000	0.151	98.134	0.718	0.308	0.688	0.000	0.000	0.000	0.309	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	65.028	34.609	0.305	0.057	nonzero	0.000	0.000	0.000	0.321	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.005	0.552	35.507	63.141	0.112	0.683	0.000	0.000	0.000	0.461	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.001	0.350	97.725	0.931	0.395	0.598	0.000	0.000	0.000	0.309	my5744_rel_o2nofp.cz11a_c32r128
0.000	nonzero	67.917	31.686	0.317	0.080	nonzero	0.000	0.000	0.000	0.311	my8039_rel_o2nofp.cz11a_c32r128

l.i2

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.014	2.069	86.750	10.239	0.927	0.001	0.000	0.000	0.000	0.000	0.092	my5651_rel_o2nofp.cz11a_c32r128
0.049	42.110	55.760	1.629	0.446	0.007	0.000	0.000	0.000	0.000	0.163	my5744_rel_o2nofp.cz11a_c32r128
0.064	78.666	19.292	1.966	0.003	0.008	0.000	0.000	0.000	0.000	0.194	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.016	2.462	86.728	9.868	0.925	0.001	0.000	0.000	0.000	0.000	0.093	my5651_rel_o2nofp.cz11a_c32r128
0.044	25.552	71.722	2.229	0.446	0.007	0.000	0.000	0.000	0.000	0.162	my5744_rel_o2nofp.cz11a_c32r128
0.057	78.865	19.118	1.948	0.003	0.008	0.000	0.000	0.000	0.000	0.185	my8039_rel_o2nofp.cz11a_c32r128

qr100.L1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.957	0.037	0.005	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.021	my5651_rel_o2nofp.cz11a_c32r128
99.991	0.007	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5744_rel_o2nofp.cz11a_c32r128
99.983	0.015	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.016	my8039_rel_o2nofp.cz11a_c32r128

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	42.160	56.356	1.485	0.000	0.000	0.000	0.000	0.000	0.032	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.000	98.861	1.139	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	96.807	3.181	0.013	0.000	0.000	0.000	0.000	0.000	0.017	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.019	54.632	44.474	0.875	0.000	0.000	0.000	0.000	0.000	0.036	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.082	99.336	0.582	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.013	97.826	2.150	0.011	0.000	0.000	0.000	0.000	0.000	0.019	my8039_rel_o2nofp.cz11a_c32r128

qp100.L2

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.805	0.184	0.010	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.010	my5651_rel_o2nofp.cz11a_c32r128
99.435	0.560	0.005	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5744_rel_o2nofp.cz11a_c32r128
99.183	0.807	0.009	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my8039_rel_o2nofp.cz11a_c32r128

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	29.361	70.160	0.479	0.000	0.000	0.000	0.000	0.000	0.047	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.000	99.731	0.269	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	99.008	0.992	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.014	39.149	60.550	0.287	0.000	0.000	0.000	0.000	0.000	0.046	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.707	99.158	0.135	0.000	0.000	0.000	0.000	0.000	0.000	0.009	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	99.476	0.524	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my8039_rel_o2nofp.cz11a_c32r128

qr500.L3

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.617	0.318	0.058	0.007	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5651_rel_o2nofp.cz11a_c32r128
99.976	0.014	0.008	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5744_rel_o2nofp.cz11a_c32r128
99.964	0.024	0.011	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	my8039_rel_o2nofp.cz11a_c32r128

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.001	6.869	70.279	22.851	0.000	0.000	0.000	0.000	0.000	0.049	my5651_rel_o2nofp.cz11a_c32r128
0.000	nonzero	74.985	24.509	0.505	0.000	0.000	0.000	0.000	0.000	0.040	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	75.498	24.081	0.420	0.000	0.000	0.000	0.000	0.000	0.035	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.005	8.737	71.314	19.944	0.000	0.000	0.000	0.000	0.000	0.049	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.048	78.964	20.572	0.416	0.000	0.000	0.000	0.000	0.000	0.043	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.024	81.699	17.979	0.298	0.000	0.000	0.000	0.000	0.000	0.035	my8039_rel_o2nofp.cz11a_c32r128

qp500.L4

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.100	0.820	0.073	0.008	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5651_rel_o2nofp.cz11a_c32r128
99.195	0.765	0.033	0.007	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	my5744_rel_o2nofp.cz11a_c32r128
99.011	0.923	0.061	0.005	nonzero	0.000	0.000	0.000	0.000	0.000	0.034	my8039_rel_o2nofp.cz11a_c32r128

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.001	6.611	73.270	20.118	0.000	0.000	0.000	0.000	0.000	0.053	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.002	66.457	33.118	0.422	0.000	0.000	0.000	0.000	0.000	0.036	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	83.015	16.877	0.108	0.000	0.000	0.000	0.000	0.000	0.031	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.010	8.719	74.267	17.004	0.000	0.000	0.000	0.000	0.000	0.053	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.079	71.949	27.621	0.352	0.000	0.000	0.000	0.000	0.000	0.038	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.006	87.864	12.053	0.077	0.000	0.000	0.000	0.000	0.000	0.023	my8039_rel_o2nofp.cz11a_c32r128

qr1000.L5

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
98.874	0.956	0.152	0.018	nonzero	0.000	0.000	0.000	0.000	0.000	0.038	my5651_rel_o2nofp.cz11a_c32r128
99.904	0.057	0.028	0.010	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5744_rel_o2nofp.cz11a_c32r128
99.910	0.056	0.032	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	my8039_rel_o2nofp.cz11a_c32r128

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.001	3.242	64.739	32.019	0.000	0.000	0.000	0.000	0.000	0.056	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.002	28.402	68.093	3.503	0.000	0.000	0.000	0.000	0.000	0.049	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	53.092	45.807	1.101	0.000	0.000	0.000	0.000	0.000	0.054	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.005	3.607	67.316	29.072	0.000	0.000	0.000	0.000	0.000	0.058	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.053	31.827	64.526	3.594	0.000	0.000	0.000	0.000	0.000	0.051	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.016	60.393	38.761	0.831	0.000	0.000	0.000	0.000	0.000	0.057	my8039_rel_o2nofp.cz11a_c32r128

qp1000.L6

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.105	0.800	0.074	0.022	nonzero	0.000	0.000	0.000	0.000	0.000	0.040	my5651_rel_o2nofp.cz11a_c32r128
98.542	1.306	0.123	0.028	nonzero	0.000	0.000	0.000	0.000	0.000	0.036	my5744_rel_o2nofp.cz11a_c32r128
98.242	1.585	0.164	0.009	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my8039_rel_o2nofp.cz11a_c32r128

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	nonzero	3.439	66.589	29.970	0.001	0.000	0.000	0.000	0.000	0.080	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.002	22.457	74.919	2.623	0.000	0.000	0.000	0.000	0.000	0.053	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.000	57.946	41.692	0.362	0.000	0.000	0.000	0.000	0.000	0.051	my8039_rel_o2nofp.cz11a_c32r128

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.004	3.702	69.113	27.179	0.002	0.000	0.000	0.000	0.000	0.081	my5651_rel_o2nofp.cz11a_c32r128
0.000	0.050	27.130	70.058	2.762	0.000	0.000	0.000	0.000	0.000	0.052	my5744_rel_o2nofp.cz11a_c32r128
0.000	0.007	65.515	34.192	0.286	nonzero	0.000	0.000	0.000	0.000	0.069	my8039_rel_o2nofp.cz11a_c32r128