Introduction

This is a report for the insert benchmark with 800M 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 800M rows per table without secondary indexes, creates 3 secondary indexes per table, then inserts 5m 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
pg9023_def.cx9a2_bee 6212685034113155731540166013835134365
pg9124_def.cx9a2_bee 6407282043118858758839370103785386357
pg9224_def.cx9a2_bee 6240285671106051814139673633675399358
pg9325_def.cx9a2_bee 6403183403110453807339373893635584348
pg9426_def.cx9a2_bee 6503594073111854836639674073715614349
pg9525_def.cx9a2_bee 65248112724118156822740073753795519358
pg9624_def.cx9a2_bee 62957126203115954820339675953815626369
pg1023_def.cx9a2_bee 63286186003113952790439573423795364368
pg1122_def.cx9a2_bee 74543179816113653855239577613805737369
pg1217_def.cx9a2_bee 727471827742243115844539780673857162362
pg1313_def.cx9a2_bee 753651836552116109833839481023817090360
pg1410_def.cx9a2_bee 733941850572099107582339259183715139365
pg155_def.cx9a2_bee 755291926782040103585539158473695156365
pg161_def.cx9a2_bee 757791972872065103593939158613695160365

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
pg9023_def.cx9a2_bee 1.001.001.001.001.001.001.001.001.001.00
pg9124_def.cx9a2_bee 1.030.961.051.051.040.981.060.991.050.98
pg9224_def.cx9a2_bee 1.001.010.940.931.110.991.120.961.050.98
pg9325_def.cx9a2_bee 1.030.980.980.961.100.981.120.951.090.95
pg9426_def.cx9a2_bee 1.051.110.990.981.140.991.120.971.090.96
pg9525_def.cx9a2_bee 1.051.331.041.021.121.001.120.991.070.98
pg9624_def.cx9a2_bee 1.011.481.020.981.120.991.150.991.101.01
pg1023_def.cx9a2_bee 1.022.191.010.951.080.991.110.991.041.01
pg1122_def.cx9a2_bee 1.202.111.000.961.170.991.180.991.121.01
pg1217_def.cx9a2_bee 1.172.151.982.091.150.991.221.011.400.99
pg1313_def.cx9a2_bee 1.212.161.871.981.140.981.230.991.380.99
pg1410_def.cx9a2_bee 1.182.181.861.950.800.980.900.971.001.00
pg155_def.cx9a2_bee 1.222.271.801.870.800.980.890.961.001.00
pg161_def.cx9a2_bee 1.222.321.831.870.810.980.890.961.011.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
pg9023_def.cx9a2_bee100100499499796503
pg9124_def.cx9a2_bee100100499499825526
pg9224_def.cx9a2_bee100100499499742467
pg9325_def.cx9a2_bee100100499499767483
pg9426_def.cx9a2_bee100100499498779491
pg9525_def.cx9a2_bee100100499499797506
pg9624_def.cx9a2_bee100100499499780495
pg1023_def.cx9a2_bee100100499499760481
pg1122_def.cx9a2_bee100100499499767485
pg1217_def.cx9a2_bee100100498499998979
pg1313_def.cx9a2_bee100100499499998954
pg1410_def.cx9a2_bee100100499499611494
pg155_def.cx9a2_bee100100499499588476
pg161_def.cx9a2_bee100100499499590478
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
pg9023_def.cx9a2_bee99.0790.7210.2000.051
pg9124_def.cx9a2_bee99.8920.108nonzero0.058
pg9224_def.cx9a2_bee99.8920.0980.011nonzero0.083
pg9325_def.cx9a2_bee99.8840.1010.015nonzero0.076
pg9426_def.cx9a2_bee99.8840.1000.016nonzero0.072
pg9525_def.cx9a2_bee99.9980.001nonzero0.060
pg9624_def.cx9a2_bee99.9990.001nonzero0.056
pg1023_def.cx9a2_bee99.9990.001nonzero0.056
pg1122_def.cx9a2_bee99.9990.001nonzero0.055
pg1217_def.cx9a2_bee99.9990.001nonzero0.057
pg1313_def.cx9a2_bee99.9980.0020.0010.057
pg1410_def.cx9a2_bee99.9980.0020.001nonzero0.085
pg155_def.cx9a2_bee99.9970.0030.001nonzero0.067
pg161_def.cx9a2_bee99.9980.001nonzero0.056

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
62126	0	28	0.2	127.2	20.9	0.000	0.004	0.002	0.345	6631	20.5	0.107	26	76.5	76.7	0.3	0.051	62729	57379	pg9023_def.cx9a2_bee
64072	0	29	0.2	129.7	21.6	0.000	0.004	0.002	0.345	6823	21.5	0.106	27	76.5	76.7	10.2	0.058	65516	58834	pg9124_def.cx9a2_bee
62402	0	28	0.2	686.0	21.1	0.000	0.004	0.011	0.346	8367	22.1	0.134	28	76.5	76.7	0.1	0.083	63726	56983	pg9224_def.cx9a2_bee
64031	0	28	0.2	627.6	22.1	0.000	0.004	0.010	0.354	8383	21.7	0.131	27	76.5	76.7	0.1	0.076	65390	57929	pg9325_def.cx9a2_bee
65035	0	29	0.2	631.3	22.5	0.000	0.004	0.010	0.354	8457	22.4	0.130	28	76.5	76.8	0.1	0.072	65251	62131	pg9426_def.cx9a2_bee
65248	0	30	0.2	624.0	27.1	0.000	0.004	0.010	0.425	8448	22.5	0.129	28	76.5	116.6	9.5	0.060	65346	63656	pg9525_def.cx9a2_bee
62957	0	28	0.2	120.1	26.1	0.000	0.004	0.002	0.425	7942	23.1	0.126	29	76.5	116.6	9.7	0.056	63129	61315	pg9624_def.cx9a2_bee
63286	0	29	0.2	120.7	26.3	0.000	0.004	0.002	0.425	7838	23.0	0.124	29	76.5	116.6	9.7	0.056	63429	61730	pg1023_def.cx9a2_bee
74543	0	32	0.3	137.2	30.1	0.000	0.004	0.002	0.413	9137	23.1	0.123	25	76.5	110.3	9.0	0.055	74816	72618	pg1122_def.cx9a2_bee
72747	0	33	0.3	133.8	29.4	0.000	0.004	0.002	0.413	8929	23.1	0.123	25	76.5	109.4	8.9	0.057	72919	70878	pg1217_def.cx9a2_bee
75365	0	32	0.3	103.8	30.6	0.000	0.003	0.001	0.416	9229	23.3	0.122	25	76.5	112.9	1.5	0.057	75518	73413	pg1313_def.cx9a2_bee
73394	0	32	0.3	103.8	30.3	0.000	0.004	0.001	0.422	8973	22.8	0.122	25	76.5	116.6	2.5	0.085	73619	71420	pg1410_def.cx9a2_bee
75529	0	32	0.3	109.3	31.2	0.000	0.003	0.001	0.423	9161	23.1	0.121	24	76.5	116.6	2.7	0.067	75715	73695	pg155_def.cx9a2_bee
75779	0	31	0.2	107.6	31.1	0.000	0.003	0.001	0.421	9198	23.0	0.121	24	76.5	116.6	1.7	0.056	75962	73918	pg161_def.cx9a2_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
85034	0	358	42.8	179.8	48.5	0.004	0.516	0.002	0.584	384	12.3	0.005	12	153.8	154.0	8.9	0.012	NA	NA	pg9023_def.cx9a2_bee
82043	0	344	41.3	172.2	46.8	0.004	0.516	0.002	0.584	393	12.4	0.005	12	153.8	154.0	7.6	0.013	NA	NA	pg9124_def.cx9a2_bee
85671	0	362	43.1	180.4	48.9	0.004	0.516	0.002	0.584	354	12.5	0.004	12	153.8	154.0	6.4	0.004	NA	NA	pg9224_def.cx9a2_bee
83403	0	370	42.1	189.8	53.3	0.004	0.517	0.002	0.655	364	12.5	0.004	12	153.8	154.0	7.7	0.004	NA	NA	pg9325_def.cx9a2_bee
94073	0	260	31.9	167.3	43.3	0.003	0.347	0.002	0.472	288	12.5	0.003	11	153.8	154.0	10.3	0.004	NA	NA	pg9426_def.cx9a2_bee
112724	0	312	38.2	199.4	52.5	0.003	0.347	0.002	0.477	274	12.7	0.002	9	153.8	193.8	10.3	0.004	NA	NA	pg9525_def.cx9a2_bee
126203	0	393	48.1	277.4	64.1	0.003	0.390	0.002	0.520	305	12.8	0.002	8	153.8	193.8	10.3	0.003	NA	NA	pg9624_def.cx9a2_bee
186003	0	561	69.2	402.1	92.8	0.003	0.381	0.002	0.511	461	12.8	0.002	6	153.8	193.8	10.3	0.005	NA	NA	pg1023_def.cx9a2_bee
179816	0	541	66.9	388.3	91.7	0.003	0.381	0.002	0.522	455	12.7	0.003	6	153.8	193.8	10.3	0.006	NA	NA	pg1122_def.cx9a2_bee
182774	0	552	68.0	413.7	93.1	0.003	0.381	0.002	0.521	459	12.7	0.003	6	153.8	193.8	10.3	0.004	NA	NA	pg1217_def.cx9a2_bee
183655	0	545	67.6	185.2	67.2	0.003	0.377	0.001	0.374	374	12.5	0.002	5	153.6	190.0	10.2	0.005	NA	NA	pg1313_def.cx9a2_bee
185057	0	549	68.1	183.6	67.4	0.003	0.377	0.001	0.373	382	12.4	0.002	5	153.6	193.7	10.2	0.006	NA	NA	pg1410_def.cx9a2_bee
192678	0	584	72.5	191.2	71.8	0.003	0.385	0.001	0.381	402	12.4	0.002	5	153.6	193.7	10.2	0.004	NA	NA	pg155_def.cx9a2_bee
197287	0	598	74.2	203.4	73.6	0.003	0.385	0.001	0.382	404	12.5	0.002	5	153.6	193.7	10.3	0.006	NA	NA	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee2.57097.2820.1470.228
pg9124_def.cx9a2_bee7.33792.5780.0850.199
pg9224_def.cx9a2_bee4.61795.2700.1120.231
pg9325_def.cx9a2_bee3.20896.7610.0310.098
pg9426_def.cx9a2_bee4.00195.9750.0240.078
pg9525_def.cx9a2_bee84.15415.7640.0830.103
pg9624_def.cx9a2_bee95.8774.1200.0030.124
pg1023_def.cx9a2_bee94.9355.0650.056
pg1122_def.cx9a2_bee93.8566.1430.0010.117
pg1217_def.cx9a2_bee90.5319.4670.0010.072
pg1313_def.cx9a2_bee86.22513.7740.0010.066
pg1410_def.cx9a2_bee87.09312.9070.063
pg155_def.cx9a2_bee89.82110.1790.064
pg161_def.cx9a2_bee93.5106.4900.058

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
pg9023_def.cx9a2_bee0.3342.94812.29663.50420.9190.093
pg9124_def.cx9a2_bee0.3633.06913.72065.69217.1560.082
pg9224_def.cx9a2_bee0.3142.70811.93458.42126.6240.092
pg9325_def.cx9a2_bee0.3982.78912.41560.70823.6910.089
pg9426_def.cx9a2_bee0.4812.85513.96959.65623.0390.090
pg9525_def.cx9a2_bee0.5132.56216.34460.09320.4890.085
pg9624_def.cx9a2_bee0.3612.82615.56558.29422.9540.123
pg1023_def.cx9a2_bee0.2482.71115.43157.00924.6010.089
pg1122_def.cx9a2_bee0.3162.48815.75756.87624.5620.110
pg1217_def.cx9a2_bee0.0040.4316.14935.11058.3060.040
pg1313_def.cx9a2_bee0.0030.4466.05432.00161.4960.043
pg1410_def.cx9a2_bee0.0040.6855.17032.21661.9250.048
pg155_def.cx9a2_bee0.6165.41030.28963.6850.046
pg161_def.cx9a2_bee0.6705.29930.37863.6540.046

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
1131	0	1880	15.0	2392.7	37.7	1.662	13.563	2.116	34.166	4909	14.6	4.340	1033	154.5	154.6	9.9	0.228	899	599	pg9023_def.cx9a2_bee
1188	0	1974	15.7	2514.3	39.6	1.663	13.570	2.117	34.162	5106	14.8	4.300	997	154.5	154.7	10.0	0.199	949	649	pg9124_def.cx9a2_bee
1060	0	1762	14.0	2286.8	35.4	1.662	13.564	2.157	34.147	4864	14.7	4.589	1109	154.5	154.7	10.0	0.231	849	549	pg9224_def.cx9a2_bee
1104	0	1818	14.5	2387.1	36.9	1.647	13.432	2.163	34.255	4894	14.8	4.435	1073	154.5	154.7	10.2	0.098	850	599	pg9325_def.cx9a2_bee
1118	0	1839	14.6	2413.5	37.3	1.644	13.401	2.158	34.190	4880	14.8	4.364	1059	154.5	154.7	10.2	0.078	899	599	pg9426_def.cx9a2_bee
1181	0	1942	15.4	1998.1	30.0	1.645	13.327	1.692	25.980	4880	14.0	4.134	949	154.5	194.5	10.0	0.103	899	599	pg9525_def.cx9a2_bee
1159	0	1906	15.1	1944.4	29.6	1.644	13.324	1.677	26.178	4813	14.4	4.152	994	154.5	194.5	9.9	0.124	849	599	pg9624_def.cx9a2_bee
1139	0	1874	14.8	1882.3	29.1	1.645	13.334	1.652	26.165	4704	14.3	4.130	1004	154.5	194.5	9.1	0.056	849	599	pg1023_def.cx9a2_bee
1136	0	1875	14.8	1882.9	28.0	1.651	13.379	1.657	25.281	4712	14.4	4.148	1014	154.5	194.5	9.8	0.117	849	599	pg1122_def.cx9a2_bee
2243	0	3684	29.2	3691.4	53.3	1.642	13.317	1.645	24.344	8979	15.7	4.002	560	154.4	194.5	9.5	0.072	1948	1298	pg1217_def.cx9a2_bee
2116	0	3524	27.9	3589.0	52.6	1.665	13.503	1.696	25.447	8540	15.6	4.035	590	154.3	194.3	9.3	0.066	1798	1198	pg1313_def.cx9a2_bee
2099	0	3491	27.6	3554.0	51.5	1.664	13.487	1.693	25.112	8309	15.1	3.959	576	154.3	194.3	9.5	0.063	1798	1198	pg1410_def.cx9a2_bee
2040	0	3395	26.9	3446.1	49.9	1.664	13.489	1.690	25.042	7972	15.0	3.909	588	154.3	194.3	9.8	0.064	1699	1148	pg155_def.cx9a2_bee
2065	0	3450	27.3	3485.0	50.9	1.671	13.541	1.688	25.262	8037	15.2	3.892	589	154.3	194.3	10.1	0.058	1698	1149	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee83.45916.4960.0450.050
pg9124_def.cx9a2_bee84.40815.5900.0020.036
pg9224_def.cx9a2_bee85.04314.9570.0010.019
pg9325_def.cx9a2_bee89.07610.9240.0010.016
pg9426_def.cx9a2_bee92.6747.3240.0020.033
pg9525_def.cx9a2_bee0.00398.2011.7950.0010.017
pg9624_def.cx9a2_bee0.00294.6865.3000.0130.029
pg1023_def.cx9a2_bee0.00194.0305.9570.0130.039
pg1122_def.cx9a2_bee0.00693.4206.5610.0130.027
pg1217_def.cx9a2_bee0.00397.0332.9550.0090.021
pg1313_def.cx9a2_bee0.00398.1081.8800.0090.027
pg1410_def.cx9a2_bee0.00799.5100.4710.0120.034
pg155_def.cx9a2_bee0.00398.4661.5150.0150.034
pg161_def.cx9a2_bee0.00598.9381.0440.0130.032

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
pg9023_def.cx9a2_bee100.0000.183
pg9124_def.cx9a2_bee100.0000.176
pg9224_def.cx9a2_bee100.0000.187
pg9325_def.cx9a2_bee100.0000.168
pg9426_def.cx9a2_bee100.0000.164
pg9525_def.cx9a2_bee100.0000.135
pg9624_def.cx9a2_bee100.0000.154
pg1023_def.cx9a2_bee100.0000.153
pg1122_def.cx9a2_bee100.0000.134
pg1217_def.cx9a2_bee99.9990.0010.107
pg1313_def.cx9a2_bee99.9990.0010.102
pg1410_def.cx9a2_bee99.9990.0010.111
pg155_def.cx9a2_bee99.9990.0010.110
pg161_def.cx9a2_bee99.9990.0010.108

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
55	0	89	0.7	124.0	1.9	1.609	13.122	2.247	34.370	643	12.4	11.643	17971	154.6	154.8	0.4	0.050	55	50	pg9023_def.cx9a2_bee
58	0	93	0.7	129.0	1.9	1.610	13.126	2.236	34.341	670	12.4	11.608	17192	154.6	154.8	0.3	0.036	60	50	pg9124_def.cx9a2_bee
51	0	82	0.7	128.2	1.7	1.609	13.121	2.509	34.372	665	12.4	13.020	19413	154.6	154.8	10.0	0.019	50	45	pg9224_def.cx9a2_bee
53	0	86	0.7	134.0	1.8	1.609	13.121	2.519	34.454	696	12.4	13.087	18647	154.6	154.8	0.9	0.016	55	45	pg9325_def.cx9a2_bee
54	0	87	0.7	135.7	1.8	1.612	13.140	2.522	34.505	702	12.4	13.047	18439	154.6	154.8	0.9	0.033	55	45	pg9426_def.cx9a2_bee
56	0	89	0.7	162.9	1.9	1.608	13.011	2.935	35.576	691	12.4	12.459	17874	154.6	182.2	10.2	0.017	55	50	pg9525_def.cx9a2_bee
54	0	86	0.7	133.5	1.8	1.609	13.022	2.491	35.020	791	12.5	14.755	18657	154.6	180.8	10.1	0.029	55	45	pg9624_def.cx9a2_bee
52	0	84	0.7	132.7	1.8	1.611	13.039	2.538	35.398	740	12.5	14.153	19120	154.6	182.0	10.1	0.039	50	45	pg1023_def.cx9a2_bee
53	0	85	0.7	135.6	1.8	1.610	13.051	2.577	35.910	729	12.5	13.856	19011	154.6	182.3	10.1	0.027	50	45	pg1122_def.cx9a2_bee
115	0	185	1.5	258.8	3.7	1.608	13.044	2.248	33.155	1279	12.9	11.116	8966	154.6	187.0	10.1	0.021	115	100	pg1217_def.cx9a2_bee
109	0	175	1.4	243.5	3.5	1.608	13.043	2.234	33.251	1219	12.7	11.188	9321	154.5	185.1	10.1	0.027	110	95	pg1313_def.cx9a2_bee
107	0	172	1.4	225.0	3.3	1.607	13.036	2.108	32.125	1074	12.5	10.067	9372	154.5	186.5	10.1	0.034	105	95	pg1410_def.cx9a2_bee
103	0	165	1.3	219.7	3.3	1.606	13.030	2.137	32.432	990	12.4	9.626	9650	154.5	186.7	10.1	0.034	100	90	pg155_def.cx9a2_bee
103	0	166	1.3	220.5	3.3	1.607	13.033	2.139	32.399	997	12.4	9.667	9622	154.5	186.6	10.1	0.032	105	90	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee99.8030.1130.0830.0020.011
pg9124_def.cx9a2_bee99.7970.1210.0800.0020.011
pg9224_def.cx9a2_bee99.8810.1170.0010.0010.010
pg9325_def.cx9a2_bee99.8730.1260.001nonzero0.010
pg9426_def.cx9a2_bee99.8900.109nonzerononzero0.010
pg9525_def.cx9a2_bee99.8920.107nonzero0.0010.010
pg9624_def.cx9a2_bee99.8750.1230.0010.0010.010
pg1023_def.cx9a2_bee99.8710.128nonzerononzero0.010
pg1122_def.cx9a2_bee99.9000.099nonzero0.0010.010
pg1217_def.cx9a2_bee99.8810.118nonzero0.0010.010
pg1313_def.cx9a2_bee99.8850.114nonzero0.0010.010
pg1410_def.cx9a2_bee93.5466.4480.0010.005nonzerononzerononzero0.714
pg155_def.cx9a2_bee93.8866.1070.0010.006nonzerononzerononzero0.732
pg161_def.cx9a2_bee94.0305.9640.0010.006nonzerononzerononzero0.732

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
pg9023_def.cx9a2_bee2.52897.4720.040
pg9124_def.cx9a2_bee8.38991.6110.035
pg9224_def.cx9a2_bee0.41799.5830.037
pg9325_def.cx9a2_bee0.02899.9440.0280.071
pg9426_def.cx9a2_bee1.05698.9440.037
pg9525_def.cx9a2_bee47.50052.5000.032
pg9624_def.cx9a2_bee49.58350.4170.046
pg1023_def.cx9a2_bee51.50048.5000.031
pg1122_def.cx9a2_bee51.16748.8330.031
pg1217_def.cx9a2_bee52.38947.6110.030
pg1313_def.cx9a2_bee52.25047.7500.030
pg1410_def.cx9a2_bee57.02842.9720.031
pg155_def.cx9a2_bee56.13943.8610.031
pg161_def.cx9a2_bee60.77839.2220.030

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
pg9023_def.cx9a2_bee10.94465.55623.5000.010
pg9124_def.cx9a2_bee11.36168.44420.1940.009
pg9224_def.cx9a2_bee9.38960.61130.0000.009
pg9325_def.cx9a2_bee10.47260.77828.7500.009
pg9426_def.cx9a2_bee9.88962.66727.4440.011
pg9525_def.cx9a2_bee10.11163.41726.4720.010
pg9624_def.cx9a2_bee10.55663.33326.1110.009
pg1023_def.cx9a2_bee9.30662.02828.6670.010
pg1122_def.cx9a2_bee10.00061.69428.3060.009
pg1217_def.cx9a2_bee27.22272.6670.1110.009
pg1313_def.cx9a2_bee25.22274.3330.4440.009
pg1410_def.cx9a2_bee99.9440.0560.114
pg155_def.cx9a2_bee99.9170.0830.126
pg161_def.cx9a2_bee99.9440.0560.126

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	7315	226	1.8	223.0	3.4	0.031	0.251	2.234	34.750	28605	12.7	3.910	139	154.7	154.8	0.2	0.011	7110	4621	pg9023_def.cx9a2_bee
100	7588	226	1.8	222.0	3.4	0.030	0.242	2.227	34.810	29666	12.5	3.909	132	154.7	154.8	0.2	0.011	7448	4347	pg9124_def.cx9a2_bee
100	8141	167	1.3	227.1	3.4	0.020	0.169	2.278	34.749	31660	12.6	3.889	124	154.7	154.8	9.8	0.010	7768	7465	pg9224_def.cx9a2_bee
100	8073	167	1.3	247.6	3.5	0.021	0.170	2.483	35.796	31470	12.5	3.898	124	154.7	154.8	0.7	0.010	7833	7589	pg9325_def.cx9a2_bee
100	8366	167	1.3	245.9	3.5	0.020	0.162	2.468	35.717	32623	12.9	3.900	123	154.7	154.8	0.7	0.010	7863	7575	pg9426_def.cx9a2_bee
100	8227	167	1.4	19.7	1.5	0.020	0.169	0.198	15.381	31958	12.8	3.885	124	154.7	194.7	10.2	0.010	7753	7432	pg9525_def.cx9a2_bee
100	8203	167	1.4	15.3	1.5	0.020	0.169	0.153	15.516	31867	13.4	3.885	131	154.7	194.7	10.2	0.010	7815	7542	pg9624_def.cx9a2_bee
100	7904	167	1.4	15.2	1.5	0.021	0.175	0.153	15.544	30752	12.6	3.891	128	154.7	194.7	10.2	0.010	7662	7462	pg1023_def.cx9a2_bee
100	8552	167	1.4	15.5	1.5	0.020	0.162	0.155	15.565	33222	13.5	3.885	126	154.7	194.7	10.2	0.010	8092	7817	pg1122_def.cx9a2_bee
100	8445	167	1.4	15.6	1.5	0.020	0.164	0.156	15.556	32832	13.2	3.888	125	154.6	194.7	10.2	0.010	8088	7877	pg1217_def.cx9a2_bee
100	8338	166	1.4	15.2	1.5	0.020	0.166	0.152	15.486	32427	12.9	3.889	124	154.5	190.5	10.2	0.010	8061	7863	pg1313_def.cx9a2_bee
100	5823	184	1.6	72.1	2.1	0.032	0.285	0.723	21.640	22808	13.8	3.917	190	154.5	182.5	10.1	0.714	5789	5462	pg1410_def.cx9a2_bee
100	5855	183	1.6	71.1	2.1	0.031	0.284	0.712	21.530	22874	14.0	3.907	191	154.5	181.3	10.1	0.732	5757	5480	pg155_def.cx9a2_bee
100	5939	184	1.6	71.0	2.1	0.031	0.280	0.712	21.561	23215	14.0	3.909	189	154.5	181.7	10.1	0.732	5832	5435	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee99.5020.4980.015
pg9124_def.cx9a2_bee99.3870.6130.014
pg9224_def.cx9a2_beenonzero99.1340.866nonzero0.042
pg9325_def.cx9a2_beenonzero98.4931.5060.0010.039
pg9426_def.cx9a2_beenonzero99.4940.5060.014
pg9525_def.cx9a2_beenonzero99.4710.5290.016
pg9624_def.cx9a2_beenonzero99.6930.306nonzero0.016
pg1023_def.cx9a2_bee99.6370.3630.015
pg1122_def.cx9a2_beenonzero99.6860.313nonzero0.019
pg1217_def.cx9a2_beenonzero99.6510.3490.012
pg1313_def.cx9a2_beenonzero99.6800.3200.013
pg1410_def.cx9a2_beenonzero99.7120.2870.011
pg155_def.cx9a2_bee0.00199.6990.3000.011
pg161_def.cx9a2_beenonzero99.6900.3100.015

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
pg9023_def.cx9a2_bee100.0000.044
pg9124_def.cx9a2_bee100.0000.044
pg9224_def.cx9a2_bee100.0000.051
pg9325_def.cx9a2_bee100.0000.046
pg9426_def.cx9a2_bee100.0000.037
pg9525_def.cx9a2_bee8.11191.8890.029
pg9624_def.cx9a2_bee17.47282.5280.032
pg1023_def.cx9a2_bee16.94483.0560.032
pg1122_def.cx9a2_bee17.72282.2780.037
pg1217_def.cx9a2_bee21.61178.3890.038
pg1313_def.cx9a2_bee20.25079.7500.031
pg1410_def.cx9a2_bee16.41783.5830.029
pg155_def.cx9a2_bee13.19486.8060.030
pg161_def.cx9a2_bee16.80683.1940.029

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
pg9023_def.cx9a2_bee0.13999.8330.0280.016
pg9124_def.cx9a2_bee0.55699.4170.0280.016
pg9224_def.cx9a2_bee99.9170.0830.017
pg9325_def.cx9a2_bee0.05699.8330.1110.017
pg9426_def.cx9a2_bee0.02899.9170.0560.016
pg9525_def.cx9a2_bee0.05699.9440.015
pg9624_def.cx9a2_bee0.25099.7500.015
pg1023_def.cx9a2_bee100.0000.013
pg1122_def.cx9a2_bee100.0000.013
pg1217_def.cx9a2_bee65.91734.0830.011
pg1313_def.cx9a2_bee54.61145.3890.009
pg1410_def.cx9a2_bee99.9720.0280.118
pg155_def.cx9a2_bee99.9170.0830.124
pg161_def.cx9a2_bee99.9440.0560.115

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	401	6936	54.8	216.1	3.3	17.283	139.898	2.165	34.226	15273	4.0	38.058	797	154.7	154.8	1.5	0.015	400	336	pg9023_def.cx9a2_bee
100	393	6806	53.8	215.1	3.3	17.311	140.138	2.155	34.240	14984	4.0	38.107	814	154.7	154.8	0.6	0.014	400	335	pg9124_def.cx9a2_bee
100	396	6851	54.2	218.7	3.3	17.287	140.004	2.191	34.241	15092	3.9	38.081	787	154.7	154.9	9.8	0.042	400	336	pg9224_def.cx9a2_bee
100	393	6793	53.7	223.8	3.4	17.302	140.154	2.244	34.601	15007	3.9	38.226	795	154.7	154.9	1.5	0.039	400	320	pg9325_def.cx9a2_bee
100	396	6854	54.2	223.9	3.4	17.303	140.148	2.245	34.609	15110	3.9	38.146	788	154.7	154.8	1.0	0.014	400	335	pg9426_def.cx9a2_bee
100	400	6903	54.5	392.6	4.5	17.279	139.805	3.934	45.919	15188	4.0	38.017	801	154.7	194.7	10.2	0.016	400	336	pg9525_def.cx9a2_bee
100	396	6841	54.1	392.7	4.5	17.287	139.891	3.935	45.778	15142	4.2	38.265	849	154.7	194.7	10.1	0.016	400	336	pg9624_def.cx9a2_bee
100	395	6832	54.0	392.4	4.5	17.305	140.046	3.935	45.808	15061	4.1	38.147	831	154.7	194.7	10.1	0.015	400	320	pg1023_def.cx9a2_bee
100	395	6833	54.0	391.4	4.5	17.303	140.012	3.926	45.766	15059	4.1	38.134	831	154.7	193.0	10.1	0.019	400	336	pg1122_def.cx9a2_bee
100	397	6844	53.9	391.5	4.5	17.238	139.131	3.927	45.723	15080	4.0	37.985	806	154.6	193.0	10.2	0.012	400	335	pg1217_def.cx9a2_bee
100	394	6782	53.5	392.2	4.5	17.235	139.126	3.930	45.737	14948	4.0	37.987	813	154.5	190.5	10.2	0.013	400	320	pg1313_def.cx9a2_bee
100	392	6793	53.6	335.0	4.1	17.316	139.801	3.363	42.504	14919	4.9	38.030	999	154.5	181.0	10.1	0.011	400	320	pg1410_def.cx9a2_bee
100	391	6766	53.4	336.1	4.1	17.301	139.685	3.371	42.547	14797	4.9	37.833	1002	154.5	179.7	10.1	0.011	400	334	pg155_def.cx9a2_bee
100	391	6767	53.3	335.8	4.1	17.294	139.599	3.364	42.489	14809	4.9	37.847	1002	154.5	180.1	10.1	0.015	400	335	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee98.3201.5840.0940.003nonzero0.031
pg9124_def.cx9a2_bee98.9830.9270.0880.002nonzero0.022
pg9224_def.cx9a2_bee99.2020.7940.0030.001nonzero0.028
pg9325_def.cx9a2_bee99.4560.5380.006nonzerononzero0.043
pg9426_def.cx9a2_bee99.4510.5440.005nonzerononzero0.031
pg9525_def.cx9a2_bee99.3970.5970.0030.003nonzero0.020
pg9624_def.cx9a2_bee99.6870.3080.0030.002nonzero0.035
pg1023_def.cx9a2_bee99.4960.4980.0030.003nonzero0.027
pg1122_def.cx9a2_bee99.7170.2780.0020.003nonzero0.024
pg1217_def.cx9a2_bee99.7980.1980.0020.002nonzero0.031
pg1313_def.cx9a2_bee99.7980.1970.0020.002nonzero0.037
pg1410_def.cx9a2_bee93.3446.6440.0080.004nonzero0.023
pg155_def.cx9a2_bee93.0486.9390.0080.004nonzero0.020
pg161_def.cx9a2_bee93.0026.9860.0080.004nonzero0.025

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
pg9023_def.cx9a2_bee9.72290.2780.044
pg9124_def.cx9a2_bee20.37279.6280.046
pg9224_def.cx9a2_bee1.17298.8280.046
pg9325_def.cx9a2_bee0.16799.8000.0330.089
pg9426_def.cx9a2_bee2.05097.9500.040
pg9525_def.cx9a2_bee66.07233.9280.039
pg9624_def.cx9a2_bee79.32220.6780.048
pg1023_def.cx9a2_bee83.08316.9170.037
pg1122_def.cx9a2_bee79.70020.3000.058
pg1217_def.cx9a2_bee81.05618.9390.0060.064
pg1313_def.cx9a2_bee80.15019.8440.0060.085
pg1410_def.cx9a2_bee81.71118.2890.034
pg155_def.cx9a2_bee82.75017.2500.034
pg161_def.cx9a2_bee80.57819.4220.034

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
pg9023_def.cx9a2_bee38.31161.6890.037
pg9124_def.cx9a2_bee42.50057.5000.035
pg9224_def.cx9a2_bee33.32866.6720.044
pg9325_def.cx9a2_bee36.25063.7500.039
pg9426_def.cx9a2_bee37.23962.7610.037
pg9525_def.cx9a2_bee39.15660.8440.036
pg9624_def.cx9a2_bee40.16759.8330.036
pg1023_def.cx9a2_bee38.05061.9500.036
pg1122_def.cx9a2_bee37.27262.7280.034
pg1217_def.cx9a2_bee0.18399.6610.1560.021
pg1313_def.cx9a2_bee0.02898.3831.5890.022
pg1410_def.cx9a2_bee97.0282.9720.130
pg155_def.cx9a2_bee77.88322.1170.125
pg161_def.cx9a2_bee79.54420.4560.118

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	6601	943	7.6	1126.6	17.3	0.143	1.172	2.257	35.440	27578	15.7	4.178	190	154.8	154.9	0.7	0.031	6534	3711	pg9023_def.cx9a2_bee
499	7010	943	7.6	1125.9	17.3	0.135	1.103	2.257	35.496	29137	15.7	4.156	179	154.8	154.9	0.7	0.022	6967	4107	pg9124_def.cx9a2_bee
499	7363	884	7.1	1139.3	17.1	0.120	0.990	2.285	35.106	30498	16.2	4.142	176	154.8	154.9	10.1	0.028	7192	6243	pg9224_def.cx9a2_bee
499	7389	884	7.1	1233.2	17.7	0.120	0.986	2.472	36.254	30892	16.1	4.181	174	154.8	154.9	1.5	0.043	7223	6425	pg9325_def.cx9a2_bee
499	7407	884	7.1	1243.6	17.7	0.119	0.984	2.494	36.279	31035	16.1	4.190	174	154.8	154.9	9.6	0.031	7286	6450	pg9426_def.cx9a2_bee
499	7375	884	7.1	630.7	11.0	0.120	0.980	1.264	22.669	30410	15.7	4.124	170	154.8	192.3	9.6	0.020	7192	6295	pg9525_def.cx9a2_bee
499	7595	885	7.1	614.6	11.1	0.116	0.953	1.232	22.841	31257	16.0	4.116	169	154.8	192.3	9.5	0.035	7335	6536	pg9624_def.cx9a2_bee
499	7342	884	7.1	615.5	11.1	0.120	0.985	1.234	22.876	30278	16.1	4.124	175	154.8	192.3	9.4	0.027	7108	6265	pg1023_def.cx9a2_bee
499	7761	884	7.1	614.7	11.1	0.114	0.932	1.233	22.892	31908	16.2	4.111	167	154.8	190.6	9.5	0.024	7543	6792	pg1122_def.cx9a2_bee
498	8067	883	7.1	613.3	11.1	0.109	0.895	1.231	22.870	33065	15.1	4.099	150	154.7	190.6	9.6	0.031	7768	7303	pg1217_def.cx9a2_bee
499	8102	883	7.1	615.6	11.1	0.109	0.892	1.233	22.822	33136	15.2	4.090	150	154.6	188.1	9.6	0.037	7782	7304	pg1313_def.cx9a2_bee
499	5918	886	7.2	643.1	11.8	0.150	1.240	1.289	24.201	24803	20.3	4.191	274	154.7	178.6	9.6	0.023	5769	5343	pg1410_def.cx9a2_bee
499	5847	885	7.2	642.4	11.8	0.151	1.254	1.288	24.189	24464	20.6	4.184	282	154.7	177.3	9.6	0.020	5702	5330	pg155_def.cx9a2_bee
499	5861	885	7.2	641.7	11.8	0.151	1.252	1.287	24.177	24531	20.6	4.185	281	154.7	177.7	9.4	0.025	5708	5327	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee98.3951.6040.0010.038
pg9124_def.cx9a2_beenonzero98.6421.358nonzero0.022
pg9224_def.cx9a2_bee95.0044.9920.0040.042
pg9325_def.cx9a2_bee94.3475.6480.0050.047
pg9426_def.cx9a2_bee97.3442.6540.0010.032
pg9525_def.cx9a2_beenonzero98.4401.5540.0060.045
pg9624_def.cx9a2_bee99.0200.9790.0010.023
pg1023_def.cx9a2_beenonzero98.8671.1320.0010.036
pg1122_def.cx9a2_bee98.9571.0420.0010.035
pg1217_def.cx9a2_beenonzero99.0610.9380.0010.035
pg1313_def.cx9a2_beenonzero98.9801.0190.0010.047
pg1410_def.cx9a2_bee98.9151.0840.0010.030
pg155_def.cx9a2_bee98.9801.0200.0010.033
pg161_def.cx9a2_bee99.0920.9070.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
pg9023_def.cx9a2_bee0.69499.3060.050
pg9124_def.cx9a2_bee10.51789.4830.040
pg9224_def.cx9a2_bee0.00699.9890.0060.067
pg9325_def.cx9a2_bee99.9780.0220.078
pg9426_def.cx9a2_bee0.10699.8940.055
pg9525_def.cx9a2_bee88.36111.5890.0500.081
pg9624_def.cx9a2_bee97.0562.9440.059
pg1023_def.cx9a2_bee96.4503.5500.048
pg1122_def.cx9a2_bee97.1562.8440.041
pg1217_def.cx9a2_bee97.9172.0830.034
pg1313_def.cx9a2_bee97.3782.6170.0060.093
pg1410_def.cx9a2_bee97.4002.6000.041
pg155_def.cx9a2_bee97.7612.2390.037
pg161_def.cx9a2_bee97.9112.0890.037

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
pg9023_def.cx9a2_bee99.9830.0170.081
pg9124_def.cx9a2_bee99.9940.0060.076
pg9224_def.cx9a2_bee99.9390.0610.068
pg9325_def.cx9a2_bee99.9890.0110.077
pg9426_def.cx9a2_bee99.9940.0060.075
pg9525_def.cx9a2_bee100.0000.062
pg9624_def.cx9a2_bee99.9940.0060.066
pg1023_def.cx9a2_bee100.0000.061
pg1122_def.cx9a2_bee99.9940.0060.067
pg1217_def.cx9a2_bee37.21762.7830.046
pg1313_def.cx9a2_bee25.51774.4830.048
pg1410_def.cx9a2_bee4.23395.7670.146
pg155_def.cx9a2_bee0.01199.9890.159
pg161_def.cx9a2_bee0.00699.9940.139

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	383	7493	59.1	1068.1	16.7	19.565	158.136	2.140	34.199	16657	9.6	43.491	2005	154.8	155.0	0.7	0.038	384	335	pg9023_def.cx9a2_bee
499	378	7406	58.4	1068.2	16.7	19.618	158.549	2.142	34.227	16464	9.3	43.614	1971	154.8	155.0	0.7	0.022	384	320	pg9124_def.cx9a2_bee
499	367	7224	57.0	1089.8	16.7	19.689	159.185	2.185	34.263	16187	9.5	44.118	2071	154.8	155.0	10.1	0.042	368	319	pg9224_def.cx9a2_bee
499	363	7161	56.6	1100.7	16.7	19.723	159.487	2.207	34.377	16093	9.5	44.322	2093	154.8	155.0	4.3	0.047	368	303	pg9325_def.cx9a2_bee
498	371	7304	57.7	1101.9	16.8	19.677	159.117	2.211	34.422	16410	9.5	44.208	2047	154.8	155.0	9.2	0.032	384	319	pg9426_def.cx9a2_bee
499	379	7417	58.4	1338.7	16.8	19.586	157.976	2.682	34.484	16348	9.1	43.169	1922	154.8	191.2	9.2	0.045	384	320	pg9525_def.cx9a2_bee
499	381	7457	58.7	1327.6	16.8	19.576	157.915	2.660	34.371	16437	9.4	43.152	1974	154.8	191.2	8.8	0.023	384	320	pg9624_def.cx9a2_bee
499	379	7428	58.5	1325.8	16.7	19.608	158.183	2.659	34.356	16319	9.4	43.080	1985	154.8	191.0	8.8	0.036	384	320	pg1023_def.cx9a2_bee
499	380	7439	58.6	1327.7	16.7	19.598	158.102	2.663	34.370	16346	9.4	43.062	1981	154.8	188.2	8.7	0.035	384	320	pg1122_def.cx9a2_bee
499	385	7504	59.0	1329.6	16.7	19.505	156.995	2.666	34.362	16468	7.0	42.807	1456	154.8	188.1	8.7	0.035	384	320	pg1217_def.cx9a2_bee
499	381	7440	58.5	1326.9	16.7	19.537	157.233	2.660	34.349	16341	7.1	42.911	1492	154.7	186.6	8.9	0.047	384	320	pg1313_def.cx9a2_bee
499	371	7287	57.2	1300.6	16.6	19.662	158.186	2.607	34.099	15949	13.0	43.036	2806	154.8	176.2	9.3	0.030	368	320	pg1410_def.cx9a2_bee
499	369	7252	57.0	1299.8	16.6	19.664	158.200	2.606	34.074	15816	13.2	42.886	2863	154.8	176.2	9.4	0.033	368	320	pg155_def.cx9a2_bee
499	369	7264	57.1	1300.4	16.6	19.668	158.205	2.607	34.078	15837	13.2	42.885	2859	154.8	175.9	9.0	0.033	368	320	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee82.60517.2920.1000.002nonzerononzero0.124
pg9124_def.cx9a2_bee85.61614.2850.0970.002nonzerononzero0.130
pg9224_def.cx9a2_bee84.21315.7810.005nonzerononzerononzero0.193
pg9325_def.cx9a2_bee88.87511.1160.0080.002nonzerononzero0.203
pg9426_def.cx9a2_bee89.54110.4500.0080.001nonzerononzero0.120
pg9525_def.cx9a2_bee87.83912.1530.0070.001nonzerononzero0.138
pg9624_def.cx9a2_bee90.9289.0660.006nonzerononzerononzero0.146
pg1023_def.cx9a2_bee85.66514.3290.006nonzerononzerononzero0.139
pg1122_def.cx9a2_bee91.5778.4170.006nonzerononzerononzero0.148
pg1217_def.cx9a2_bee98.4431.5450.0070.004nonzerononzero0.148
pg1313_def.cx9a2_bee98.2301.7580.0080.004nonzerononzero0.133
pg1410_def.cx9a2_bee77.96622.0290.004nonzerononzerononzero0.115
pg155_def.cx9a2_bee78.06721.9290.004nonzerononzerononzero0.109
pg161_def.cx9a2_bee77.54422.4510.0040.001nonzerononzero0.122

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
pg9023_def.cx9a2_bee5.77294.2190.0080.072
pg9124_def.cx9a2_bee17.23382.7640.0030.067
pg9224_def.cx9a2_bee1.40698.5780.0170.073
pg9325_def.cx9a2_bee0.25399.7080.0390.093
pg9426_def.cx9a2_bee6.80393.1640.0330.082
pg9525_def.cx9a2_bee88.61911.3030.0780.101
pg9624_def.cx9a2_bee90.5119.4890.046
pg1023_def.cx9a2_bee90.1569.8420.0030.097
pg1122_def.cx9a2_bee91.5198.4750.0060.079
pg1217_def.cx9a2_bee89.42210.5750.0030.075
pg1313_def.cx9a2_bee90.8619.1330.0060.088
pg1410_def.cx9a2_bee89.95010.0500.053
pg155_def.cx9a2_bee90.4509.5500.054
pg161_def.cx9a2_bee88.61111.3890.041

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
pg9023_def.cx9a2_bee54.77545.2250.116
pg9124_def.cx9a2_bee62.93337.0670.093
pg9224_def.cx9a2_bee41.46158.5390.117
pg9325_def.cx9a2_bee47.55852.4420.100
pg9426_def.cx9a2_bee50.42849.5720.089
pg9525_def.cx9a2_bee55.29244.7080.085
pg9624_def.cx9a2_bee50.79249.2080.087
pg1023_def.cx9a2_bee46.21953.7810.099
pg1122_def.cx9a2_bee47.99752.0030.097
pg1217_def.cx9a2_bee99.9970.0030.069
pg1313_def.cx9a2_bee100.0000.057
pg1410_def.cx9a2_bee100.0000.157
pg155_def.cx9a2_bee100.0000.159
pg161_def.cx9a2_bee100.0000.160

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
796	5134	1406	11.3	1788.0	27.8	0.274	2.260	2.247	35.797	23203	26.6	4.520	415	155.0	155.2	1.1	0.124	5083	3436	pg9023_def.cx9a2_bee
825	5386	1457	11.7	1853.7	28.8	0.271	2.231	2.247	35.790	24308	26.6	4.514	395	155.0	155.2	1.1	0.130	5356	3493	pg9124_def.cx9a2_bee
742	5399	1251	10.1	1693.1	25.4	0.232	1.920	2.283	35.128	24064	26.6	4.457	394	155.0	155.2	10.1	0.193	5322	4829	pg9224_def.cx9a2_bee
767	5584	1294	10.5	1910.9	27.3	0.232	1.921	2.491	36.411	25430	26.9	4.554	385	155.0	155.2	2.4	0.203	5515	4959	pg9325_def.cx9a2_bee
779	5614	1314	10.6	1930.2	27.6	0.234	1.941	2.477	36.315	25628	27.0	4.565	385	155.0	155.2	2.5	0.120	5513	5033	pg9426_def.cx9a2_bee
797	5519	1346	10.8	1310.4	19.9	0.244	2.001	1.645	25.548	24595	26.1	4.457	378	155.0	190.8	9.4	0.138	5403	4922	pg9525_def.cx9a2_bee
780	5626	1317	10.6	1229.5	19.3	0.234	1.922	1.576	25.347	24965	26.6	4.438	378	155.0	190.8	9.2	0.146	5498	5034	pg9624_def.cx9a2_bee
760	5364	1284	10.3	1196.9	18.8	0.239	1.965	1.574	25.329	23812	26.5	4.439	395	155.0	190.7	9.2	0.139	5322	4826	pg1023_def.cx9a2_bee
767	5737	1295	10.4	1208.6	18.8	0.226	1.855	1.576	25.158	25263	26.5	4.403	370	155.0	186.9	9.0	0.148	5643	5050	pg1122_def.cx9a2_bee
998	7162	1683	13.5	1558.6	23.4	0.235	1.931	1.561	23.982	31477	22.0	4.395	246	154.9	186.8	8.6	0.148	6968	6029	pg1217_def.cx9a2_bee
998	7090	1683	13.5	1556.1	23.3	0.237	1.951	1.560	23.953	31208	22.4	4.402	253	154.8	185.4	8.8	0.133	6904	5898	pg1313_def.cx9a2_bee
611	5139	1036	8.3	978.5	16.6	0.202	1.660	1.602	27.884	22250	25.8	4.330	402	155.1	180.3	9.1	0.115	5146	4824	pg1410_def.cx9a2_bee
588	5156	996	8.0	942.5	15.9	0.193	1.589	1.603	27.673	22146	25.7	4.295	399	155.1	179.8	9.3	0.109	5147	4806	pg155_def.cx9a2_bee
590	5160	1001	8.0	948.1	16.1	0.194	1.597	1.606	27.876	22189	25.7	4.300	398	155.1	179.8	8.9	0.122	5162	4811	pg161_def.cx9a2_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
pg9023_def.cx9a2_bee96.3263.6710.0030.041
pg9124_def.cx9a2_beenonzero95.9204.0760.0040.042
pg9224_def.cx9a2_beenonzero95.4524.5440.0040.038
pg9325_def.cx9a2_beenonzero93.8386.1570.0050.042
pg9426_def.cx9a2_beenonzero93.8566.1390.0050.042
pg9525_def.cx9a2_beenonzero96.2383.7480.0140.050
pg9624_def.cx9a2_bee97.9322.0660.0030.043
pg1023_def.cx9a2_bee97.9152.0820.0030.035
pg1122_def.cx9a2_bee98.0071.9900.0020.041
pg1217_def.cx9a2_bee97.7012.2960.0030.038
pg1313_def.cx9a2_bee97.7022.2950.0040.040
pg1410_def.cx9a2_bee98.0081.9900.0030.036
pg155_def.cx9a2_beenonzero98.0351.9620.0020.036
pg161_def.cx9a2_bee98.0381.9600.0030.035

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
pg9023_def.cx9a2_bee0.00399.9830.0140.078
pg9124_def.cx9a2_bee0.20899.7780.0140.077
pg9224_def.cx9a2_bee99.9970.0030.085
pg9325_def.cx9a2_bee99.9940.0060.072
pg9426_def.cx9a2_bee0.00399.9830.0140.081
pg9525_def.cx9a2_bee72.80026.9860.2140.097
pg9624_def.cx9a2_bee89.65610.3440.042
pg1023_def.cx9a2_bee66.24233.7560.0030.082
pg1122_def.cx9a2_bee77.55822.4420.056
pg1217_def.cx9a2_bee97.8032.1920.0060.068
pg1313_def.cx9a2_bee98.5751.4220.0030.083
pg1410_def.cx9a2_bee87.03112.9690.041
pg155_def.cx9a2_bee86.54713.4530.039
pg161_def.cx9a2_bee85.96414.0360.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
pg9023_def.cx9a2_bee100.0000.176
pg9124_def.cx9a2_bee100.0000.180
pg9224_def.cx9a2_bee100.0000.170
pg9325_def.cx9a2_bee100.0000.159
pg9426_def.cx9a2_bee100.0000.166
pg9525_def.cx9a2_bee100.0000.158
pg9624_def.cx9a2_bee100.0000.145
pg1023_def.cx9a2_bee100.0000.137
pg1122_def.cx9a2_bee100.0000.155
pg1217_def.cx9a2_bee99.9970.0030.092
pg1313_def.cx9a2_bee99.9970.0030.095
pg1410_def.cx9a2_bee100.0000.206
pg155_def.cx9a2_bee100.0000.199
pg161_def.cx9a2_bee100.0000.191

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
503	365	7180	56.6	1088.4	16.9	19.687	159.059	2.165	34.514	16262	17.3	44.591	3795	155.2	155.4	8.1	0.041	368	304	pg9023_def.cx9a2_bee
526	357	7100	56.0	1138.6	17.7	19.899	160.762	2.166	34.514	16121	17.3	45.183	3879	155.2	155.4	7.4	0.042	368	304	pg9124_def.cx9a2_bee
467	358	6976	55.1	1027.1	15.7	19.513	157.758	2.200	34.517	15924	17.1	44.542	3827	155.2	155.4	10.0	0.038	368	304	pg9224_def.cx9a2_bee
483	348	6870	54.2	1103.2	16.5	19.714	159.377	2.283	34.972	15830	17.1	45.423	3925	155.2	155.4	5.3	0.042	352	303	pg9325_def.cx9a2_bee
491	349	6894	54.4	1120.0	16.8	19.755	159.686	2.281	34.935	15914	17.1	45.600	3920	155.2	155.4	6.0	0.042	352	288	pg9426_def.cx9a2_bee
506	358	7074	55.7	1235.5	15.9	19.777	159.450	2.443	32.138	15801	17.1	44.175	3824	155.2	191.1	9.4	0.050	368	288	pg9525_def.cx9a2_bee
495	369	7237	57.0	1186.2	15.6	19.597	158.036	2.398	32.345	16131	17.5	43.681	3791	155.2	191.0	9.2	0.043	368	304	pg9624_def.cx9a2_bee
481	368	7192	56.7	1157.6	15.3	19.538	157.606	2.406	32.480	15966	17.4	43.373	3782	155.2	190.9	9.2	0.035	368	304	pg1023_def.cx9a2_bee
485	369	7215	56.8	1165.8	15.4	19.568	157.832	2.403	32.467	16010	17.3	43.422	3754	155.2	185.7	9.0	0.041	368	304	pg1122_def.cx9a2_bee
979	362	8147	64.0	2278.9	29.0	22.480	180.725	2.329	30.355	18020	17.2	49.724	3797	155.2	187.0	8.2	0.038	368	320	pg1217_def.cx9a2_bee
954	360	8057	63.3	2231.0	28.8	22.400	180.093	2.339	30.939	17859	17.5	49.649	3892	155.0	186.3	8.3	0.040	368	304	pg1313_def.cx9a2_bee
494	365	7172	56.4	1179.1	15.7	19.633	157.977	2.384	32.437	15823	17.0	43.316	3723	155.4	180.6	9.1	0.036	368	304	pg1410_def.cx9a2_bee
476	365	7117	55.9	1134.4	15.1	19.514	157.029	2.383	32.516	15646	16.9	42.901	3707	155.4	180.1	9.2	0.036	368	304	pg155_def.cx9a2_bee
478	365	7134	56.0	1139.4	15.2	19.529	157.111	2.384	32.524	15668	16.8	42.891	3679	155.4	180.1	9.0	0.035	368	304	pg161_def.cx9a2_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
62126	0	28	0.2	127.2	20.9	0.000	0.004	0.002	0.345	6631	20.5	0.107	26	76.5	76.7	0.3	0.051	62729	57379	pg9023_def.cx9a2_bee
64072	0	29	0.2	129.7	21.6	0.000	0.004	0.002	0.345	6823	21.5	0.106	27	76.5	76.7	10.2	0.058	65516	58834	pg9124_def.cx9a2_bee
62402	0	28	0.2	686.0	21.1	0.000	0.004	0.011	0.346	8367	22.1	0.134	28	76.5	76.7	0.1	0.083	63726	56983	pg9224_def.cx9a2_bee
64031	0	28	0.2	627.6	22.1	0.000	0.004	0.010	0.354	8383	21.7	0.131	27	76.5	76.7	0.1	0.076	65390	57929	pg9325_def.cx9a2_bee
65035	0	29	0.2	631.3	22.5	0.000	0.004	0.010	0.354	8457	22.4	0.130	28	76.5	76.8	0.1	0.072	65251	62131	pg9426_def.cx9a2_bee
65248	0	30	0.2	624.0	27.1	0.000	0.004	0.010	0.425	8448	22.5	0.129	28	76.5	116.6	9.5	0.060	65346	63656	pg9525_def.cx9a2_bee
62957	0	28	0.2	120.1	26.1	0.000	0.004	0.002	0.425	7942	23.1	0.126	29	76.5	116.6	9.7	0.056	63129	61315	pg9624_def.cx9a2_bee
63286	0	29	0.2	120.7	26.3	0.000	0.004	0.002	0.425	7838	23.0	0.124	29	76.5	116.6	9.7	0.056	63429	61730	pg1023_def.cx9a2_bee
74543	0	32	0.3	137.2	30.1	0.000	0.004	0.002	0.413	9137	23.1	0.123	25	76.5	110.3	9.0	0.055	74816	72618	pg1122_def.cx9a2_bee
72747	0	33	0.3	133.8	29.4	0.000	0.004	0.002	0.413	8929	23.1	0.123	25	76.5	109.4	8.9	0.057	72919	70878	pg1217_def.cx9a2_bee
75365	0	32	0.3	103.8	30.6	0.000	0.003	0.001	0.416	9229	23.3	0.122	25	76.5	112.9	1.5	0.057	75518	73413	pg1313_def.cx9a2_bee
73394	0	32	0.3	103.8	30.3	0.000	0.004	0.001	0.422	8973	22.8	0.122	25	76.5	116.6	2.5	0.085	73619	71420	pg1410_def.cx9a2_bee
75529	0	32	0.3	109.3	31.2	0.000	0.003	0.001	0.423	9161	23.1	0.121	24	76.5	116.6	2.7	0.067	75715	73695	pg155_def.cx9a2_bee
75779	0	31	0.2	107.6	31.1	0.000	0.003	0.001	0.421	9198	23.0	0.121	24	76.5	116.6	1.7	0.056	75962	73918	pg161_def.cx9a2_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
85034	0	358	42.8	179.8	48.5	0.004	0.516	0.002	0.584	384	12.3	0.005	12	153.8	154.0	8.9	0.012	NA	NA	pg9023_def.cx9a2_bee
82043	0	344	41.3	172.2	46.8	0.004	0.516	0.002	0.584	393	12.4	0.005	12	153.8	154.0	7.6	0.013	NA	NA	pg9124_def.cx9a2_bee
85671	0	362	43.1	180.4	48.9	0.004	0.516	0.002	0.584	354	12.5	0.004	12	153.8	154.0	6.4	0.004	NA	NA	pg9224_def.cx9a2_bee
83403	0	370	42.1	189.8	53.3	0.004	0.517	0.002	0.655	364	12.5	0.004	12	153.8	154.0	7.7	0.004	NA	NA	pg9325_def.cx9a2_bee
94073	0	260	31.9	167.3	43.3	0.003	0.347	0.002	0.472	288	12.5	0.003	11	153.8	154.0	10.3	0.004	NA	NA	pg9426_def.cx9a2_bee
112724	0	312	38.2	199.4	52.5	0.003	0.347	0.002	0.477	274	12.7	0.002	9	153.8	193.8	10.3	0.004	NA	NA	pg9525_def.cx9a2_bee
126203	0	393	48.1	277.4	64.1	0.003	0.390	0.002	0.520	305	12.8	0.002	8	153.8	193.8	10.3	0.003	NA	NA	pg9624_def.cx9a2_bee
186003	0	561	69.2	402.1	92.8	0.003	0.381	0.002	0.511	461	12.8	0.002	6	153.8	193.8	10.3	0.005	NA	NA	pg1023_def.cx9a2_bee
179816	0	541	66.9	388.3	91.7	0.003	0.381	0.002	0.522	455	12.7	0.003	6	153.8	193.8	10.3	0.006	NA	NA	pg1122_def.cx9a2_bee
182774	0	552	68.0	413.7	93.1	0.003	0.381	0.002	0.521	459	12.7	0.003	6	153.8	193.8	10.3	0.004	NA	NA	pg1217_def.cx9a2_bee
183655	0	545	67.6	185.2	67.2	0.003	0.377	0.001	0.374	374	12.5	0.002	5	153.6	190.0	10.2	0.005	NA	NA	pg1313_def.cx9a2_bee
185057	0	549	68.1	183.6	67.4	0.003	0.377	0.001	0.373	382	12.4	0.002	5	153.6	193.7	10.2	0.006	NA	NA	pg1410_def.cx9a2_bee
192678	0	584	72.5	191.2	71.8	0.003	0.385	0.001	0.381	402	12.4	0.002	5	153.6	193.7	10.2	0.004	NA	NA	pg155_def.cx9a2_bee
197287	0	598	74.2	203.4	73.6	0.003	0.385	0.001	0.382	404	12.5	0.002	5	153.6	193.7	10.3	0.006	NA	NA	pg161_def.cx9a2_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
1131	0	1880	15.0	2392.7	37.7	1.662	13.563	2.116	34.166	4909	14.6	4.340	1033	154.5	154.6	9.9	0.228	899	599	pg9023_def.cx9a2_bee
1188	0	1974	15.7	2514.3	39.6	1.663	13.570	2.117	34.162	5106	14.8	4.300	997	154.5	154.7	10.0	0.199	949	649	pg9124_def.cx9a2_bee
1060	0	1762	14.0	2286.8	35.4	1.662	13.564	2.157	34.147	4864	14.7	4.589	1109	154.5	154.7	10.0	0.231	849	549	pg9224_def.cx9a2_bee
1104	0	1818	14.5	2387.1	36.9	1.647	13.432	2.163	34.255	4894	14.8	4.435	1073	154.5	154.7	10.2	0.098	850	599	pg9325_def.cx9a2_bee
1118	0	1839	14.6	2413.5	37.3	1.644	13.401	2.158	34.190	4880	14.8	4.364	1059	154.5	154.7	10.2	0.078	899	599	pg9426_def.cx9a2_bee
1181	0	1942	15.4	1998.1	30.0	1.645	13.327	1.692	25.980	4880	14.0	4.134	949	154.5	194.5	10.0	0.103	899	599	pg9525_def.cx9a2_bee
1159	0	1906	15.1	1944.4	29.6	1.644	13.324	1.677	26.178	4813	14.4	4.152	994	154.5	194.5	9.9	0.124	849	599	pg9624_def.cx9a2_bee
1139	0	1874	14.8	1882.3	29.1	1.645	13.334	1.652	26.165	4704	14.3	4.130	1004	154.5	194.5	9.1	0.056	849	599	pg1023_def.cx9a2_bee
1136	0	1875	14.8	1882.9	28.0	1.651	13.379	1.657	25.281	4712	14.4	4.148	1014	154.5	194.5	9.8	0.117	849	599	pg1122_def.cx9a2_bee
2243	0	3684	29.2	3691.4	53.3	1.642	13.317	1.645	24.344	8979	15.7	4.002	560	154.4	194.5	9.5	0.072	1948	1298	pg1217_def.cx9a2_bee
2116	0	3524	27.9	3589.0	52.6	1.665	13.503	1.696	25.447	8540	15.6	4.035	590	154.3	194.3	9.3	0.066	1798	1198	pg1313_def.cx9a2_bee
2099	0	3491	27.6	3554.0	51.5	1.664	13.487	1.693	25.112	8309	15.1	3.959	576	154.3	194.3	9.5	0.063	1798	1198	pg1410_def.cx9a2_bee
2040	0	3395	26.9	3446.1	49.9	1.664	13.489	1.690	25.042	7972	15.0	3.909	588	154.3	194.3	9.8	0.064	1699	1148	pg155_def.cx9a2_bee
2065	0	3450	27.3	3485.0	50.9	1.671	13.541	1.688	25.262	8037	15.2	3.892	589	154.3	194.3	10.1	0.058	1698	1149	pg161_def.cx9a2_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
55	0	89	0.7	124.0	1.9	1.609	13.122	2.247	34.370	643	12.4	11.643	17971	154.6	154.8	0.4	0.050	55	50	pg9023_def.cx9a2_bee
58	0	93	0.7	129.0	1.9	1.610	13.126	2.236	34.341	670	12.4	11.608	17192	154.6	154.8	0.3	0.036	60	50	pg9124_def.cx9a2_bee
51	0	82	0.7	128.2	1.7	1.609	13.121	2.509	34.372	665	12.4	13.020	19413	154.6	154.8	10.0	0.019	50	45	pg9224_def.cx9a2_bee
53	0	86	0.7	134.0	1.8	1.609	13.121	2.519	34.454	696	12.4	13.087	18647	154.6	154.8	0.9	0.016	55	45	pg9325_def.cx9a2_bee
54	0	87	0.7	135.7	1.8	1.612	13.140	2.522	34.505	702	12.4	13.047	18439	154.6	154.8	0.9	0.033	55	45	pg9426_def.cx9a2_bee
56	0	89	0.7	162.9	1.9	1.608	13.011	2.935	35.576	691	12.4	12.459	17874	154.6	182.2	10.2	0.017	55	50	pg9525_def.cx9a2_bee
54	0	86	0.7	133.5	1.8	1.609	13.022	2.491	35.020	791	12.5	14.755	18657	154.6	180.8	10.1	0.029	55	45	pg9624_def.cx9a2_bee
52	0	84	0.7	132.7	1.8	1.611	13.039	2.538	35.398	740	12.5	14.153	19120	154.6	182.0	10.1	0.039	50	45	pg1023_def.cx9a2_bee
53	0	85	0.7	135.6	1.8	1.610	13.051	2.577	35.910	729	12.5	13.856	19011	154.6	182.3	10.1	0.027	50	45	pg1122_def.cx9a2_bee
115	0	185	1.5	258.8	3.7	1.608	13.044	2.248	33.155	1279	12.9	11.116	8966	154.6	187.0	10.1	0.021	115	100	pg1217_def.cx9a2_bee
109	0	175	1.4	243.5	3.5	1.608	13.043	2.234	33.251	1219	12.7	11.188	9321	154.5	185.1	10.1	0.027	110	95	pg1313_def.cx9a2_bee
107	0	172	1.4	225.0	3.3	1.607	13.036	2.108	32.125	1074	12.5	10.067	9372	154.5	186.5	10.1	0.034	105	95	pg1410_def.cx9a2_bee
103	0	165	1.3	219.7	3.3	1.606	13.030	2.137	32.432	990	12.4	9.626	9650	154.5	186.7	10.1	0.034	100	90	pg155_def.cx9a2_bee
103	0	166	1.3	220.5	3.3	1.607	13.033	2.139	32.399	997	12.4	9.667	9622	154.5	186.6	10.1	0.032	105	90	pg161_def.cx9a2_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	7315	226	1.8	223.0	3.4	0.031	0.251	2.234	34.750	28605	12.7	3.910	139	154.7	154.8	0.2	0.011	7110	4621	pg9023_def.cx9a2_bee
100	7588	226	1.8	222.0	3.4	0.030	0.242	2.227	34.810	29666	12.5	3.909	132	154.7	154.8	0.2	0.011	7448	4347	pg9124_def.cx9a2_bee
100	8141	167	1.3	227.1	3.4	0.020	0.169	2.278	34.749	31660	12.6	3.889	124	154.7	154.8	9.8	0.010	7768	7465	pg9224_def.cx9a2_bee
100	8073	167	1.3	247.6	3.5	0.021	0.170	2.483	35.796	31470	12.5	3.898	124	154.7	154.8	0.7	0.010	7833	7589	pg9325_def.cx9a2_bee
100	8366	167	1.3	245.9	3.5	0.020	0.162	2.468	35.717	32623	12.9	3.900	123	154.7	154.8	0.7	0.010	7863	7575	pg9426_def.cx9a2_bee
100	8227	167	1.4	19.7	1.5	0.020	0.169	0.198	15.381	31958	12.8	3.885	124	154.7	194.7	10.2	0.010	7753	7432	pg9525_def.cx9a2_bee
100	8203	167	1.4	15.3	1.5	0.020	0.169	0.153	15.516	31867	13.4	3.885	131	154.7	194.7	10.2	0.010	7815	7542	pg9624_def.cx9a2_bee
100	7904	167	1.4	15.2	1.5	0.021	0.175	0.153	15.544	30752	12.6	3.891	128	154.7	194.7	10.2	0.010	7662	7462	pg1023_def.cx9a2_bee
100	8552	167	1.4	15.5	1.5	0.020	0.162	0.155	15.565	33222	13.5	3.885	126	154.7	194.7	10.2	0.010	8092	7817	pg1122_def.cx9a2_bee
100	8445	167	1.4	15.6	1.5	0.020	0.164	0.156	15.556	32832	13.2	3.888	125	154.6	194.7	10.2	0.010	8088	7877	pg1217_def.cx9a2_bee
100	8338	166	1.4	15.2	1.5	0.020	0.166	0.152	15.486	32427	12.9	3.889	124	154.5	190.5	10.2	0.010	8061	7863	pg1313_def.cx9a2_bee
100	5823	184	1.6	72.1	2.1	0.032	0.285	0.723	21.640	22808	13.8	3.917	190	154.5	182.5	10.1	0.714	5789	5462	pg1410_def.cx9a2_bee
100	5855	183	1.6	71.1	2.1	0.031	0.284	0.712	21.530	22874	14.0	3.907	191	154.5	181.3	10.1	0.732	5757	5480	pg155_def.cx9a2_bee
100	5939	184	1.6	71.0	2.1	0.031	0.280	0.712	21.561	23215	14.0	3.909	189	154.5	181.7	10.1	0.732	5832	5435	pg161_def.cx9a2_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	401	6936	54.8	216.1	3.3	17.283	139.898	2.165	34.226	15273	4.0	38.058	797	154.7	154.8	1.5	0.015	400	336	pg9023_def.cx9a2_bee
100	393	6806	53.8	215.1	3.3	17.311	140.138	2.155	34.240	14984	4.0	38.107	814	154.7	154.8	0.6	0.014	400	335	pg9124_def.cx9a2_bee
100	396	6851	54.2	218.7	3.3	17.287	140.004	2.191	34.241	15092	3.9	38.081	787	154.7	154.9	9.8	0.042	400	336	pg9224_def.cx9a2_bee
100	393	6793	53.7	223.8	3.4	17.302	140.154	2.244	34.601	15007	3.9	38.226	795	154.7	154.9	1.5	0.039	400	320	pg9325_def.cx9a2_bee
100	396	6854	54.2	223.9	3.4	17.303	140.148	2.245	34.609	15110	3.9	38.146	788	154.7	154.8	1.0	0.014	400	335	pg9426_def.cx9a2_bee
100	400	6903	54.5	392.6	4.5	17.279	139.805	3.934	45.919	15188	4.0	38.017	801	154.7	194.7	10.2	0.016	400	336	pg9525_def.cx9a2_bee
100	396	6841	54.1	392.7	4.5	17.287	139.891	3.935	45.778	15142	4.2	38.265	849	154.7	194.7	10.1	0.016	400	336	pg9624_def.cx9a2_bee
100	395	6832	54.0	392.4	4.5	17.305	140.046	3.935	45.808	15061	4.1	38.147	831	154.7	194.7	10.1	0.015	400	320	pg1023_def.cx9a2_bee
100	395	6833	54.0	391.4	4.5	17.303	140.012	3.926	45.766	15059	4.1	38.134	831	154.7	193.0	10.1	0.019	400	336	pg1122_def.cx9a2_bee
100	397	6844	53.9	391.5	4.5	17.238	139.131	3.927	45.723	15080	4.0	37.985	806	154.6	193.0	10.2	0.012	400	335	pg1217_def.cx9a2_bee
100	394	6782	53.5	392.2	4.5	17.235	139.126	3.930	45.737	14948	4.0	37.987	813	154.5	190.5	10.2	0.013	400	320	pg1313_def.cx9a2_bee
100	392	6793	53.6	335.0	4.1	17.316	139.801	3.363	42.504	14919	4.9	38.030	999	154.5	181.0	10.1	0.011	400	320	pg1410_def.cx9a2_bee
100	391	6766	53.4	336.1	4.1	17.301	139.685	3.371	42.547	14797	4.9	37.833	1002	154.5	179.7	10.1	0.011	400	334	pg155_def.cx9a2_bee
100	391	6767	53.3	335.8	4.1	17.294	139.599	3.364	42.489	14809	4.9	37.847	1002	154.5	180.1	10.1	0.015	400	335	pg161_def.cx9a2_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	6601	943	7.6	1126.6	17.3	0.143	1.172	2.257	35.440	27578	15.7	4.178	190	154.8	154.9	0.7	0.031	6534	3711	pg9023_def.cx9a2_bee
499	7010	943	7.6	1125.9	17.3	0.135	1.103	2.257	35.496	29137	15.7	4.156	179	154.8	154.9	0.7	0.022	6967	4107	pg9124_def.cx9a2_bee
499	7363	884	7.1	1139.3	17.1	0.120	0.990	2.285	35.106	30498	16.2	4.142	176	154.8	154.9	10.1	0.028	7192	6243	pg9224_def.cx9a2_bee
499	7389	884	7.1	1233.2	17.7	0.120	0.986	2.472	36.254	30892	16.1	4.181	174	154.8	154.9	1.5	0.043	7223	6425	pg9325_def.cx9a2_bee
499	7407	884	7.1	1243.6	17.7	0.119	0.984	2.494	36.279	31035	16.1	4.190	174	154.8	154.9	9.6	0.031	7286	6450	pg9426_def.cx9a2_bee
499	7375	884	7.1	630.7	11.0	0.120	0.980	1.264	22.669	30410	15.7	4.124	170	154.8	192.3	9.6	0.020	7192	6295	pg9525_def.cx9a2_bee
499	7595	885	7.1	614.6	11.1	0.116	0.953	1.232	22.841	31257	16.0	4.116	169	154.8	192.3	9.5	0.035	7335	6536	pg9624_def.cx9a2_bee
499	7342	884	7.1	615.5	11.1	0.120	0.985	1.234	22.876	30278	16.1	4.124	175	154.8	192.3	9.4	0.027	7108	6265	pg1023_def.cx9a2_bee
499	7761	884	7.1	614.7	11.1	0.114	0.932	1.233	22.892	31908	16.2	4.111	167	154.8	190.6	9.5	0.024	7543	6792	pg1122_def.cx9a2_bee
498	8067	883	7.1	613.3	11.1	0.109	0.895	1.231	22.870	33065	15.1	4.099	150	154.7	190.6	9.6	0.031	7768	7303	pg1217_def.cx9a2_bee
499	8102	883	7.1	615.6	11.1	0.109	0.892	1.233	22.822	33136	15.2	4.090	150	154.6	188.1	9.6	0.037	7782	7304	pg1313_def.cx9a2_bee
499	5918	886	7.2	643.1	11.8	0.150	1.240	1.289	24.201	24803	20.3	4.191	274	154.7	178.6	9.6	0.023	5769	5343	pg1410_def.cx9a2_bee
499	5847	885	7.2	642.4	11.8	0.151	1.254	1.288	24.189	24464	20.6	4.184	282	154.7	177.3	9.6	0.020	5702	5330	pg155_def.cx9a2_bee
499	5861	885	7.2	641.7	11.8	0.151	1.252	1.287	24.177	24531	20.6	4.185	281	154.7	177.7	9.4	0.025	5708	5327	pg161_def.cx9a2_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	383	7493	59.1	1068.1	16.7	19.565	158.136	2.140	34.199	16657	9.6	43.491	2005	154.8	155.0	0.7	0.038	384	335	pg9023_def.cx9a2_bee
499	378	7406	58.4	1068.2	16.7	19.618	158.549	2.142	34.227	16464	9.3	43.614	1971	154.8	155.0	0.7	0.022	384	320	pg9124_def.cx9a2_bee
499	367	7224	57.0	1089.8	16.7	19.689	159.185	2.185	34.263	16187	9.5	44.118	2071	154.8	155.0	10.1	0.042	368	319	pg9224_def.cx9a2_bee
499	363	7161	56.6	1100.7	16.7	19.723	159.487	2.207	34.377	16093	9.5	44.322	2093	154.8	155.0	4.3	0.047	368	303	pg9325_def.cx9a2_bee
498	371	7304	57.7	1101.9	16.8	19.677	159.117	2.211	34.422	16410	9.5	44.208	2047	154.8	155.0	9.2	0.032	384	319	pg9426_def.cx9a2_bee
499	379	7417	58.4	1338.7	16.8	19.586	157.976	2.682	34.484	16348	9.1	43.169	1922	154.8	191.2	9.2	0.045	384	320	pg9525_def.cx9a2_bee
499	381	7457	58.7	1327.6	16.8	19.576	157.915	2.660	34.371	16437	9.4	43.152	1974	154.8	191.2	8.8	0.023	384	320	pg9624_def.cx9a2_bee
499	379	7428	58.5	1325.8	16.7	19.608	158.183	2.659	34.356	16319	9.4	43.080	1985	154.8	191.0	8.8	0.036	384	320	pg1023_def.cx9a2_bee
499	380	7439	58.6	1327.7	16.7	19.598	158.102	2.663	34.370	16346	9.4	43.062	1981	154.8	188.2	8.7	0.035	384	320	pg1122_def.cx9a2_bee
499	385	7504	59.0	1329.6	16.7	19.505	156.995	2.666	34.362	16468	7.0	42.807	1456	154.8	188.1	8.7	0.035	384	320	pg1217_def.cx9a2_bee
499	381	7440	58.5	1326.9	16.7	19.537	157.233	2.660	34.349	16341	7.1	42.911	1492	154.7	186.6	8.9	0.047	384	320	pg1313_def.cx9a2_bee
499	371	7287	57.2	1300.6	16.6	19.662	158.186	2.607	34.099	15949	13.0	43.036	2806	154.8	176.2	9.3	0.030	368	320	pg1410_def.cx9a2_bee
499	369	7252	57.0	1299.8	16.6	19.664	158.200	2.606	34.074	15816	13.2	42.886	2863	154.8	176.2	9.4	0.033	368	320	pg155_def.cx9a2_bee
499	369	7264	57.1	1300.4	16.6	19.668	158.205	2.607	34.078	15837	13.2	42.885	2859	154.8	175.9	9.0	0.033	368	320	pg161_def.cx9a2_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
796	5134	1406	11.3	1788.0	27.8	0.274	2.260	2.247	35.797	23203	26.6	4.520	415	155.0	155.2	1.1	0.124	5083	3436	pg9023_def.cx9a2_bee
825	5386	1457	11.7	1853.7	28.8	0.271	2.231	2.247	35.790	24308	26.6	4.514	395	155.0	155.2	1.1	0.130	5356	3493	pg9124_def.cx9a2_bee
742	5399	1251	10.1	1693.1	25.4	0.232	1.920	2.283	35.128	24064	26.6	4.457	394	155.0	155.2	10.1	0.193	5322	4829	pg9224_def.cx9a2_bee
767	5584	1294	10.5	1910.9	27.3	0.232	1.921	2.491	36.411	25430	26.9	4.554	385	155.0	155.2	2.4	0.203	5515	4959	pg9325_def.cx9a2_bee
779	5614	1314	10.6	1930.2	27.6	0.234	1.941	2.477	36.315	25628	27.0	4.565	385	155.0	155.2	2.5	0.120	5513	5033	pg9426_def.cx9a2_bee
797	5519	1346	10.8	1310.4	19.9	0.244	2.001	1.645	25.548	24595	26.1	4.457	378	155.0	190.8	9.4	0.138	5403	4922	pg9525_def.cx9a2_bee
780	5626	1317	10.6	1229.5	19.3	0.234	1.922	1.576	25.347	24965	26.6	4.438	378	155.0	190.8	9.2	0.146	5498	5034	pg9624_def.cx9a2_bee
760	5364	1284	10.3	1196.9	18.8	0.239	1.965	1.574	25.329	23812	26.5	4.439	395	155.0	190.7	9.2	0.139	5322	4826	pg1023_def.cx9a2_bee
767	5737	1295	10.4	1208.6	18.8	0.226	1.855	1.576	25.158	25263	26.5	4.403	370	155.0	186.9	9.0	0.148	5643	5050	pg1122_def.cx9a2_bee
998	7162	1683	13.5	1558.6	23.4	0.235	1.931	1.561	23.982	31477	22.0	4.395	246	154.9	186.8	8.6	0.148	6968	6029	pg1217_def.cx9a2_bee
998	7090	1683	13.5	1556.1	23.3	0.237	1.951	1.560	23.953	31208	22.4	4.402	253	154.8	185.4	8.8	0.133	6904	5898	pg1313_def.cx9a2_bee
611	5139	1036	8.3	978.5	16.6	0.202	1.660	1.602	27.884	22250	25.8	4.330	402	155.1	180.3	9.1	0.115	5146	4824	pg1410_def.cx9a2_bee
588	5156	996	8.0	942.5	15.9	0.193	1.589	1.603	27.673	22146	25.7	4.295	399	155.1	179.8	9.3	0.109	5147	4806	pg155_def.cx9a2_bee
590	5160	1001	8.0	948.1	16.1	0.194	1.597	1.606	27.876	22189	25.7	4.300	398	155.1	179.8	8.9	0.122	5162	4811	pg161_def.cx9a2_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
503	365	7180	56.6	1088.4	16.9	19.687	159.059	2.165	34.514	16262	17.3	44.591	3795	155.2	155.4	8.1	0.041	368	304	pg9023_def.cx9a2_bee
526	357	7100	56.0	1138.6	17.7	19.899	160.762	2.166	34.514	16121	17.3	45.183	3879	155.2	155.4	7.4	0.042	368	304	pg9124_def.cx9a2_bee
467	358	6976	55.1	1027.1	15.7	19.513	157.758	2.200	34.517	15924	17.1	44.542	3827	155.2	155.4	10.0	0.038	368	304	pg9224_def.cx9a2_bee
483	348	6870	54.2	1103.2	16.5	19.714	159.377	2.283	34.972	15830	17.1	45.423	3925	155.2	155.4	5.3	0.042	352	303	pg9325_def.cx9a2_bee
491	349	6894	54.4	1120.0	16.8	19.755	159.686	2.281	34.935	15914	17.1	45.600	3920	155.2	155.4	6.0	0.042	352	288	pg9426_def.cx9a2_bee
506	358	7074	55.7	1235.5	15.9	19.777	159.450	2.443	32.138	15801	17.1	44.175	3824	155.2	191.1	9.4	0.050	368	288	pg9525_def.cx9a2_bee
495	369	7237	57.0	1186.2	15.6	19.597	158.036	2.398	32.345	16131	17.5	43.681	3791	155.2	191.0	9.2	0.043	368	304	pg9624_def.cx9a2_bee
481	368	7192	56.7	1157.6	15.3	19.538	157.606	2.406	32.480	15966	17.4	43.373	3782	155.2	190.9	9.2	0.035	368	304	pg1023_def.cx9a2_bee
485	369	7215	56.8	1165.8	15.4	19.568	157.832	2.403	32.467	16010	17.3	43.422	3754	155.2	185.7	9.0	0.041	368	304	pg1122_def.cx9a2_bee
979	362	8147	64.0	2278.9	29.0	22.480	180.725	2.329	30.355	18020	17.2	49.724	3797	155.2	187.0	8.2	0.038	368	320	pg1217_def.cx9a2_bee
954	360	8057	63.3	2231.0	28.8	22.400	180.093	2.339	30.939	17859	17.5	49.649	3892	155.0	186.3	8.3	0.040	368	304	pg1313_def.cx9a2_bee
494	365	7172	56.4	1179.1	15.7	19.633	157.977	2.384	32.437	15823	17.0	43.316	3723	155.4	180.6	9.1	0.036	368	304	pg1410_def.cx9a2_bee
476	365	7117	55.9	1134.4	15.1	19.514	157.029	2.383	32.516	15646	16.9	42.901	3707	155.4	180.1	9.2	0.036	368	304	pg155_def.cx9a2_bee
478	365	7134	56.0	1139.4	15.2	19.529	157.111	2.384	32.524	15668	16.8	42.891	3679	155.4	180.1	9.0	0.035	368	304	pg161_def.cx9a2_bee

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.079	0.721	0.200	0.000	0.000	0.000	0.000	0.000	0.051	pg9023_def.cx9a2_bee
0.000	0.000	99.892	0.108	nonzero	0.000	0.000	0.000	0.000	0.000	0.058	pg9124_def.cx9a2_bee
0.000	0.000	99.892	0.098	0.011	nonzero	0.000	0.000	0.000	0.000	0.083	pg9224_def.cx9a2_bee
0.000	0.000	99.884	0.101	0.015	nonzero	0.000	0.000	0.000	0.000	0.076	pg9325_def.cx9a2_bee
0.000	0.000	99.884	0.100	0.016	nonzero	0.000	0.000	0.000	0.000	0.072	pg9426_def.cx9a2_bee
0.000	0.000	99.998	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.060	pg9525_def.cx9a2_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.056	pg9624_def.cx9a2_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.056	pg1023_def.cx9a2_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.055	pg1122_def.cx9a2_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.057	pg1217_def.cx9a2_bee
0.000	0.000	99.998	0.002	0.001	0.000	0.000	0.000	0.000	0.000	0.057	pg1313_def.cx9a2_bee
0.000	0.000	99.998	0.002	0.001	nonzero	0.000	0.000	0.000	0.000	0.085	pg1410_def.cx9a2_bee
0.000	0.000	99.997	0.003	0.001	nonzero	0.000	0.000	0.000	0.000	0.067	pg155_def.cx9a2_bee
0.000	0.000	99.998	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.056	pg161_def.cx9a2_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	0.000	2.570	97.282	0.147	0.000	0.000	0.000	0.000	0.228	pg9023_def.cx9a2_bee
0.000	0.000	0.000	7.337	92.578	0.085	0.000	0.000	0.000	0.000	0.199	pg9124_def.cx9a2_bee
0.000	0.000	0.000	4.617	95.270	0.112	0.000	0.000	0.000	0.000	0.231	pg9224_def.cx9a2_bee
0.000	0.000	0.000	3.208	96.761	0.031	0.000	0.000	0.000	0.000	0.098	pg9325_def.cx9a2_bee
0.000	0.000	0.000	4.001	95.975	0.024	0.000	0.000	0.000	0.000	0.078	pg9426_def.cx9a2_bee
0.000	0.000	0.000	84.154	15.764	0.083	0.000	0.000	0.000	0.000	0.103	pg9525_def.cx9a2_bee
0.000	0.000	0.000	95.877	4.120	0.003	0.000	0.000	0.000	0.000	0.124	pg9624_def.cx9a2_bee
0.000	0.000	0.000	94.935	5.065	0.000	0.000	0.000	0.000	0.000	0.056	pg1023_def.cx9a2_bee
0.000	0.000	0.000	93.856	6.143	0.001	0.000	0.000	0.000	0.000	0.117	pg1122_def.cx9a2_bee
0.000	0.000	0.000	90.531	9.467	0.001	0.000	0.000	0.000	0.000	0.072	pg1217_def.cx9a2_bee
0.000	0.000	0.000	86.225	13.774	0.001	0.000	0.000	0.000	0.000	0.066	pg1313_def.cx9a2_bee
0.000	0.000	0.000	87.093	12.907	0.000	0.000	0.000	0.000	0.000	0.063	pg1410_def.cx9a2_bee
0.000	0.000	0.000	89.821	10.179	0.000	0.000	0.000	0.000	0.000	0.064	pg155_def.cx9a2_bee
0.000	0.000	0.000	93.510	6.490	0.000	0.000	0.000	0.000	0.000	0.058	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.334	2.948	12.296	63.504	20.919	0.000	0.000	0.000	0.000	0.093	pg9023_def.cx9a2_bee
0.000	0.363	3.069	13.720	65.692	17.156	0.000	0.000	0.000	0.000	0.082	pg9124_def.cx9a2_bee
0.000	0.314	2.708	11.934	58.421	26.624	0.000	0.000	0.000	0.000	0.092	pg9224_def.cx9a2_bee
0.000	0.398	2.789	12.415	60.708	23.691	0.000	0.000	0.000	0.000	0.089	pg9325_def.cx9a2_bee
0.000	0.481	2.855	13.969	59.656	23.039	0.000	0.000	0.000	0.000	0.090	pg9426_def.cx9a2_bee
0.000	0.513	2.562	16.344	60.093	20.489	0.000	0.000	0.000	0.000	0.085	pg9525_def.cx9a2_bee
0.000	0.361	2.826	15.565	58.294	22.954	0.000	0.000	0.000	0.000	0.123	pg9624_def.cx9a2_bee
0.000	0.248	2.711	15.431	57.009	24.601	0.000	0.000	0.000	0.000	0.089	pg1023_def.cx9a2_bee
0.000	0.316	2.488	15.757	56.876	24.562	0.000	0.000	0.000	0.000	0.110	pg1122_def.cx9a2_bee
0.004	0.431	6.149	35.110	58.306	0.000	0.000	0.000	0.000	0.000	0.040	pg1217_def.cx9a2_bee
0.003	0.446	6.054	32.001	61.496	0.000	0.000	0.000	0.000	0.000	0.043	pg1313_def.cx9a2_bee
0.004	0.685	5.170	32.216	61.925	0.000	0.000	0.000	0.000	0.000	0.048	pg1410_def.cx9a2_bee
0.000	0.616	5.410	30.289	63.685	0.000	0.000	0.000	0.000	0.000	0.046	pg155_def.cx9a2_bee
0.000	0.670	5.299	30.378	63.654	0.000	0.000	0.000	0.000	0.000	0.046	pg161_def.cx9a2_bee

l.i2

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	83.459	16.496	0.045	0.000	0.000	0.000	0.000	0.000	0.050	pg9023_def.cx9a2_bee
0.000	0.000	84.408	15.590	0.002	0.000	0.000	0.000	0.000	0.000	0.036	pg9124_def.cx9a2_bee
0.000	0.000	85.043	14.957	0.001	0.000	0.000	0.000	0.000	0.000	0.019	pg9224_def.cx9a2_bee
0.000	0.000	89.076	10.924	0.001	0.000	0.000	0.000	0.000	0.000	0.016	pg9325_def.cx9a2_bee
0.000	0.000	92.674	7.324	0.002	0.000	0.000	0.000	0.000	0.000	0.033	pg9426_def.cx9a2_bee
0.000	0.003	98.201	1.795	0.001	0.000	0.000	0.000	0.000	0.000	0.017	pg9525_def.cx9a2_bee
0.000	0.002	94.686	5.300	0.013	0.000	0.000	0.000	0.000	0.000	0.029	pg9624_def.cx9a2_bee
0.000	0.001	94.030	5.957	0.013	0.000	0.000	0.000	0.000	0.000	0.039	pg1023_def.cx9a2_bee
0.000	0.006	93.420	6.561	0.013	0.000	0.000	0.000	0.000	0.000	0.027	pg1122_def.cx9a2_bee
0.000	0.003	97.033	2.955	0.009	0.000	0.000	0.000	0.000	0.000	0.021	pg1217_def.cx9a2_bee
0.000	0.003	98.108	1.880	0.009	0.000	0.000	0.000	0.000	0.000	0.027	pg1313_def.cx9a2_bee
0.000	0.007	99.510	0.471	0.012	0.000	0.000	0.000	0.000	0.000	0.034	pg1410_def.cx9a2_bee
0.000	0.003	98.466	1.515	0.015	0.000	0.000	0.000	0.000	0.000	0.034	pg155_def.cx9a2_bee
0.000	0.005	98.938	1.044	0.013	0.000	0.000	0.000	0.000	0.000	0.032	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.183	pg9023_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.176	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.187	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.168	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.164	pg9426_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.135	pg9525_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.154	pg9624_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.153	pg1023_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.134	pg1122_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.999	0.001	0.000	0.000	0.000	0.000	0.107	pg1217_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.999	0.001	0.000	0.000	0.000	0.000	0.102	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.999	0.001	0.000	0.000	0.000	0.000	0.111	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.999	0.001	0.000	0.000	0.000	0.000	0.110	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.999	0.001	0.000	0.000	0.000	0.000	0.108	pg161_def.cx9a2_bee

qr100.L1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.803	0.113	0.083	0.002	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg9023_def.cx9a2_bee
99.797	0.121	0.080	0.002	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg9124_def.cx9a2_bee
99.881	0.117	0.001	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9224_def.cx9a2_bee
99.873	0.126	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9325_def.cx9a2_bee
99.890	0.109	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9426_def.cx9a2_bee
99.892	0.107	nonzero	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9525_def.cx9a2_bee
99.875	0.123	0.001	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9624_def.cx9a2_bee
99.871	0.128	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg1023_def.cx9a2_bee
99.900	0.099	nonzero	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg1122_def.cx9a2_bee
99.881	0.118	nonzero	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg1217_def.cx9a2_bee
99.885	0.114	nonzero	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg1313_def.cx9a2_bee
93.546	6.448	0.001	0.005	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.714	pg1410_def.cx9a2_bee
93.886	6.107	0.001	0.006	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.732	pg155_def.cx9a2_bee
94.030	5.964	0.001	0.006	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.732	pg161_def.cx9a2_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	2.528	97.472	0.000	0.000	0.000	0.000	0.000	0.040	pg9023_def.cx9a2_bee
0.000	0.000	0.000	8.389	91.611	0.000	0.000	0.000	0.000	0.000	0.035	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.417	99.583	0.000	0.000	0.000	0.000	0.000	0.037	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.028	99.944	0.028	0.000	0.000	0.000	0.000	0.071	pg9325_def.cx9a2_bee
0.000	0.000	0.000	1.056	98.944	0.000	0.000	0.000	0.000	0.000	0.037	pg9426_def.cx9a2_bee
0.000	0.000	0.000	47.500	52.500	0.000	0.000	0.000	0.000	0.000	0.032	pg9525_def.cx9a2_bee
0.000	0.000	0.000	49.583	50.417	0.000	0.000	0.000	0.000	0.000	0.046	pg9624_def.cx9a2_bee
0.000	0.000	0.000	51.500	48.500	0.000	0.000	0.000	0.000	0.000	0.031	pg1023_def.cx9a2_bee
0.000	0.000	0.000	51.167	48.833	0.000	0.000	0.000	0.000	0.000	0.031	pg1122_def.cx9a2_bee
0.000	0.000	0.000	52.389	47.611	0.000	0.000	0.000	0.000	0.000	0.030	pg1217_def.cx9a2_bee
0.000	0.000	0.000	52.250	47.750	0.000	0.000	0.000	0.000	0.000	0.030	pg1313_def.cx9a2_bee
0.000	0.000	0.000	57.028	42.972	0.000	0.000	0.000	0.000	0.000	0.031	pg1410_def.cx9a2_bee
0.000	0.000	0.000	56.139	43.861	0.000	0.000	0.000	0.000	0.000	0.031	pg155_def.cx9a2_bee
0.000	0.000	0.000	60.778	39.222	0.000	0.000	0.000	0.000	0.000	0.030	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	10.944	65.556	23.500	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9023_def.cx9a2_bee
0.000	11.361	68.444	20.194	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg9124_def.cx9a2_bee
0.000	9.389	60.611	30.000	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg9224_def.cx9a2_bee
0.000	10.472	60.778	28.750	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg9325_def.cx9a2_bee
0.000	9.889	62.667	27.444	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg9426_def.cx9a2_bee
0.000	10.111	63.417	26.472	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg9525_def.cx9a2_bee
0.000	10.556	63.333	26.111	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg9624_def.cx9a2_bee
0.000	9.306	62.028	28.667	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg1023_def.cx9a2_bee
0.000	10.000	61.694	28.306	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg1122_def.cx9a2_bee
0.000	27.222	72.667	0.111	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg1217_def.cx9a2_bee
0.000	25.222	74.333	0.444	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.944	0.056	0.000	0.000	0.000	0.000	0.114	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.917	0.083	0.000	0.000	0.000	0.000	0.126	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.944	0.056	0.000	0.000	0.000	0.000	0.126	pg161_def.cx9a2_bee

qp100.L2

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.502	0.498	0.000	0.000	0.000	0.000	0.000	0.000	0.015	pg9023_def.cx9a2_bee
0.000	0.000	99.387	0.613	0.000	0.000	0.000	0.000	0.000	0.000	0.014	pg9124_def.cx9a2_bee
0.000	nonzero	99.134	0.866	nonzero	0.000	0.000	0.000	0.000	0.000	0.042	pg9224_def.cx9a2_bee
0.000	nonzero	98.493	1.506	0.001	0.000	0.000	0.000	0.000	0.000	0.039	pg9325_def.cx9a2_bee
0.000	nonzero	99.494	0.506	0.000	0.000	0.000	0.000	0.000	0.000	0.014	pg9426_def.cx9a2_bee
0.000	nonzero	99.471	0.529	0.000	0.000	0.000	0.000	0.000	0.000	0.016	pg9525_def.cx9a2_bee
0.000	nonzero	99.693	0.306	nonzero	0.000	0.000	0.000	0.000	0.000	0.016	pg9624_def.cx9a2_bee
0.000	0.000	99.637	0.363	0.000	0.000	0.000	0.000	0.000	0.000	0.015	pg1023_def.cx9a2_bee
0.000	nonzero	99.686	0.313	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	pg1122_def.cx9a2_bee
0.000	nonzero	99.651	0.349	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg1217_def.cx9a2_bee
0.000	nonzero	99.680	0.320	0.000	0.000	0.000	0.000	0.000	0.000	0.013	pg1313_def.cx9a2_bee
0.000	nonzero	99.712	0.287	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg1410_def.cx9a2_bee
0.000	0.001	99.699	0.300	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg155_def.cx9a2_bee
0.000	nonzero	99.690	0.310	0.000	0.000	0.000	0.000	0.000	0.000	0.015	pg161_def.cx9a2_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.044	pg9023_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.044	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.051	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.046	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.037	pg9426_def.cx9a2_bee
0.000	0.000	0.000	8.111	91.889	0.000	0.000	0.000	0.000	0.000	0.029	pg9525_def.cx9a2_bee
0.000	0.000	0.000	17.472	82.528	0.000	0.000	0.000	0.000	0.000	0.032	pg9624_def.cx9a2_bee
0.000	0.000	0.000	16.944	83.056	0.000	0.000	0.000	0.000	0.000	0.032	pg1023_def.cx9a2_bee
0.000	0.000	0.000	17.722	82.278	0.000	0.000	0.000	0.000	0.000	0.037	pg1122_def.cx9a2_bee
0.000	0.000	0.000	21.611	78.389	0.000	0.000	0.000	0.000	0.000	0.038	pg1217_def.cx9a2_bee
0.000	0.000	0.000	20.250	79.750	0.000	0.000	0.000	0.000	0.000	0.031	pg1313_def.cx9a2_bee
0.000	0.000	0.000	16.417	83.583	0.000	0.000	0.000	0.000	0.000	0.029	pg1410_def.cx9a2_bee
0.000	0.000	0.000	13.194	86.806	0.000	0.000	0.000	0.000	0.000	0.030	pg155_def.cx9a2_bee
0.000	0.000	0.000	16.806	83.194	0.000	0.000	0.000	0.000	0.000	0.029	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.139	99.833	0.028	0.000	0.000	0.000	0.000	0.000	0.016	pg9023_def.cx9a2_bee
0.000	0.000	0.556	99.417	0.028	0.000	0.000	0.000	0.000	0.000	0.016	pg9124_def.cx9a2_bee
0.000	0.000	0.000	99.917	0.083	0.000	0.000	0.000	0.000	0.000	0.017	pg9224_def.cx9a2_bee
0.000	0.000	0.056	99.833	0.111	0.000	0.000	0.000	0.000	0.000	0.017	pg9325_def.cx9a2_bee
0.000	0.000	0.028	99.917	0.056	0.000	0.000	0.000	0.000	0.000	0.016	pg9426_def.cx9a2_bee
0.000	0.000	0.056	99.944	0.000	0.000	0.000	0.000	0.000	0.000	0.015	pg9525_def.cx9a2_bee
0.000	0.000	0.250	99.750	0.000	0.000	0.000	0.000	0.000	0.000	0.015	pg9624_def.cx9a2_bee
0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.013	pg1023_def.cx9a2_bee
0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.013	pg1122_def.cx9a2_bee
0.000	0.000	65.917	34.083	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg1217_def.cx9a2_bee
0.000	0.000	54.611	45.389	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.972	0.028	0.000	0.000	0.000	0.000	0.118	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.917	0.083	0.000	0.000	0.000	0.000	0.124	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.944	0.056	0.000	0.000	0.000	0.000	0.115	pg161_def.cx9a2_bee

qr500.L3

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
98.320	1.584	0.094	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	pg9023_def.cx9a2_bee
98.983	0.927	0.088	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.022	pg9124_def.cx9a2_bee
99.202	0.794	0.003	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	pg9224_def.cx9a2_bee
99.456	0.538	0.006	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.043	pg9325_def.cx9a2_bee
99.451	0.544	0.005	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	pg9426_def.cx9a2_bee
99.397	0.597	0.003	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	pg9525_def.cx9a2_bee
99.687	0.308	0.003	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.035	pg9624_def.cx9a2_bee
99.496	0.498	0.003	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	pg1023_def.cx9a2_bee
99.717	0.278	0.002	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	pg1122_def.cx9a2_bee
99.798	0.198	0.002	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	pg1217_def.cx9a2_bee
99.798	0.197	0.002	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.037	pg1313_def.cx9a2_bee
93.344	6.644	0.008	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.023	pg1410_def.cx9a2_bee
93.048	6.939	0.008	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	pg155_def.cx9a2_bee
93.002	6.986	0.008	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	pg161_def.cx9a2_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	9.722	90.278	0.000	0.000	0.000	0.000	0.000	0.044	pg9023_def.cx9a2_bee
0.000	0.000	0.000	20.372	79.628	0.000	0.000	0.000	0.000	0.000	0.046	pg9124_def.cx9a2_bee
0.000	0.000	0.000	1.172	98.828	0.000	0.000	0.000	0.000	0.000	0.046	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.167	99.800	0.033	0.000	0.000	0.000	0.000	0.089	pg9325_def.cx9a2_bee
0.000	0.000	0.000	2.050	97.950	0.000	0.000	0.000	0.000	0.000	0.040	pg9426_def.cx9a2_bee
0.000	0.000	0.000	66.072	33.928	0.000	0.000	0.000	0.000	0.000	0.039	pg9525_def.cx9a2_bee
0.000	0.000	0.000	79.322	20.678	0.000	0.000	0.000	0.000	0.000	0.048	pg9624_def.cx9a2_bee
0.000	0.000	0.000	83.083	16.917	0.000	0.000	0.000	0.000	0.000	0.037	pg1023_def.cx9a2_bee
0.000	0.000	0.000	79.700	20.300	0.000	0.000	0.000	0.000	0.000	0.058	pg1122_def.cx9a2_bee
0.000	0.000	0.000	81.056	18.939	0.006	0.000	0.000	0.000	0.000	0.064	pg1217_def.cx9a2_bee
0.000	0.000	0.000	80.150	19.844	0.006	0.000	0.000	0.000	0.000	0.085	pg1313_def.cx9a2_bee
0.000	0.000	0.000	81.711	18.289	0.000	0.000	0.000	0.000	0.000	0.034	pg1410_def.cx9a2_bee
0.000	0.000	0.000	82.750	17.250	0.000	0.000	0.000	0.000	0.000	0.034	pg155_def.cx9a2_bee
0.000	0.000	0.000	80.578	19.422	0.000	0.000	0.000	0.000	0.000	0.034	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	38.311	61.689	0.000	0.000	0.000	0.000	0.000	0.037	pg9023_def.cx9a2_bee
0.000	0.000	0.000	42.500	57.500	0.000	0.000	0.000	0.000	0.000	0.035	pg9124_def.cx9a2_bee
0.000	0.000	0.000	33.328	66.672	0.000	0.000	0.000	0.000	0.000	0.044	pg9224_def.cx9a2_bee
0.000	0.000	0.000	36.250	63.750	0.000	0.000	0.000	0.000	0.000	0.039	pg9325_def.cx9a2_bee
0.000	0.000	0.000	37.239	62.761	0.000	0.000	0.000	0.000	0.000	0.037	pg9426_def.cx9a2_bee
0.000	0.000	0.000	39.156	60.844	0.000	0.000	0.000	0.000	0.000	0.036	pg9525_def.cx9a2_bee
0.000	0.000	0.000	40.167	59.833	0.000	0.000	0.000	0.000	0.000	0.036	pg9624_def.cx9a2_bee
0.000	0.000	0.000	38.050	61.950	0.000	0.000	0.000	0.000	0.000	0.036	pg1023_def.cx9a2_bee
0.000	0.000	0.000	37.272	62.728	0.000	0.000	0.000	0.000	0.000	0.034	pg1122_def.cx9a2_bee
0.000	0.000	0.183	99.661	0.156	0.000	0.000	0.000	0.000	0.000	0.021	pg1217_def.cx9a2_bee
0.000	0.000	0.028	98.383	1.589	0.000	0.000	0.000	0.000	0.000	0.022	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	97.028	2.972	0.000	0.000	0.000	0.000	0.130	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	77.883	22.117	0.000	0.000	0.000	0.000	0.125	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	79.544	20.456	0.000	0.000	0.000	0.000	0.118	pg161_def.cx9a2_bee

qp500.L4

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	98.395	1.604	0.001	0.000	0.000	0.000	0.000	0.000	0.038	pg9023_def.cx9a2_bee
0.000	nonzero	98.642	1.358	nonzero	0.000	0.000	0.000	0.000	0.000	0.022	pg9124_def.cx9a2_bee
0.000	0.000	95.004	4.992	0.004	0.000	0.000	0.000	0.000	0.000	0.042	pg9224_def.cx9a2_bee
0.000	0.000	94.347	5.648	0.005	0.000	0.000	0.000	0.000	0.000	0.047	pg9325_def.cx9a2_bee
0.000	0.000	97.344	2.654	0.001	0.000	0.000	0.000	0.000	0.000	0.032	pg9426_def.cx9a2_bee
0.000	nonzero	98.440	1.554	0.006	0.000	0.000	0.000	0.000	0.000	0.045	pg9525_def.cx9a2_bee
0.000	0.000	99.020	0.979	0.001	0.000	0.000	0.000	0.000	0.000	0.023	pg9624_def.cx9a2_bee
0.000	nonzero	98.867	1.132	0.001	0.000	0.000	0.000	0.000	0.000	0.036	pg1023_def.cx9a2_bee
0.000	0.000	98.957	1.042	0.001	0.000	0.000	0.000	0.000	0.000	0.035	pg1122_def.cx9a2_bee
0.000	nonzero	99.061	0.938	0.001	0.000	0.000	0.000	0.000	0.000	0.035	pg1217_def.cx9a2_bee
0.000	nonzero	98.980	1.019	0.001	0.000	0.000	0.000	0.000	0.000	0.047	pg1313_def.cx9a2_bee
0.000	0.000	98.915	1.084	0.001	0.000	0.000	0.000	0.000	0.000	0.030	pg1410_def.cx9a2_bee
0.000	0.000	98.980	1.020	0.001	0.000	0.000	0.000	0.000	0.000	0.033	pg155_def.cx9a2_bee
0.000	0.000	99.092	0.907	0.001	0.000	0.000	0.000	0.000	0.000	0.033	pg161_def.cx9a2_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.694	99.306	0.000	0.000	0.000	0.000	0.000	0.050	pg9023_def.cx9a2_bee
0.000	0.000	0.000	10.517	89.483	0.000	0.000	0.000	0.000	0.000	0.040	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.006	99.989	0.006	0.000	0.000	0.000	0.000	0.067	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.978	0.022	0.000	0.000	0.000	0.000	0.078	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.106	99.894	0.000	0.000	0.000	0.000	0.000	0.055	pg9426_def.cx9a2_bee
0.000	0.000	0.000	88.361	11.589	0.050	0.000	0.000	0.000	0.000	0.081	pg9525_def.cx9a2_bee
0.000	0.000	0.000	97.056	2.944	0.000	0.000	0.000	0.000	0.000	0.059	pg9624_def.cx9a2_bee
0.000	0.000	0.000	96.450	3.550	0.000	0.000	0.000	0.000	0.000	0.048	pg1023_def.cx9a2_bee
0.000	0.000	0.000	97.156	2.844	0.000	0.000	0.000	0.000	0.000	0.041	pg1122_def.cx9a2_bee
0.000	0.000	0.000	97.917	2.083	0.000	0.000	0.000	0.000	0.000	0.034	pg1217_def.cx9a2_bee
0.000	0.000	0.000	97.378	2.617	0.006	0.000	0.000	0.000	0.000	0.093	pg1313_def.cx9a2_bee
0.000	0.000	0.000	97.400	2.600	0.000	0.000	0.000	0.000	0.000	0.041	pg1410_def.cx9a2_bee
0.000	0.000	0.000	97.761	2.239	0.000	0.000	0.000	0.000	0.000	0.037	pg155_def.cx9a2_bee
0.000	0.000	0.000	97.911	2.089	0.000	0.000	0.000	0.000	0.000	0.037	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.000	99.983	0.017	0.000	0.000	0.000	0.000	0.081	pg9023_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.994	0.006	0.000	0.000	0.000	0.000	0.076	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.939	0.061	0.000	0.000	0.000	0.000	0.068	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.989	0.011	0.000	0.000	0.000	0.000	0.077	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.994	0.006	0.000	0.000	0.000	0.000	0.075	pg9426_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.062	pg9525_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.994	0.006	0.000	0.000	0.000	0.000	0.066	pg9624_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.061	pg1023_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.994	0.006	0.000	0.000	0.000	0.000	0.067	pg1122_def.cx9a2_bee
0.000	0.000	0.000	37.217	62.783	0.000	0.000	0.000	0.000	0.000	0.046	pg1217_def.cx9a2_bee
0.000	0.000	0.000	25.517	74.483	0.000	0.000	0.000	0.000	0.000	0.048	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	4.233	95.767	0.000	0.000	0.000	0.000	0.146	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.011	99.989	0.000	0.000	0.000	0.000	0.159	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.006	99.994	0.000	0.000	0.000	0.000	0.139	pg161_def.cx9a2_bee

qr1000.L5

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
82.605	17.292	0.100	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.124	pg9023_def.cx9a2_bee
85.616	14.285	0.097	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.130	pg9124_def.cx9a2_bee
84.213	15.781	0.005	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.193	pg9224_def.cx9a2_bee
88.875	11.116	0.008	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.203	pg9325_def.cx9a2_bee
89.541	10.450	0.008	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.120	pg9426_def.cx9a2_bee
87.839	12.153	0.007	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.138	pg9525_def.cx9a2_bee
90.928	9.066	0.006	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.146	pg9624_def.cx9a2_bee
85.665	14.329	0.006	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.139	pg1023_def.cx9a2_bee
91.577	8.417	0.006	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.148	pg1122_def.cx9a2_bee
98.443	1.545	0.007	0.004	nonzero	nonzero	0.000	0.000	0.000	0.000	0.148	pg1217_def.cx9a2_bee
98.230	1.758	0.008	0.004	nonzero	nonzero	0.000	0.000	0.000	0.000	0.133	pg1313_def.cx9a2_bee
77.966	22.029	0.004	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.115	pg1410_def.cx9a2_bee
78.067	21.929	0.004	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.109	pg155_def.cx9a2_bee
77.544	22.451	0.004	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.122	pg161_def.cx9a2_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	5.772	94.219	0.008	0.000	0.000	0.000	0.000	0.072	pg9023_def.cx9a2_bee
0.000	0.000	0.000	17.233	82.764	0.003	0.000	0.000	0.000	0.000	0.067	pg9124_def.cx9a2_bee
0.000	0.000	0.000	1.406	98.578	0.017	0.000	0.000	0.000	0.000	0.073	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.253	99.708	0.039	0.000	0.000	0.000	0.000	0.093	pg9325_def.cx9a2_bee
0.000	0.000	0.000	6.803	93.164	0.033	0.000	0.000	0.000	0.000	0.082	pg9426_def.cx9a2_bee
0.000	0.000	0.000	88.619	11.303	0.078	0.000	0.000	0.000	0.000	0.101	pg9525_def.cx9a2_bee
0.000	0.000	0.000	90.511	9.489	0.000	0.000	0.000	0.000	0.000	0.046	pg9624_def.cx9a2_bee
0.000	0.000	0.000	90.156	9.842	0.003	0.000	0.000	0.000	0.000	0.097	pg1023_def.cx9a2_bee
0.000	0.000	0.000	91.519	8.475	0.006	0.000	0.000	0.000	0.000	0.079	pg1122_def.cx9a2_bee
0.000	0.000	0.000	89.422	10.575	0.003	0.000	0.000	0.000	0.000	0.075	pg1217_def.cx9a2_bee
0.000	0.000	0.000	90.861	9.133	0.006	0.000	0.000	0.000	0.000	0.088	pg1313_def.cx9a2_bee
0.000	0.000	0.000	89.950	10.050	0.000	0.000	0.000	0.000	0.000	0.053	pg1410_def.cx9a2_bee
0.000	0.000	0.000	90.450	9.550	0.000	0.000	0.000	0.000	0.000	0.054	pg155_def.cx9a2_bee
0.000	0.000	0.000	88.611	11.389	0.000	0.000	0.000	0.000	0.000	0.041	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.000	54.775	45.225	0.000	0.000	0.000	0.000	0.116	pg9023_def.cx9a2_bee
0.000	0.000	0.000	0.000	62.933	37.067	0.000	0.000	0.000	0.000	0.093	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.000	41.461	58.539	0.000	0.000	0.000	0.000	0.117	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	47.558	52.442	0.000	0.000	0.000	0.000	0.100	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.000	50.428	49.572	0.000	0.000	0.000	0.000	0.089	pg9426_def.cx9a2_bee
0.000	0.000	0.000	0.000	55.292	44.708	0.000	0.000	0.000	0.000	0.085	pg9525_def.cx9a2_bee
0.000	0.000	0.000	0.000	50.792	49.208	0.000	0.000	0.000	0.000	0.087	pg9624_def.cx9a2_bee
0.000	0.000	0.000	0.000	46.219	53.781	0.000	0.000	0.000	0.000	0.099	pg1023_def.cx9a2_bee
0.000	0.000	0.000	0.000	47.997	52.003	0.000	0.000	0.000	0.000	0.097	pg1122_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.997	0.003	0.000	0.000	0.000	0.000	0.069	pg1217_def.cx9a2_bee
0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.057	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.157	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.159	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.160	pg161_def.cx9a2_bee

qp1000.L6

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	96.326	3.671	0.003	0.000	0.000	0.000	0.000	0.000	0.041	pg9023_def.cx9a2_bee
0.000	nonzero	95.920	4.076	0.004	0.000	0.000	0.000	0.000	0.000	0.042	pg9124_def.cx9a2_bee
0.000	nonzero	95.452	4.544	0.004	0.000	0.000	0.000	0.000	0.000	0.038	pg9224_def.cx9a2_bee
0.000	nonzero	93.838	6.157	0.005	0.000	0.000	0.000	0.000	0.000	0.042	pg9325_def.cx9a2_bee
0.000	nonzero	93.856	6.139	0.005	0.000	0.000	0.000	0.000	0.000	0.042	pg9426_def.cx9a2_bee
0.000	nonzero	96.238	3.748	0.014	0.000	0.000	0.000	0.000	0.000	0.050	pg9525_def.cx9a2_bee
0.000	0.000	97.932	2.066	0.003	0.000	0.000	0.000	0.000	0.000	0.043	pg9624_def.cx9a2_bee
0.000	0.000	97.915	2.082	0.003	0.000	0.000	0.000	0.000	0.000	0.035	pg1023_def.cx9a2_bee
0.000	0.000	98.007	1.990	0.002	0.000	0.000	0.000	0.000	0.000	0.041	pg1122_def.cx9a2_bee
0.000	0.000	97.701	2.296	0.003	0.000	0.000	0.000	0.000	0.000	0.038	pg1217_def.cx9a2_bee
0.000	0.000	97.702	2.295	0.004	0.000	0.000	0.000	0.000	0.000	0.040	pg1313_def.cx9a2_bee
0.000	0.000	98.008	1.990	0.003	0.000	0.000	0.000	0.000	0.000	0.036	pg1410_def.cx9a2_bee
0.000	nonzero	98.035	1.962	0.002	0.000	0.000	0.000	0.000	0.000	0.036	pg155_def.cx9a2_bee
0.000	0.000	98.038	1.960	0.003	0.000	0.000	0.000	0.000	0.000	0.035	pg161_def.cx9a2_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.003	99.983	0.014	0.000	0.000	0.000	0.000	0.078	pg9023_def.cx9a2_bee
0.000	0.000	0.000	0.208	99.778	0.014	0.000	0.000	0.000	0.000	0.077	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.997	0.003	0.000	0.000	0.000	0.000	0.085	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.994	0.006	0.000	0.000	0.000	0.000	0.072	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.003	99.983	0.014	0.000	0.000	0.000	0.000	0.081	pg9426_def.cx9a2_bee
0.000	0.000	0.000	72.800	26.986	0.214	0.000	0.000	0.000	0.000	0.097	pg9525_def.cx9a2_bee
0.000	0.000	0.000	89.656	10.344	0.000	0.000	0.000	0.000	0.000	0.042	pg9624_def.cx9a2_bee
0.000	0.000	0.000	66.242	33.756	0.003	0.000	0.000	0.000	0.000	0.082	pg1023_def.cx9a2_bee
0.000	0.000	0.000	77.558	22.442	0.000	0.000	0.000	0.000	0.000	0.056	pg1122_def.cx9a2_bee
0.000	0.000	0.000	97.803	2.192	0.006	0.000	0.000	0.000	0.000	0.068	pg1217_def.cx9a2_bee
0.000	0.000	0.000	98.575	1.422	0.003	0.000	0.000	0.000	0.000	0.083	pg1313_def.cx9a2_bee
0.000	0.000	0.000	87.031	12.969	0.000	0.000	0.000	0.000	0.000	0.041	pg1410_def.cx9a2_bee
0.000	0.000	0.000	86.547	13.453	0.000	0.000	0.000	0.000	0.000	0.039	pg155_def.cx9a2_bee
0.000	0.000	0.000	85.964	14.036	0.000	0.000	0.000	0.000	0.000	0.054	pg161_def.cx9a2_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.176	pg9023_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.180	pg9124_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.170	pg9224_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.159	pg9325_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.166	pg9426_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.158	pg9525_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.145	pg9624_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.137	pg1023_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.155	pg1122_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.997	0.003	0.000	0.000	0.000	0.000	0.092	pg1217_def.cx9a2_bee
0.000	0.000	0.000	0.000	99.997	0.003	0.000	0.000	0.000	0.000	0.095	pg1313_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.206	pg1410_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.199	pg155_def.cx9a2_bee
0.000	0.000	0.000	0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.191	pg161_def.cx9a2_bee