Introduction

This is a report for the insert benchmark with 20M docs and 1 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 8 AMD cores, 16G RAM and an NVMe SSD. It is described here as the Beelink. The benchmark was run with 1 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). It uses 1 table. It loads 20M rows per table without secondary indexes, creates 3 secondary indexes per table, then inserts 50m+50m 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 per-database configs are in the per-database subdirectories here.

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
fbmy8028_rel_221222.cza1_bee 5780378432228967968170424801498239312122358
fbmy8028_rel_221222.cza1ps0_bee 5970179682234608326177623061594233613662368
fbmy8032_rel_221222.cza1_bee 5494577821223097752136323601362230514062334
fbmy8032_rel_221222.cza1ps0_bee 5763779682230418285181723341376233416012358

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
fbmy8028_rel_221222.cza1_bee 1.001.001.001.001.001.001.001.001.001.00
fbmy8028_rel_221222.cza1ps0_bee 1.031.021.021.041.040.931.060.981.131.00
fbmy8032_rel_221222.cza1_bee 0.950.990.970.970.800.950.910.961.160.99
fbmy8032_rel_221222.cza1ps0_bee 1.001.021.011.041.070.940.920.981.321.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.

dbmsqr100.L1qp100.L2qr500.L3qp500.L4qr1000.L5qp1000.L6
fbmy8028_rel_221222.cza1_bee100100499499998998
fbmy8028_rel_221222.cza1ps0_bee100100499499998998
fbmy8032_rel_221222.cza1_bee100100499499998998
fbmy8032_rel_221222.cza1ps0_bee100100499499998998
target10010050050010001000

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
fbmy8028_rel_221222.cza1_bee99.7230.2000.0740.0030.077
fbmy8028_rel_221222.cza1ps0_bee99.7290.1930.0760.0030.076
fbmy8032_rel_221222.cza1_bee99.7150.2060.0760.0020.068
fbmy8032_rel_221222.cza1ps0_bee99.7220.2030.0720.0020.071

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
57803	0	0	0.0	34.6	11.1	0.000	0.000	0.001	0.196	5985	22.0	0.104	30	0.7	1.9	0.6	0.077	58042	52741	fbmy8028_rel_221222.cza1_bee
59701	0	0	0.0	35.9	11.4	0.000	0.000	0.001	0.196	6155	22.3	0.103	30	0.7	1.9	0.4	0.076	59934	53443	fbmy8028_rel_221222.cza1ps0_bee
54945	0	0	0.0	33.6	10.4	0.000	0.000	0.001	0.194	5920	21.6	0.108	31	0.7	1.9	0.6	0.068	55140	50132	fbmy8032_rel_221222.cza1_bee
57637	0	0	0.0	35.6	11.1	0.000	0.000	0.001	0.197	6185	22.1	0.107	31	0.7	1.9	0.4	0.071	57881	51147	fbmy8032_rel_221222.cza1ps0_bee

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
78432	0	0	0.0	30.5	12.1	0.000	0.000	0.000	0.158	351	11.8	0.004	12	1.4	2.6	2.0	0.003	NA	NA	fbmy8028_rel_221222.cza1_bee
79682	0	0	0.0	31.5	12.4	0.000	0.000	0.000	0.159	344	11.8	0.004	12	1.4	2.6	1.8	0.004	NA	NA	fbmy8028_rel_221222.cza1ps0_bee
77821	0	0	0.0	30.8	12.1	0.000	0.000	0.000	0.160	583	11.8	0.007	12	1.4	2.6	2.0	0.003	NA	NA	fbmy8032_rel_221222.cza1_bee
79682	0	0	0.0	31.5	12.4	0.000	0.000	0.000	0.159	558	11.8	0.007	12	1.4	2.6	1.8	0.003	NA	NA	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee99.6710.2540.0720.0030.090
fbmy8028_rel_221222.cza1ps0_bee99.6750.2510.0700.0030.090
fbmy8032_rel_221222.cza1_bee99.6660.2590.0740.0020.081
fbmy8032_rel_221222.cza1ps0_bee99.6740.2540.0700.0020.080

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
fbmy8028_rel_221222.cza1_bee99.6620.2550.0800.0030.095
fbmy8028_rel_221222.cza1ps0_bee99.6670.2510.0790.0030.088
fbmy8032_rel_221222.cza1_bee99.6520.2650.0810.0020.079
fbmy8032_rel_221222.cza1ps0_bee99.6630.2550.0800.0020.080

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
22896	0	76	0.4	111.8	42.5	0.003	0.019	0.005	1.899	10203	46.1	0.446	161	1.9	4.0	5.5	0.090	22874	20427	fbmy8028_rel_221222.cza1_bee
23460	0	78	0.4	111.2	42.4	0.003	0.019	0.005	1.851	10405	46.0	0.444	157	1.7	3.8	5.1	0.090	23394	20727	fbmy8028_rel_221222.cza1ps0_bee
22309	0	74	0.4	107.5	40.5	0.003	0.019	0.005	1.860	10088	45.8	0.452	164	1.7	3.8	5.3	0.081	22275	20177	fbmy8032_rel_221222.cza1_bee
23041	0	76	0.4	109.7	41.6	0.003	0.019	0.005	1.851	10428	46.0	0.453	160	1.6	3.7	5.0	0.080	22975	20627	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee99.8340.0820.0800.003nonzero0.081
fbmy8028_rel_221222.cza1ps0_bee99.8600.0590.0780.003nonzero0.072
fbmy8032_rel_221222.cza1_bee99.8020.1130.0820.002nonzero0.068
fbmy8032_rel_221222.cza1ps0_bee99.8500.0690.0780.003nonzero0.075

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
fbmy8028_rel_221222.cza1_bee99.7960.1190.0810.003nonzero0.077
fbmy8028_rel_221222.cza1ps0_bee99.8420.0760.0790.003nonzero0.081
fbmy8032_rel_221222.cza1_bee99.7610.1520.0840.002nonzero0.071
fbmy8032_rel_221222.cza1ps0_bee99.8240.0930.0790.0040.064

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
7968	0	0	0.0	99.3	35.9	0.000	0.000	0.012	4.608	33145	43.2	4.160	434	1.5	1.7	7.6	0.081	7929	7042	fbmy8028_rel_221222.cza1_bee
8326	0	0	0.0	102.8	37.8	0.000	0.000	0.012	4.653	34370	43.7	4.128	420	1.5	1.7	7.4	0.072	8266	7322	fbmy8028_rel_221222.cza1ps0_bee
7752	0	0	0.0	96.8	35.0	0.000	0.000	0.012	4.620	32579	42.8	4.203	442	1.5	1.8	7.5	0.068	7737	6766	fbmy8032_rel_221222.cza1_bee
8285	0	0	0.0	102.9	37.6	0.000	0.000	0.012	4.650	34509	43.7	4.165	422	1.6	1.8	7.4	0.075	8260	7177	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee9.64781.2779.0750.001nonzero0.018
fbmy8028_rel_221222.cza1ps0_bee10.77473.69515.531nonzero0.027
fbmy8032_rel_221222.cza1_bee7.53170.65621.813nonzero0.014
fbmy8032_rel_221222.cza1ps0_bee14.72275.6779.602nonzero0.004

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
fbmy8028_rel_221222.cza1_bee99.4440.5000.0560.018
fbmy8028_rel_221222.cza1ps0_bee99.3610.5830.0560.018
fbmy8032_rel_221222.cza1_bee99.3890.5560.0560.018
fbmy8032_rel_221222.cza1ps0_bee99.5830.3610.0560.018

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
fbmy8028_rel_221222.cza1_bee99.5560.3890.0560.018
fbmy8028_rel_221222.cza1ps0_bee99.5280.4440.0280.017
fbmy8032_rel_221222.cza1_bee99.5000.4720.0280.018
fbmy8032_rel_221222.cza1ps0_bee99.6940.2780.0280.018

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
100	1704	0	0.0	4.3	0.4	0.000	0.000	0.043	4.015	6794	12.6	3.987	591	1.5	1.7	7.9	0.018	1885	1167	fbmy8028_rel_221222.cza1_bee
100	1776	0	0.0	4.4	0.4	0.000	0.000	0.044	4.450	7060	12.5	3.974	563	1.5	1.7	7.6	0.027	1870	1214	fbmy8028_rel_221222.cza1ps0_bee
100	1363	0	0.0	4.2	0.4	0.000	0.000	0.042	4.038	5687	12.6	4.172	739	1.5	1.7	7.8	0.014	1359	1246	fbmy8032_rel_221222.cza1_bee
100	1817	0	0.0	4.1	0.3	0.000	0.000	0.041	3.560	7410	12.3	4.077	541	1.5	1.7	7.6	0.004	1822	1519	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_beenonzero99.9860.0130.0010.010
fbmy8028_rel_221222.cza1ps0_bee0.00499.9910.0040.0010.010
fbmy8032_rel_221222.cza1_bee99.9940.0050.0010.010
fbmy8032_rel_221222.cza1ps0_beenonzero99.9960.0030.003

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
fbmy8028_rel_221222.cza1_bee99.6110.3330.0560.018
fbmy8028_rel_221222.cza1ps0_bee99.4170.5000.0830.018
fbmy8032_rel_221222.cza1_bee99.6390.2780.0830.018
fbmy8032_rel_221222.cza1ps0_bee99.3060.6110.0830.018

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
fbmy8028_rel_221222.cza1_bee99.7500.1940.0560.018
fbmy8028_rel_221222.cza1ps0_bee99.5280.3890.0830.017
fbmy8032_rel_221222.cza1_bee99.7220.2220.0560.018
fbmy8032_rel_221222.cza1ps0_bee99.4170.5280.0560.018

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
100	2480	23	0.1	4.1	0.3	0.009	0.058	0.041	3.476	10320	13.2	4.161	426	1.5	1.8	8.6	0.010	2446	2045	fbmy8028_rel_221222.cza1_bee
100	2306	6	0.0	4.0	0.3	0.003	0.018	0.040	3.466	9585	12.8	4.157	444	1.5	1.8	8.5	0.010	2237	2045	fbmy8028_rel_221222.cza1ps0_bee
100	2360	5	0.0	3.9	0.3	0.002	0.013	0.040	3.504	10218	13.4	4.329	454	1.5	1.8	8.6	0.010	2334	1966	fbmy8032_rel_221222.cza1_bee
100	2334	0	0.0	4.2	0.4	0.000	0.000	0.042	4.342	9886	13.3	4.235	456	1.5	1.8	8.4	0.003	2221	2061	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee6.18969.25824.553nonzerononzero0.031
fbmy8028_rel_221222.cza1ps0_bee8.59773.87517.528nonzerononzero0.029
fbmy8032_rel_221222.cza1_bee7.82871.94520.226nonzerononzero0.033
fbmy8032_rel_221222.cza1ps0_bee12.38557.13730.477nonzerononzero0.031

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
fbmy8028_rel_221222.cza1_bee99.4220.5170.0610.018
fbmy8028_rel_221222.cza1ps0_bee99.4170.5110.0720.022
fbmy8032_rel_221222.cza1_bee99.5500.3670.0830.018
fbmy8032_rel_221222.cza1ps0_bee99.5440.3670.0890.025

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
fbmy8028_rel_221222.cza1_bee99.4610.4830.0560.018
fbmy8028_rel_221222.cza1ps0_bee99.4720.4610.0670.022
fbmy8032_rel_221222.cza1_bee99.5610.3610.0780.018
fbmy8032_rel_221222.cza1ps0_bee99.5940.3220.0830.024

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
499	1498	0	0.0	9.0	2.4	0.000	0.000	0.018	4.968	6164	13.5	4.116	721	1.5	1.9	8.7	0.031	1486	1215	fbmy8028_rel_221222.cza1_bee
499	1594	0	0.0	8.7	2.3	0.000	0.000	0.018	4.724	6524	13.5	4.093	678	1.5	1.9	8.6	0.029	1567	1279	fbmy8028_rel_221222.cza1ps0_bee
499	1362	0	0.0	8.9	2.4	0.000	0.000	0.018	4.844	5826	13.6	4.278	799	1.5	2.0	8.8	0.033	1390	1071	fbmy8032_rel_221222.cza1_bee
499	1376	0	0.0	8.8	2.3	0.000	0.000	0.018	4.687	5878	13.4	4.272	779	1.5	2.0	8.5	0.031	1374	1135	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee99.9940.006nonzero0.005
fbmy8028_rel_221222.cza1ps0_bee0.01599.9790.006nonzero0.005
fbmy8032_rel_221222.cza1_bee99.9930.007nonzero0.006
fbmy8032_rel_221222.cza1ps0_bee0.00299.9930.0050.003

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
fbmy8028_rel_221222.cza1_bee99.5280.3830.0890.018
fbmy8028_rel_221222.cza1ps0_bee99.5500.3670.0830.018
fbmy8032_rel_221222.cza1_bee99.6940.2170.0890.018
fbmy8032_rel_221222.cza1ps0_bee99.7220.1940.0830.018

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
fbmy8028_rel_221222.cza1_bee99.5940.3330.0720.018
fbmy8028_rel_221222.cza1ps0_bee99.6280.3060.0670.018
fbmy8032_rel_221222.cza1_bee99.7110.2000.0890.018
fbmy8032_rel_221222.cza1ps0_bee99.7170.2000.0830.039

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
499	2393	0	0.0	8.1	2.1	0.000	0.000	0.016	4.379	10059	14.7	4.203	491	1.5	2.2	9.0	0.005	2366	2014	fbmy8028_rel_221222.cza1_bee
499	2336	0	0.0	8.0	2.2	0.000	0.000	0.016	4.427	9822	14.4	4.204	493	1.5	2.2	8.7	0.005	2253	2077	fbmy8028_rel_221222.cza1ps0_bee
499	2305	0	0.0	8.1	2.2	0.000	0.000	0.016	4.441	9898	14.8	4.295	514	1.5	2.2	9.0	0.006	2301	1918	fbmy8032_rel_221222.cza1_bee
499	2334	0	0.0	8.2	2.2	0.000	0.000	0.016	4.517	10019	14.9	4.292	511	1.5	2.2	8.9	0.003	2222	2045	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee4.71769.57525.6960.0110.0010.042
fbmy8028_rel_221222.cza1ps0_bee8.15971.67420.1600.006nonzero0.032
fbmy8032_rel_221222.cza1_bee7.96670.94921.0830.0010.0010.031
fbmy8032_rel_221222.cza1ps0_bee13.26266.91019.827nonzero0.0010.033

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
fbmy8028_rel_221222.cza1_bee99.6890.2310.0810.062
fbmy8028_rel_221222.cza1ps0_bee99.7530.1640.0830.048
fbmy8032_rel_221222.cza1_bee99.5500.3750.0750.042
fbmy8032_rel_221222.cza1ps0_bee99.6170.3030.0810.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
fbmy8028_rel_221222.cza1_bee99.7170.2030.0810.049
fbmy8028_rel_221222.cza1ps0_bee99.7830.1390.0780.063
fbmy8032_rel_221222.cza1_bee99.5830.3470.0690.056
fbmy8032_rel_221222.cza1ps0_bee99.6530.2720.0750.043

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
998	1212	29	0.2	14.2	4.6	0.024	0.154	0.014	4.725	5345	15.3	4.411	1010	1.5	2.6	9.1	0.042	1199	895	fbmy8028_rel_221222.cza1_bee
998	1366	3	0.0	13.6	4.6	0.002	0.012	0.014	4.712	5876	15.3	4.302	896	1.5	2.6	8.8	0.032	1374	879	fbmy8028_rel_221222.cza1ps0_bee
998	1406	9	0.0	14.2	4.7	0.006	0.034	0.014	4.803	6255	15.5	4.448	882	1.7	2.8	9.0	0.031	1374	975	fbmy8032_rel_221222.cza1_bee
998	1601	0	0.0	14.1	4.7	0.000	0.000	0.014	4.832	6979	15.5	4.359	775	1.5	2.6	8.9	0.033	1550	1215	fbmy8032_rel_221222.cza1ps0_bee

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
fbmy8028_rel_221222.cza1_bee0.00199.9890.009nonzero0.005
fbmy8028_rel_221222.cza1ps0_bee0.02999.9640.0070.003
fbmy8032_rel_221222.cza1_bee99.9930.0070.003
fbmy8032_rel_221222.cza1ps0_bee0.00499.9900.007nonzero0.008

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
fbmy8028_rel_221222.cza1_bee99.5470.3750.0780.063
fbmy8028_rel_221222.cza1ps0_bee99.5720.3440.0830.049
fbmy8032_rel_221222.cza1_bee99.6560.2470.0970.056
fbmy8032_rel_221222.cza1ps0_bee99.3080.6170.0750.049

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
fbmy8028_rel_221222.cza1_bee99.5780.3420.0810.049
fbmy8028_rel_221222.cza1ps0_bee99.6170.3060.0750.0030.067
fbmy8032_rel_221222.cza1_bee99.6830.2250.0920.042
fbmy8032_rel_221222.cza1ps0_bee99.3690.5610.0690.042

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
998	2358	28	0.2	13.5	4.4	0.012	0.067	0.013	4.503	10186	16.5	4.319	560	1.5	3.0	9.4	0.005	2348	1981	fbmy8028_rel_221222.cza1_bee
998	2368	24	0.1	13.4	4.4	0.010	0.059	0.013	4.539	10223	16.2	4.317	547	1.5	2.9	9.0	0.003	2269	2078	fbmy8028_rel_221222.cza1ps0_bee
998	2334	20	0.1	13.7	4.4	0.008	0.048	0.014	4.472	10272	16.6	4.400	569	1.5	2.9	9.2	0.003	2319	1950	fbmy8032_rel_221222.cza1_bee
998	2358	9	0.0	13.8	4.4	0.004	0.021	0.014	4.512	10371	16.2	4.398	550	1.5	3.0	9.1	0.008	2285	2061	fbmy8032_rel_221222.cza1ps0_bee

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
57803	0	0	0.0	34.6	11.1	0.000	0.000	0.001	0.196	5985	22.0	0.104	30	0.7	1.9	0.6	0.077	58042	52741	fbmy8028_rel_221222.cza1_bee
59701	0	0	0.0	35.9	11.4	0.000	0.000	0.001	0.196	6155	22.3	0.103	30	0.7	1.9	0.4	0.076	59934	53443	fbmy8028_rel_221222.cza1ps0_bee
54945	0	0	0.0	33.6	10.4	0.000	0.000	0.001	0.194	5920	21.6	0.108	31	0.7	1.9	0.6	0.068	55140	50132	fbmy8032_rel_221222.cza1_bee
57637	0	0	0.0	35.6	11.1	0.000	0.000	0.001	0.197	6185	22.1	0.107	31	0.7	1.9	0.4	0.071	57881	51147	fbmy8032_rel_221222.cza1ps0_bee

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
78432	0	0	0.0	30.5	12.1	0.000	0.000	0.000	0.158	351	11.8	0.004	12	1.4	2.6	2.0	0.003	NA	NA	fbmy8028_rel_221222.cza1_bee
79682	0	0	0.0	31.5	12.4	0.000	0.000	0.000	0.159	344	11.8	0.004	12	1.4	2.6	1.8	0.004	NA	NA	fbmy8028_rel_221222.cza1ps0_bee
77821	0	0	0.0	30.8	12.1	0.000	0.000	0.000	0.160	583	11.8	0.007	12	1.4	2.6	2.0	0.003	NA	NA	fbmy8032_rel_221222.cza1_bee
79682	0	0	0.0	31.5	12.4	0.000	0.000	0.000	0.159	558	11.8	0.007	12	1.4	2.6	1.8	0.003	NA	NA	fbmy8032_rel_221222.cza1ps0_bee

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
22896	0	76	0.4	111.8	42.5	0.003	0.019	0.005	1.899	10203	46.1	0.446	161	1.9	4.0	5.5	0.090	22874	20427	fbmy8028_rel_221222.cza1_bee
23460	0	78	0.4	111.2	42.4	0.003	0.019	0.005	1.851	10405	46.0	0.444	157	1.7	3.8	5.1	0.090	23394	20727	fbmy8028_rel_221222.cza1ps0_bee
22309	0	74	0.4	107.5	40.5	0.003	0.019	0.005	1.860	10088	45.8	0.452	164	1.7	3.8	5.3	0.081	22275	20177	fbmy8032_rel_221222.cza1_bee
23041	0	76	0.4	109.7	41.6	0.003	0.019	0.005	1.851	10428	46.0	0.453	160	1.6	3.7	5.0	0.080	22975	20627	fbmy8032_rel_221222.cza1ps0_bee

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
7968	0	0	0.0	99.3	35.9	0.000	0.000	0.012	4.608	33145	43.2	4.160	434	1.5	1.7	7.6	0.081	7929	7042	fbmy8028_rel_221222.cza1_bee
8326	0	0	0.0	102.8	37.8	0.000	0.000	0.012	4.653	34370	43.7	4.128	420	1.5	1.7	7.4	0.072	8266	7322	fbmy8028_rel_221222.cza1ps0_bee
7752	0	0	0.0	96.8	35.0	0.000	0.000	0.012	4.620	32579	42.8	4.203	442	1.5	1.8	7.5	0.068	7737	6766	fbmy8032_rel_221222.cza1_bee
8285	0	0	0.0	102.9	37.6	0.000	0.000	0.012	4.650	34509	43.7	4.165	422	1.6	1.8	7.4	0.075	8260	7177	fbmy8032_rel_221222.cza1ps0_bee

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
100	1704	0	0.0	4.3	0.4	0.000	0.000	0.043	4.015	6794	12.6	3.987	591	1.5	1.7	7.9	0.018	1885	1167	fbmy8028_rel_221222.cza1_bee
100	1776	0	0.0	4.4	0.4	0.000	0.000	0.044	4.450	7060	12.5	3.974	563	1.5	1.7	7.6	0.027	1870	1214	fbmy8028_rel_221222.cza1ps0_bee
100	1363	0	0.0	4.2	0.4	0.000	0.000	0.042	4.038	5687	12.6	4.172	739	1.5	1.7	7.8	0.014	1359	1246	fbmy8032_rel_221222.cza1_bee
100	1817	0	0.0	4.1	0.3	0.000	0.000	0.041	3.560	7410	12.3	4.077	541	1.5	1.7	7.6	0.004	1822	1519	fbmy8032_rel_221222.cza1ps0_bee

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
100	2480	23	0.1	4.1	0.3	0.009	0.058	0.041	3.476	10320	13.2	4.161	426	1.5	1.8	8.6	0.010	2446	2045	fbmy8028_rel_221222.cza1_bee
100	2306	6	0.0	4.0	0.3	0.003	0.018	0.040	3.466	9585	12.8	4.157	444	1.5	1.8	8.5	0.010	2237	2045	fbmy8028_rel_221222.cza1ps0_bee
100	2360	5	0.0	3.9	0.3	0.002	0.013	0.040	3.504	10218	13.4	4.329	454	1.5	1.8	8.6	0.010	2334	1966	fbmy8032_rel_221222.cza1_bee
100	2334	0	0.0	4.2	0.4	0.000	0.000	0.042	4.342	9886	13.3	4.235	456	1.5	1.8	8.4	0.003	2221	2061	fbmy8032_rel_221222.cza1ps0_bee

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
499	1498	0	0.0	9.0	2.4	0.000	0.000	0.018	4.968	6164	13.5	4.116	721	1.5	1.9	8.7	0.031	1486	1215	fbmy8028_rel_221222.cza1_bee
499	1594	0	0.0	8.7	2.3	0.000	0.000	0.018	4.724	6524	13.5	4.093	678	1.5	1.9	8.6	0.029	1567	1279	fbmy8028_rel_221222.cza1ps0_bee
499	1362	0	0.0	8.9	2.4	0.000	0.000	0.018	4.844	5826	13.6	4.278	799	1.5	2.0	8.8	0.033	1390	1071	fbmy8032_rel_221222.cza1_bee
499	1376	0	0.0	8.8	2.3	0.000	0.000	0.018	4.687	5878	13.4	4.272	779	1.5	2.0	8.5	0.031	1374	1135	fbmy8032_rel_221222.cza1ps0_bee

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
499	2393	0	0.0	8.1	2.1	0.000	0.000	0.016	4.379	10059	14.7	4.203	491	1.5	2.2	9.0	0.005	2366	2014	fbmy8028_rel_221222.cza1_bee
499	2336	0	0.0	8.0	2.2	0.000	0.000	0.016	4.427	9822	14.4	4.204	493	1.5	2.2	8.7	0.005	2253	2077	fbmy8028_rel_221222.cza1ps0_bee
499	2305	0	0.0	8.1	2.2	0.000	0.000	0.016	4.441	9898	14.8	4.295	514	1.5	2.2	9.0	0.006	2301	1918	fbmy8032_rel_221222.cza1_bee
499	2334	0	0.0	8.2	2.2	0.000	0.000	0.016	4.517	10019	14.9	4.292	511	1.5	2.2	8.9	0.003	2222	2045	fbmy8032_rel_221222.cza1ps0_bee

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
998	1212	29	0.2	14.2	4.6	0.024	0.154	0.014	4.725	5345	15.3	4.411	1010	1.5	2.6	9.1	0.042	1199	895	fbmy8028_rel_221222.cza1_bee
998	1366	3	0.0	13.6	4.6	0.002	0.012	0.014	4.712	5876	15.3	4.302	896	1.5	2.6	8.8	0.032	1374	879	fbmy8028_rel_221222.cza1ps0_bee
998	1406	9	0.0	14.2	4.7	0.006	0.034	0.014	4.803	6255	15.5	4.448	882	1.7	2.8	9.0	0.031	1374	975	fbmy8032_rel_221222.cza1_bee
998	1601	0	0.0	14.1	4.7	0.000	0.000	0.014	4.832	6979	15.5	4.359	775	1.5	2.6	8.9	0.033	1550	1215	fbmy8032_rel_221222.cza1ps0_bee

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
998	2358	28	0.2	13.5	4.4	0.012	0.067	0.013	4.503	10186	16.5	4.319	560	1.5	3.0	9.4	0.005	2348	1981	fbmy8028_rel_221222.cza1_bee
998	2368	24	0.1	13.4	4.4	0.010	0.059	0.013	4.539	10223	16.2	4.317	547	1.5	2.9	9.0	0.003	2269	2078	fbmy8028_rel_221222.cza1ps0_bee
998	2334	20	0.1	13.7	4.4	0.008	0.048	0.014	4.472	10272	16.6	4.400	569	1.5	2.9	9.2	0.003	2319	1950	fbmy8032_rel_221222.cza1_bee
998	2358	9	0.0	13.8	4.4	0.004	0.021	0.014	4.512	10371	16.2	4.398	550	1.5	3.0	9.1	0.008	2285	2061	fbmy8032_rel_221222.cza1ps0_bee

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.723	0.200	0.074	0.003	0.000	0.000	0.000	0.000	0.077	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.729	0.193	0.076	0.003	0.000	0.000	0.000	0.000	0.076	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.715	0.206	0.076	0.002	0.000	0.000	0.000	0.000	0.068	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.722	0.203	0.072	0.002	0.000	0.000	0.000	0.000	0.071	fbmy8032_rel_221222.cza1ps0_bee

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	99.671	0.254	0.072	0.003	0.000	0.000	0.000	0.000	0.090	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.675	0.251	0.070	0.003	0.000	0.000	0.000	0.000	0.090	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.666	0.259	0.074	0.002	0.000	0.000	0.000	0.000	0.081	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.674	0.254	0.070	0.002	0.000	0.000	0.000	0.000	0.080	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.662	0.255	0.080	0.003	0.000	0.000	0.000	0.000	0.095	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.667	0.251	0.079	0.003	0.000	0.000	0.000	0.000	0.088	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.652	0.265	0.081	0.002	0.000	0.000	0.000	0.000	0.079	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.663	0.255	0.080	0.002	0.000	0.000	0.000	0.000	0.080	fbmy8032_rel_221222.cza1ps0_bee

l.i2

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	99.834	0.082	0.080	0.003	nonzero	0.000	0.000	0.000	0.000	0.081	fbmy8028_rel_221222.cza1_bee
0.000	99.860	0.059	0.078	0.003	nonzero	0.000	0.000	0.000	0.000	0.072	fbmy8028_rel_221222.cza1ps0_bee
0.000	99.802	0.113	0.082	0.002	nonzero	0.000	0.000	0.000	0.000	0.068	fbmy8032_rel_221222.cza1_bee
0.000	99.850	0.069	0.078	0.003	nonzero	0.000	0.000	0.000	0.000	0.075	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	99.796	0.119	0.081	0.003	nonzero	0.000	0.000	0.000	0.000	0.077	fbmy8028_rel_221222.cza1_bee
0.000	99.842	0.076	0.079	0.003	nonzero	0.000	0.000	0.000	0.000	0.081	fbmy8028_rel_221222.cza1ps0_bee
0.000	99.761	0.152	0.084	0.002	nonzero	0.000	0.000	0.000	0.000	0.071	fbmy8032_rel_221222.cza1_bee
0.000	99.824	0.093	0.079	0.004	0.000	0.000	0.000	0.000	0.000	0.064	fbmy8032_rel_221222.cza1ps0_bee

qr100.L1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
9.647	81.277	9.075	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
10.774	73.695	15.531	0.000	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	fbmy8028_rel_221222.cza1ps0_bee
7.531	70.656	21.813	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.014	fbmy8032_rel_221222.cza1_bee
14.722	75.677	9.602	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	fbmy8032_rel_221222.cza1ps0_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.444	0.500	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.361	0.583	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.389	0.556	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.583	0.361	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.556	0.389	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.528	0.444	0.028	0.000	0.000	0.000	0.000	0.000	0.017	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.500	0.472	0.028	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.694	0.278	0.028	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1ps0_bee

qp100.L2

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
nonzero	99.986	0.013	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	fbmy8028_rel_221222.cza1_bee
0.004	99.991	0.004	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	fbmy8028_rel_221222.cza1ps0_bee
0.000	99.994	0.005	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	fbmy8032_rel_221222.cza1_bee
nonzero	99.996	0.003	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	fbmy8032_rel_221222.cza1ps0_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.611	0.333	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.417	0.500	0.083	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.639	0.278	0.083	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.306	0.611	0.083	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.750	0.194	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.528	0.389	0.083	0.000	0.000	0.000	0.000	0.000	0.017	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.722	0.222	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.417	0.528	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1ps0_bee

qr500.L3

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
6.189	69.258	24.553	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8028_rel_221222.cza1_bee
8.597	73.875	17.528	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	fbmy8028_rel_221222.cza1ps0_bee
7.828	71.945	20.226	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.033	fbmy8032_rel_221222.cza1_bee
12.385	57.137	30.477	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8032_rel_221222.cza1ps0_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.422	0.517	0.061	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.417	0.511	0.072	0.000	0.000	0.000	0.000	0.000	0.022	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.550	0.367	0.083	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.544	0.367	0.089	0.000	0.000	0.000	0.000	0.000	0.025	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.461	0.483	0.056	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.472	0.461	0.067	0.000	0.000	0.000	0.000	0.000	0.022	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.561	0.361	0.078	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.594	0.322	0.083	0.000	0.000	0.000	0.000	0.000	0.024	fbmy8032_rel_221222.cza1ps0_bee

qp500.L4

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	99.994	0.006	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	fbmy8028_rel_221222.cza1_bee
0.015	99.979	0.006	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	fbmy8028_rel_221222.cza1ps0_bee
0.000	99.993	0.007	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.006	fbmy8032_rel_221222.cza1_bee
0.002	99.993	0.005	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	fbmy8032_rel_221222.cza1ps0_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.528	0.383	0.089	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.550	0.367	0.083	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.694	0.217	0.089	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.722	0.194	0.083	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.594	0.333	0.072	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.628	0.306	0.067	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.711	0.200	0.089	0.000	0.000	0.000	0.000	0.000	0.018	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.717	0.200	0.083	0.000	0.000	0.000	0.000	0.000	0.039	fbmy8032_rel_221222.cza1ps0_bee

qr1000.L5

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
4.717	69.575	25.696	0.011	0.001	0.000	0.000	0.000	0.000	0.000	0.042	fbmy8028_rel_221222.cza1_bee
8.159	71.674	20.160	0.006	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	fbmy8028_rel_221222.cza1ps0_bee
7.966	70.949	21.083	0.001	0.001	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8032_rel_221222.cza1_bee
13.262	66.910	19.827	nonzero	0.001	0.000	0.000	0.000	0.000	0.000	0.033	fbmy8032_rel_221222.cza1ps0_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.689	0.231	0.081	0.000	0.000	0.000	0.000	0.000	0.062	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.753	0.164	0.083	0.000	0.000	0.000	0.000	0.000	0.048	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.550	0.375	0.075	0.000	0.000	0.000	0.000	0.000	0.042	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.617	0.303	0.081	0.000	0.000	0.000	0.000	0.000	0.051	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.717	0.203	0.081	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.783	0.139	0.078	0.000	0.000	0.000	0.000	0.000	0.063	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.583	0.347	0.069	0.000	0.000	0.000	0.000	0.000	0.056	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.653	0.272	0.075	0.000	0.000	0.000	0.000	0.000	0.043	fbmy8032_rel_221222.cza1ps0_bee

qp1000.L6

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.001	99.989	0.009	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	fbmy8028_rel_221222.cza1_bee
0.029	99.964	0.007	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	fbmy8028_rel_221222.cza1ps0_bee
0.000	99.993	0.007	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	fbmy8032_rel_221222.cza1_bee
0.004	99.990	0.007	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.008	fbmy8032_rel_221222.cza1ps0_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.547	0.375	0.078	0.000	0.000	0.000	0.000	0.000	0.063	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.572	0.344	0.083	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.656	0.247	0.097	0.000	0.000	0.000	0.000	0.000	0.056	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.308	0.617	0.075	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8032_rel_221222.cza1ps0_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.578	0.342	0.081	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_221222.cza1_bee
0.000	0.000	99.617	0.306	0.075	0.003	0.000	0.000	0.000	0.000	0.067	fbmy8028_rel_221222.cza1ps0_bee
0.000	0.000	99.683	0.225	0.092	0.000	0.000	0.000	0.000	0.000	0.042	fbmy8032_rel_221222.cza1_bee
0.000	0.000	99.369	0.561	0.069	0.000	0.000	0.000	0.000	0.000	0.042	fbmy8032_rel_221222.cza1ps0_bee