Introduction

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

The test server is a c2-standard-30 from GCP with 15 cores, hyperthreads disabled, 120G RAM, XFS + SW RAID 0 on 4 NVMe devices (1.5TB). The benchmark was run with 8 client and there were 1 or 3 connections per client (1 for queries or inserts without rate limits, 1+1 for rate limited inserts+deletes). There are 8 tables, client per table. It loads 20M rows per table without secondary indexes, creates secondary indexes, then inserts 100M rows with a delete per insert to avoid growing the table. It then does 3 read+write tests for 1800s each that do queries as fast as possible with 100, 500 and then 1000 inserts/second/client concurrent with the queries and 1000 deletes/second to avoid growing the table. The database is larger than memory.

The tested DBMS are:


Contents


Summary

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

dbmsl.i0l.xl.i1q100.1q500.1q1000.1
my5710_rel.cy10a22_gcp_c2s30 744186117720694742689646805567050
my5711_rel.cy10a22_gcp_c2s30 761905117720694809692666780966629
my5712_rel.cy10a22_gcp_c2s30 698690118592690590680046717065517
my5713_rel.cy10a22_gcp_c2s30 7729471185926102590674726678665292
my5714_rel.cy10a22_gcp_c2s30 7407411177206101227678936711565485
my5715_rel.cy10a22_gcp_c2s30 7511741177206101820676686703965596
my5716_rel.cy10a22_gcp_c2s30 7582941177206101291676326659265641
my5717_rel.cy10a22_gcp_c2s30 7729471185926101911676376690065400
my5718_rel.cy10a22_gcp_c2s30 7692311168613101794678526685065502
my5719_rel.cy10a22_gcp_c2s30 7920791177206102590682586710165897
my5720_rel.cy10a22_gcp_c2s30 7619051168613101150679236677265772
my5721_rel.cy10a22_gcp_c2s30 7655501185926101394679976716465793
my5722_rel.cy10a22_gcp_c2s30 7582941177206101433681316709566010
my5723_rel.cy10a22_gcp_c2s30 7881771177206101600677726690065460
my5724_rel.cy10a22_gcp_c2s30 7960201177206100439682766721265802
my5725_rel.cy10a22_gcp_c2s30 7766991168613101691679546701865673
my5726_rel.cy10a22_gcp_c2s30 7843141177206100768677776698065409
my5727_rel.cy10a22_gcp_c2s30 7582941177206100301676466705766061
my5728_rel.cy10a22_gcp_c2s30 8000001168613100642676886678265746
my5729_rel.cy10a22_gcp_c2s30 7920791081757101368679736668965599
my5730_rel.cy10a22_gcp_c2s30 7619051185926101652674276668565325
my5731_rel.cy10a22_gcp_c2s30 7511741104138100908679636685665119
my5732_rel.cy10a22_gcp_c2s30 7766991135461100718675266607564730
my5733_rel.cy10a22_gcp_c2s30 7655501177206100088673936612564774
my5734_rel.cy10a22_gcp_c2s30 7692311151798100604667756587964584
my5735_rel.cy10a22_gcp_c2s30 8040201160145100718669956579064250
my5736_rel.cy10a22_gcp_c2s30 765550116014599206669846544564334
my5737_rel.cy10a22_gcp_c2s30 7655501160145100100666236556764105
my5738_rel.cy10a22_gcp_c2s30 7547171168613100667670846579564459
my5739_rel.cy10a22_gcp_c2s30 7881771160145100781663966524863737
my5740_rel.cy10a22_gcp_c2s30 758294113546199047665866541564092
my5741_rel.cy10a22_gcp_c2s30 754717116014598790671076586464708
my5742_rel.cy10a22_gcp_c2s30 761905116861399925668326527464104
my5743_rel.cy10a22_gcp_c2s30 751174115179898998667866575264206

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

dbmsl.i0l.xl.i1q100.1q500.1q1000.1
my5710_rel.cy10a22_gcp_c2s30 1.001.001.001.001.001.00
my5711_rel.cy10a22_gcp_c2s30 1.021.001.001.001.000.99
my5712_rel.cy10a22_gcp_c2s30 0.941.010.960.990.990.98
my5713_rel.cy10a22_gcp_c2s30 1.041.011.080.980.980.97
my5714_rel.cy10a22_gcp_c2s30 1.001.001.070.980.990.98
my5715_rel.cy10a22_gcp_c2s30 1.011.001.070.980.990.98
my5716_rel.cy10a22_gcp_c2s30 1.021.001.070.980.980.98
my5717_rel.cy10a22_gcp_c2s30 1.041.011.080.980.980.98
my5718_rel.cy10a22_gcp_c2s30 1.030.991.070.980.980.98
my5719_rel.cy10a22_gcp_c2s30 1.061.001.080.990.990.98
my5720_rel.cy10a22_gcp_c2s30 1.020.991.070.980.980.98
my5721_rel.cy10a22_gcp_c2s30 1.031.011.070.990.990.98
my5722_rel.cy10a22_gcp_c2s30 1.021.001.070.990.990.98
my5723_rel.cy10a22_gcp_c2s30 1.061.001.070.980.980.98
my5724_rel.cy10a22_gcp_c2s30 1.071.001.060.990.990.98
my5725_rel.cy10a22_gcp_c2s30 1.040.991.070.990.980.98
my5726_rel.cy10a22_gcp_c2s30 1.051.001.060.980.980.98
my5727_rel.cy10a22_gcp_c2s30 1.021.001.060.980.990.99
my5728_rel.cy10a22_gcp_c2s30 1.080.991.060.980.980.98
my5729_rel.cy10a22_gcp_c2s30 1.060.921.070.990.980.98
my5730_rel.cy10a22_gcp_c2s30 1.021.011.070.980.980.97
my5731_rel.cy10a22_gcp_c2s30 1.010.941.070.990.980.97
my5732_rel.cy10a22_gcp_c2s30 1.040.961.060.980.970.97
my5733_rel.cy10a22_gcp_c2s30 1.031.001.060.980.970.97
my5734_rel.cy10a22_gcp_c2s30 1.030.981.060.970.970.96
my5735_rel.cy10a22_gcp_c2s30 1.080.991.060.970.970.96
my5736_rel.cy10a22_gcp_c2s30 1.030.991.050.970.960.96
my5737_rel.cy10a22_gcp_c2s30 1.030.991.060.970.960.96
my5738_rel.cy10a22_gcp_c2s30 1.010.991.060.970.970.96
my5739_rel.cy10a22_gcp_c2s30 1.060.991.060.960.960.95
my5740_rel.cy10a22_gcp_c2s30 1.020.961.050.970.960.96
my5741_rel.cy10a22_gcp_c2s30 1.010.991.040.970.970.97
my5742_rel.cy10a22_gcp_c2s30 1.020.991.050.970.960.96
my5743_rel.cy10a22_gcp_c2s30 1.010.981.040.970.970.96

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

dbmsq100.1q500.1q1000.1
my5710_rel.cy10a22_gcp_c2s3079639807960
my5711_rel.cy10a22_gcp_c2s3079639787960
my5712_rel.cy10a22_gcp_c2s3079639807960
my5713_rel.cy10a22_gcp_c2s3079639787960
my5714_rel.cy10a22_gcp_c2s3079639787960
my5715_rel.cy10a22_gcp_c2s3079639787960
my5716_rel.cy10a22_gcp_c2s3079639787960
my5717_rel.cy10a22_gcp_c2s3079639787960
my5718_rel.cy10a22_gcp_c2s3079639807956
my5719_rel.cy10a22_gcp_c2s3079639787960
my5720_rel.cy10a22_gcp_c2s3079639807960
my5721_rel.cy10a22_gcp_c2s3079639787960
my5722_rel.cy10a22_gcp_c2s3079639787956
my5723_rel.cy10a22_gcp_c2s3079639807960
my5724_rel.cy10a22_gcp_c2s3079639807960
my5725_rel.cy10a22_gcp_c2s3079639787960
my5726_rel.cy10a22_gcp_c2s3079639787956
my5727_rel.cy10a22_gcp_c2s3079639787960
my5728_rel.cy10a22_gcp_c2s3079639787960
my5729_rel.cy10a22_gcp_c2s3079639807960
my5730_rel.cy10a22_gcp_c2s3079639787956
my5731_rel.cy10a22_gcp_c2s3079639787960
my5732_rel.cy10a22_gcp_c2s3079639787956
my5733_rel.cy10a22_gcp_c2s3079639787960
my5734_rel.cy10a22_gcp_c2s3079639787960
my5735_rel.cy10a22_gcp_c2s3079639787956
my5736_rel.cy10a22_gcp_c2s3079639787960
my5737_rel.cy10a22_gcp_c2s3079639807960
my5738_rel.cy10a22_gcp_c2s3079639787960
my5739_rel.cy10a22_gcp_c2s3079639787956
my5740_rel.cy10a22_gcp_c2s3079639787956
my5741_rel.cy10a22_gcp_c2s3079639787960
my5742_rel.cy10a22_gcp_c2s3079639787960
my5743_rel.cy10a22_gcp_c2s3079639787960
target80040008000

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
my5710_rel.cy10a22_gcp_c2s3087.72912.2010.0390.0180.0130.226
my5711_rel.cy10a22_gcp_c2s3095.3164.6220.0300.0190.0130.238
my5712_rel.cy10a22_gcp_c2s3049.25150.6790.0350.0210.0140.218
my5713_rel.cy10a22_gcp_c2s3093.0046.9380.0310.0120.0150.233
my5714_rel.cy10a22_gcp_c2s3082.59417.3420.0320.0180.0140.248
my5715_rel.cy10a22_gcp_c2s3089.03210.9050.0350.0130.0150.238
my5716_rel.cy10a22_gcp_c2s3089.9669.9740.0260.0200.0140.228
my5717_rel.cy10a22_gcp_c2s3094.0825.8520.0350.0160.0150.252
my5718_rel.cy10a22_gcp_c2s3091.3158.6210.0340.0160.0140.229
my5719_rel.cy10a22_gcp_c2s3095.2294.7000.0410.0160.0140.242
my5720_rel.cy10a22_gcp_c2s3092.1007.8240.0420.0190.0140.0010.661
my5721_rel.cy10a22_gcp_c2s3091.2578.6820.0320.0150.0140.219
my5722_rel.cy10a22_gcp_c2s3089.80210.1280.0360.0190.0140.232
my5723_rel.cy10a22_gcp_c2s3095.1214.8160.0340.0140.0150.239
my5724_rel.cy10a22_gcp_c2s3095.7584.1770.0370.0150.0140.228
my5725_rel.cy10a22_gcp_c2s3093.4756.4630.0300.0170.0150.254
my5726_rel.cy10a22_gcp_c2s3094.8705.0680.0350.0140.0140.237
my5727_rel.cy10a22_gcp_c2s3089.36410.5680.0350.0180.0150.227
my5728_rel.cy10a22_gcp_c2s3095.5104.4230.0400.0120.0150.236
my5729_rel.cy10a22_gcp_c2s3095.4924.4430.0340.0150.0150.249
my5730_rel.cy10a22_gcp_c2s3089.9539.9890.0310.0130.0150.241
my5731_rel.cy10a22_gcp_c2s3086.89013.0430.0360.0180.0140.224
my5732_rel.cy10a22_gcp_c2s3093.2336.6980.0370.0170.0150.229
my5733_rel.cy10a22_gcp_c2s3092.1517.7860.0330.0160.0150.229
my5734_rel.cy10a22_gcp_c2s3091.7198.2190.0320.0150.0140.243
my5735_rel.cy10a22_gcp_c2s3096.0373.9000.0360.0130.0140.252
my5736_rel.cy10a22_gcp_c2s3091.9377.9790.0470.0220.0150.0010.420
my5737_rel.cy10a22_gcp_c2s3092.8647.0720.0330.0160.0150.239
my5738_rel.cy10a22_gcp_c2s3089.18610.7500.0360.0140.0140.225
my5739_rel.cy10a22_gcp_c2s3095.5874.3460.0350.0180.0150.229
my5740_rel.cy10a22_gcp_c2s3089.82910.1010.0360.0200.0150.233
my5741_rel.cy10a22_gcp_c2s3088.66111.2690.0400.0150.0150.234
my5742_rel.cy10a22_gcp_c2s3091.6808.2570.0340.0150.0150.239
my5743_rel.cy10a22_gcp_c2s3089.14410.7970.0290.0150.0140.238

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
744186	0	0	0.0	1384.0	143.9	0.000	0.000	0.002	0.198	69958	68.7	0.094	14	10.6	139.1	16.8	0.226	101326	78741	160m.my5710_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1408.8	146.7	0.000	0.000	0.002	0.197	70939	68.5	0.093	13	10.6	139.1	17.1	0.238	104587	81412	160m.my5711_rel.cy10a22_gcp_c2s30
698690	0	0	0.0	1314.7	136.9	0.000	0.000	0.002	0.201	67145	68.4	0.096	15	10.6	139.1	16.2	0.218	94830	75019	160m.my5712_rel.cy10a22_gcp_c2s30
772947	0	0	0.0	1410.6	148.2	0.000	0.000	0.002	0.196	77159	70.1	0.100	14	10.6	139.1	17.1	0.233	106582	84109	160m.my5713_rel.cy10a22_gcp_c2s30
740741	0	0	0.0	1385.9	143.0	0.000	0.000	0.002	0.198	72683	68.3	0.098	14	10.6	139.1	16.7	0.248	101390	80413	160m.my5714_rel.cy10a22_gcp_c2s30
751174	0	0	0.0	1391.8	146.3	0.000	0.000	0.002	0.199	73971	68.5	0.098	14	10.6	139.1	17.0	0.238	103689	80941	160m.my5715_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1408.4	146.4	0.000	0.000	0.002	0.198	74038	68.2	0.098	13	10.6	139.1	17.0	0.228	104484	82037	160m.my5716_rel.cy10a22_gcp_c2s30
772947	0	0	0.0	1420.1	148.7	0.000	0.000	0.002	0.197	76810	70.2	0.099	14	10.6	139.1	17.2	0.252	106684	83011	160m.my5717_rel.cy10a22_gcp_c2s30
769231	0	0	0.0	1411.3	148.0	0.000	0.000	0.002	0.197	76806	70.6	0.100	14	10.6	139.1	17.1	0.229	104986	82312	160m.my5718_rel.cy10a22_gcp_c2s30
792079	0	0	0.0	1441.0	152.7	0.000	0.000	0.002	0.197	78562	70.6	0.099	13	10.6	139.1	15.9	0.242	109582	84337	160m.my5719_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1414.3	146.7	0.000	0.000	0.002	0.197	74033	67.8	0.097	13	10.6	139.1	17.0	0.661	105486	82710	160m.my5720_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1407.1	148.5	0.000	0.000	0.002	0.199	76577	70.5	0.100	14	10.6	139.1	17.1	0.219	105386	83110	160m.my5721_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1406.8	146.8	0.000	0.000	0.002	0.198	74036	68.3	0.098	14	10.6	139.1	17.0	0.232	103988	82211	160m.my5722_rel.cy10a22_gcp_c2s30
788177	0	0	0.0	1427.9	152.0	0.000	0.000	0.002	0.198	78426	70.6	0.100	13	10.6	139.1	15.9	0.239	109120	84137	160m.my5723_rel.cy10a22_gcp_c2s30
796020	0	0	0.0	1440.0	152.9	0.000	0.000	0.002	0.197	78492	70.5	0.099	13	10.6	139.1	15.9	0.228	109820	87805	160m.my5724_rel.cy10a22_gcp_c2s30
776699	0	0	0.0	1441.5	149.6	0.000	0.000	0.002	0.197	77058	70.4	0.099	14	10.6	139.1	17.2	0.254	105786	81812	160m.my5725_rel.cy10a22_gcp_c2s30
784314	0	0	0.0	1437.1	151.2	0.000	0.000	0.002	0.197	78300	70.9	0.100	14	10.6	139.1	15.8	0.237	107883	85433	160m.my5726_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1430.9	146.6	0.000	0.000	0.002	0.198	74191	68.4	0.098	14	10.6	139.1	17.0	0.227	103824	81838	160m.my5727_rel.cy10a22_gcp_c2s30
800000	0	0	0.0	1477.5	154.1	0.000	0.000	0.002	0.197	78909	70.3	0.099	13	10.6	139.1	16.0	0.236	109781	85508	160m.my5728_rel.cy10a22_gcp_c2s30
792079	0	0	0.0	1467.8	153.3	0.000	0.000	0.002	0.198	78651	70.6	0.099	13	10.6	139.1	15.9	0.249	109379	84809	160m.my5729_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1432.0	147.7	0.000	0.000	0.002	0.199	74040	68.5	0.097	13	10.6	139.1	17.0	0.241	104187	82010	160m.my5730_rel.cy10a22_gcp_c2s30
751174	0	0	0.0	1406.3	145.4	0.000	0.000	0.002	0.198	73604	68.8	0.098	14	10.6	139.1	16.9	0.224	102823	80540	160m.my5731_rel.cy10a22_gcp_c2s30
776699	0	0	0.0	1439.5	149.9	0.000	0.000	0.002	0.198	77037	70.2	0.099	14	10.6	139.1	17.2	0.229	106285	82437	160m.my5732_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1430.6	148.7	0.000	0.000	0.002	0.199	76671	70.4	0.100	14	10.6	139.1	17.1	0.229	105720	82908	160m.my5733_rel.cy10a22_gcp_c2s30
769231	0	0	0.0	1434.8	148.8	0.000	0.000	0.002	0.198	76558	70.4	0.100	14	10.6	139.1	17.1	0.243	105319	82312	160m.my5734_rel.cy10a22_gcp_c2s30
804020	0	0	0.0	1474.8	155.2	0.000	0.000	0.002	0.198	79887	71.1	0.099	13	10.6	139.1	16.0	0.252	111080	85906	160m.my5735_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1418.3	147.4	0.000	0.000	0.002	0.197	76687	70.2	0.100	14	10.6	139.1	17.1	0.420	105287	64131	160m.my5736_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1425.4	148.4	0.000	0.000	0.002	0.198	76691	70.3	0.100	14	10.6	139.1	17.1	0.239	105786	82311	160m.my5737_rel.cy10a22_gcp_c2s30
754717	0	0	0.0	1427.2	146.6	0.000	0.000	0.002	0.199	74140	68.5	0.098	14	10.6	139.1	17.0	0.225	103689	82012	160m.my5738_rel.cy10a22_gcp_c2s30
788177	0	0	0.0	1459.5	152.2	0.000	0.000	0.002	0.198	78497	70.7	0.100	13	10.6	139.1	15.9	0.229	108882	85734	160m.my5739_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1418.6	146.8	0.000	0.000	0.002	0.198	73837	68.4	0.097	14	10.6	139.1	17.0	0.233	103887	81312	160m.my5740_rel.cy10a22_gcp_c2s30
754717	0	0	0.0	1403.2	145.6	0.000	0.000	0.002	0.198	73812	68.7	0.098	14	10.6	139.1	16.9	0.234	102989	80812	160m.my5741_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1411.1	148.0	0.000	0.000	0.002	0.199	76286	70.5	0.100	14	10.6	139.1	17.1	0.239	104486	81139	160m.my5742_rel.cy10a22_gcp_c2s30
751174	0	0	0.0	1400.9	146.0	0.000	0.000	0.002	0.199	73658	68.8	0.098	14	10.6	139.1	17.0	0.238	103523	80538	160m.my5743_rel.cy10a22_gcp_c2s30

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
1177206	0	0	0.0	14384.6	1067.8	0.000	0.000	0.012	0.929	62459	36.9	0.053	5	23.6	152.1	25.4	0.029	NA	NA	160m.my5710_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14334.9	1066.8	0.000	0.000	0.012	0.928	64857	36.7	0.055	5	23.6	152.1	25.5	0.029	NA	NA	160m.my5711_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14373.9	1066.9	0.000	0.000	0.012	0.921	66808	36.7	0.056	5	23.6	152.1	25.4	0.032	NA	NA	160m.my5712_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14452.8	1069.5	0.000	0.000	0.012	0.924	62389	36.6	0.053	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5713_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14380.7	1069.0	0.000	0.000	0.012	0.930	63849	37.0	0.054	5	23.6	152.1	25.5	0.030	NA	NA	160m.my5714_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14308.8	1064.0	0.000	0.000	0.012	0.926	60964	36.8	0.052	5	23.6	152.1	25.2	0.031	NA	NA	160m.my5715_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14259.5	1067.1	0.000	0.000	0.012	0.928	64029	37.2	0.054	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5716_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14575.0	1070.5	0.000	0.000	0.012	0.924	62729	36.8	0.053	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5717_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	13931.5	1059.8	0.000	0.000	0.012	0.929	62530	37.4	0.054	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5718_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14011.4	1062.5	0.000	0.000	0.012	0.924	62722	37.2	0.053	5	23.6	152.1	25.2	0.031	NA	NA	160m.my5719_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	14151.9	1061.4	0.000	0.000	0.012	0.930	60088	36.5	0.051	5	23.6	152.1	25.1	0.031	NA	NA	160m.my5720_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14476.9	1069.6	0.000	0.000	0.012	0.924	63345	36.4	0.053	5	23.6	152.1	25.3	0.026	NA	NA	160m.my5721_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	13988.4	1061.3	0.000	0.000	0.012	0.923	62534	37.2	0.053	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5722_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14269.2	1065.6	0.000	0.000	0.012	0.927	65513	37.0	0.056	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5723_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14142.2	1065.9	0.000	0.000	0.012	0.927	60802	37.3	0.052	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5724_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	14128.7	1062.7	0.000	0.000	0.012	0.931	61088	37.3	0.052	5	23.6	152.1	24.8	0.031	NA	NA	160m.my5725_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14321.0	1066.3	0.000	0.000	0.012	0.928	61118	36.7	0.052	5	23.6	152.1	25.2	0.031	NA	NA	160m.my5726_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14273.9	1063.8	0.000	0.000	0.012	0.925	60607	36.8	0.051	5	23.6	152.1	24.8	0.031	NA	NA	160m.my5727_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	14204.4	1062.4	0.000	0.000	0.012	0.931	65405	36.9	0.056	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5728_rel.cy10a22_gcp_c2s30
1081757	0	0	0.0	12848.0	985.5	0.000	0.000	0.012	0.933	61018	35.5	0.056	5	23.6	152.1	24.5	0.031	NA	NA	160m.my5729_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14471.2	1068.7	0.000	0.000	0.012	0.923	63100	36.9	0.053	5	23.6	152.1	25.4	0.031	NA	NA	160m.my5730_rel.cy10a22_gcp_c2s30
1104138	0	0	0.0	13581.0	995.3	0.000	0.000	0.012	0.923	63863	34.0	0.058	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5731_rel.cy10a22_gcp_c2s30
1135461	0	0	0.0	13600.8	1023.7	0.000	0.000	0.012	0.923	63142	36.5	0.056	5	23.6	152.1	24.5	0.031	NA	NA	160m.my5732_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14217.6	1064.2	0.000	0.000	0.012	0.926	63633	37.4	0.054	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5733_rel.cy10a22_gcp_c2s30
1151798	0	0	0.0	13677.9	1052.9	0.000	0.000	0.012	0.936	60963	37.7	0.053	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5734_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13812.0	1056.7	0.000	0.000	0.012	0.933	63448	37.7	0.055	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5735_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13882.9	1059.1	0.000	0.000	0.012	0.935	60665	37.7	0.052	5	23.6	152.1	25.0	0.032	NA	NA	160m.my5736_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13806.6	1055.5	0.000	0.000	0.012	0.932	60815	37.9	0.052	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5737_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	13878.2	1058.4	0.000	0.000	0.012	0.927	61891	37.8	0.053	5	23.6	152.1	24.9	0.032	NA	NA	160m.my5738_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13672.1	1053.6	0.000	0.000	0.012	0.930	60706	38.4	0.052	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5739_rel.cy10a22_gcp_c2s30
1135461	0	0	0.0	13807.6	1026.9	0.000	0.000	0.012	0.926	61439	36.5	0.054	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5740_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13772.6	1054.3	0.000	0.000	0.012	0.931	62685	37.8	0.054	5	23.6	152.1	24.5	0.031	NA	NA	160m.my5741_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	13942.2	1058.5	0.000	0.000	0.012	0.928	59808	37.4	0.051	5	23.6	152.1	24.7	0.031	NA	NA	160m.my5742_rel.cy10a22_gcp_c2s30
1151798	0	0	0.0	13324.8	1049.8	0.000	0.000	0.012	0.933	59741	36.8	0.052	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5743_rel.cy10a22_gcp_c2s30

l.i1

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

Average throughput:

Image

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3079.27020.2490.1030.0510.3270.582
my5711_rel.cy10a22_gcp_c2s3079.30520.2090.1100.0510.3260.515
my5712_rel.cy10a22_gcp_c2s3076.35023.1480.1080.0490.3460.519
my5713_rel.cy10a22_gcp_c2s3081.47318.1260.1090.1240.1690.488
my5714_rel.cy10a22_gcp_c2s3080.86618.7270.1050.1260.1760.518
my5715_rel.cy10a22_gcp_c2s3081.33418.2650.1020.1250.1750.723
my5716_rel.cy10a22_gcp_c2s3081.04118.5490.1090.1270.1730.854
my5717_rel.cy10a22_gcp_c2s3081.13518.4580.1110.1240.1710.543
my5718_rel.cy10a22_gcp_c2s3081.33118.2600.1090.1260.1740.582
my5719_rel.cy10a22_gcp_c2s3081.71717.8770.1070.1270.1720.499
my5720_rel.cy10a22_gcp_c2s3080.78518.8100.1030.1250.1760.774
my5721_rel.cy10a22_gcp_c2s3080.83718.7600.1050.1240.1730.680
my5722_rel.cy10a22_gcp_c2s3080.90618.6890.1080.1230.1750.583
my5723_rel.cy10a22_gcp_c2s3080.96618.6310.1050.1270.1710.549
my5724_rel.cy10a22_gcp_c2s3080.73918.8430.1070.1190.1920.533
my5725_rel.cy10a22_gcp_c2s3081.29418.2940.1100.1210.1810.373
my5726_rel.cy10a22_gcp_c2s3080.53519.0550.1110.1260.1730.534
my5727_rel.cy10a22_gcp_c2s3080.26719.3200.1090.1260.1780.471
my5728_rel.cy10a22_gcp_c2s3080.68518.8920.1170.1290.1780.752
my5729_rel.cy10a22_gcp_c2s3080.93818.6550.1080.1270.1720.452
my5730_rel.cy10a22_gcp_c2s3081.14318.4450.1140.1290.1700.688
my5731_rel.cy10a22_gcp_c2s3081.00918.5790.1080.1250.1790.527
my5732_rel.cy10a22_gcp_c2s3081.21518.3570.1110.1310.1850.433
my5733_rel.cy10a22_gcp_c2s3080.48319.1030.1000.1310.1820.418
my5734_rel.cy10a22_gcp_c2s3081.57917.9910.1070.1200.2030.625
my5735_rel.cy10a22_gcp_c2s3082.04017.5230.1110.1210.2050.462
my5736_rel.cy10a22_gcp_c2s3079.26720.3170.1110.1190.1850.489
my5737_rel.cy10a22_gcp_c2s3081.25618.3220.1010.1230.1980.469
my5738_rel.cy10a22_gcp_c2s3080.34919.2430.1090.1230.1760.526
my5739_rel.cy10a22_gcp_c2s3080.53719.0520.1070.1270.1760.389
my5740_rel.cy10a22_gcp_c2s3081.15618.3900.1160.1200.2170.492
my5741_rel.cy10a22_gcp_c2s3080.78618.7690.1080.1330.2040.332
my5742_rel.cy10a22_gcp_c2s3081.41718.1500.1070.1250.2010.519
my5743_rel.cy10a22_gcp_c2s3080.86618.6870.1120.1250.2090.433

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
my5710_rel.cy10a22_gcp_c2s300.00183.77915.7650.0790.0760.3010.433
my5711_rel.cy10a22_gcp_c2s300.00183.75115.7890.0850.0730.3020.517
my5712_rel.cy10a22_gcp_c2s300.00181.10318.4220.0820.0720.3210.481
my5713_rel.cy10a22_gcp_c2s300.00185.83513.7890.0860.1700.1200.446
my5714_rel.cy10a22_gcp_c2s300.00185.36214.2540.0840.1770.1230.464
my5715_rel.cy10a22_gcp_c2s300.00185.72113.9000.0800.1710.1270.289
my5716_rel.cy10a22_gcp_c2s300.00185.49714.1170.0870.1740.1240.325
my5717_rel.cy10a22_gcp_c2s300.00185.72813.8920.0870.1740.1190.541
my5718_rel.cy10a22_gcp_c2s300.00185.76713.8470.0870.1710.1270.594
my5719_rel.cy10a22_gcp_c2s300.00185.99513.6220.0860.1710.1250.441
my5720_rel.cy10a22_gcp_c2s300.00185.32014.2990.0820.1730.1260.414
my5721_rel.cy10a22_gcp_c2s300.00185.59214.0280.0830.1780.1180.376
my5722_rel.cy10a22_gcp_c2s300.00185.59614.0220.0870.1720.1220.433
my5723_rel.cy10a22_gcp_c2s300.00185.57914.0430.0810.1750.1200.362
my5724_rel.cy10a22_gcp_c2s300.00185.45314.1530.0850.1720.1360.489
my5725_rel.cy10a22_gcp_c2s300.00185.95613.6590.0850.1760.1230.343
my5726_rel.cy10a22_gcp_c2s300.00185.47014.1460.0880.1740.1220.449
my5727_rel.cy10a22_gcp_c2s300.00185.19614.4150.0860.1750.1260.348
my5728_rel.cy10a22_gcp_c2s300.00185.41514.1880.0920.1780.1260.467
my5729_rel.cy10a22_gcp_c2s300.00185.66513.9530.0850.1750.1210.448
my5730_rel.cy10a22_gcp_c2s300.00185.78913.8250.0890.1770.1190.561
my5731_rel.cy10a22_gcp_c2s300.00185.67313.9400.0840.1770.1240.529
my5732_rel.cy10a22_gcp_c2s300.00185.63913.9610.0860.1790.1350.430
my5733_rel.cy10a22_gcp_c2s30nonzero85.02014.5870.0820.1800.1300.412
my5734_rel.cy10a22_gcp_c2s300.00186.05913.5360.0840.1800.1400.606
my5735_rel.cy10a22_gcp_c2s300.00186.32813.2600.0880.1750.1480.429
my5736_rel.cy10a22_gcp_c2s300.00184.00315.6060.0870.1680.1340.439
my5737_rel.cy10a22_gcp_c2s30nonzero85.87213.7300.0800.1760.1420.467
my5738_rel.cy10a22_gcp_c2s30nonzero85.11914.4960.0880.1720.1240.512
my5739_rel.cy10a22_gcp_c2s30nonzero85.11814.4970.0840.1730.1280.387
my5740_rel.cy10a22_gcp_c2s30nonzero85.77713.7980.0900.1800.1550.492
my5741_rel.cy10a22_gcp_c2s300.00185.49314.0880.0840.1890.1450.302
my5742_rel.cy10a22_gcp_c2s300.00186.06713.5250.0840.1780.1450.520
my5743_rel.cy10a22_gcp_c2s300.00185.65113.9320.0870.1810.1490.427

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
94742	0	0	0.0	5060.3	197.4	0.000	0.000	0.053	2.134	52741	78.2	0.557	124	37.1	166.0	43.9	0.582	14889	150	160m.my5710_rel.cy10a22_gcp_c2s30
94809	0	0	0.0	5055.9	197.2	0.000	0.000	0.053	2.129	52741	78.2	0.556	124	37.1	166.0	43.9	0.515	14934	150	160m.my5711_rel.cy10a22_gcp_c2s30
90590	0	0	0.0	4897.8	190.5	0.000	0.000	0.054	2.153	49297	78.7	0.544	130	37.1	166.0	43.9	0.519	14384	150	160m.my5712_rel.cy10a22_gcp_c2s30
102590	0	0	0.0	5314.9	209.2	0.000	0.000	0.052	2.088	46826	80.0	0.456	117	37.1	166.0	43.9	0.488	15390	150	160m.my5713_rel.cy10a22_gcp_c2s30
101227	0	0	0.0	5272.5	207.3	0.000	0.000	0.052	2.097	46435	80.0	0.459	119	37.1	165.9	43.9	0.518	15333	150	160m.my5714_rel.cy10a22_gcp_c2s30
101820	0	0	0.0	5287.0	208.1	0.000	0.000	0.052	2.093	46721	79.9	0.459	118	37.1	166.0	43.9	0.723	15383	150	160m.my5715_rel.cy10a22_gcp_c2s30
101291	0	0	0.0	5268.4	207.3	0.000	0.000	0.052	2.096	46490	79.9	0.459	118	37.1	166.0	43.9	0.854	15483	150	160m.my5716_rel.cy10a22_gcp_c2s30
101911	0	0	0.0	5275.9	207.7	0.000	0.000	0.052	2.087	46344	80.0	0.455	118	37.1	166.0	43.9	0.543	15335	150	160m.my5717_rel.cy10a22_gcp_c2s30
101794	0	0	0.0	5274.2	207.7	0.000	0.000	0.052	2.089	46464	79.8	0.456	118	37.2	166.0	43.9	0.582	15433	150	160m.my5718_rel.cy10a22_gcp_c2s30
102590	0	0	0.0	5307.1	209.1	0.000	0.000	0.052	2.087	46771	79.8	0.456	117	37.1	166.0	43.9	0.499	15539	150	160m.my5719_rel.cy10a22_gcp_c2s30
101150	0	0	0.0	5265.6	207.0	0.000	0.000	0.052	2.096	46316	79.9	0.458	118	37.1	165.9	43.9	0.774	15292	150	160m.my5720_rel.cy10a22_gcp_c2s30
101394	0	0	0.0	5270.6	207.3	0.000	0.000	0.052	2.094	46434	79.9	0.458	118	37.1	166.0	43.9	0.680	15283	150	160m.my5721_rel.cy10a22_gcp_c2s30
101433	0	0	0.0	5262.3	207.2	0.000	0.000	0.052	2.091	46332	80.0	0.457	118	37.1	166.0	43.9	0.583	15336	150	160m.my5722_rel.cy10a22_gcp_c2s30
101600	0	0	0.0	5281.7	207.9	0.000	0.000	0.052	2.095	46635	80.0	0.459	118	37.1	165.9	43.9	0.549	15383	150	160m.my5723_rel.cy10a22_gcp_c2s30
100439	0	0	0.0	5231.1	205.7	0.000	0.000	0.052	2.097	46204	79.7	0.460	119	37.1	166.0	43.9	0.533	15283	150	160m.my5724_rel.cy10a22_gcp_c2s30
101691	0	0	0.0	5277.5	207.5	0.000	0.000	0.052	2.090	46611	79.8	0.458	118	37.1	165.9	43.9	0.373	15333	150	160m.my5725_rel.cy10a22_gcp_c2s30
100768	0	0	0.0	5258.6	206.7	0.000	0.000	0.052	2.101	46288	80.0	0.459	119	37.1	166.0	43.9	0.534	15233	150	160m.my5726_rel.cy10a22_gcp_c2s30
100301	0	0	0.0	5257.3	206.3	0.000	0.000	0.052	2.106	46152	79.9	0.460	119	37.1	166.0	43.9	0.471	15189	150	160m.my5727_rel.cy10a22_gcp_c2s30
100642	0	0	0.0	5243.8	206.2	0.000	0.000	0.052	2.098	46198	79.8	0.459	119	37.1	166.0	43.9	0.752	15283	150	160m.my5728_rel.cy10a22_gcp_c2s30
101368	0	0	0.0	5271.1	207.3	0.000	0.000	0.052	2.094	46384	79.9	0.458	118	37.1	166.0	43.9	0.452	15333	150	160m.my5729_rel.cy10a22_gcp_c2s30
101652	0	0	0.0	5275.5	207.6	0.000	0.000	0.052	2.091	46540	79.9	0.458	118	37.1	166.0	43.9	0.688	15334	150	160m.my5730_rel.cy10a22_gcp_c2s30
100908	0	0	0.0	5251.7	206.5	0.000	0.000	0.052	2.095	46362	79.8	0.459	119	37.1	166.0	43.9	0.527	15339	150	160m.my5731_rel.cy10a22_gcp_c2s30
100718	0	0	0.0	5257.3	206.7	0.000	0.000	0.052	2.102	46288	79.5	0.460	118	37.1	166.0	43.9	0.433	15435	150	160m.my5732_rel.cy10a22_gcp_c2s30
100088	0	0	0.0	5239.3	205.7	0.000	0.000	0.052	2.105	45751	79.8	0.457	120	37.1	166.0	43.9	0.418	15283	150	160m.my5733_rel.cy10a22_gcp_c2s30
100604	0	0	0.0	5252.7	206.4	0.000	0.000	0.052	2.100	46769	79.4	0.465	118	37.1	166.0	43.9	0.625	15394	150	160m.my5734_rel.cy10a22_gcp_c2s30
100718	0	0	0.0	5260.6	206.6	0.000	0.000	0.052	2.101	46986	79.2	0.467	118	37.1	166.0	43.9	0.462	15533	150	160m.my5735_rel.cy10a22_gcp_c2s30
99206	0	0	0.0	5232.2	205.1	0.000	0.000	0.053	2.117	45798	80.1	0.462	121	37.1	166.0	43.9	0.489	14984	150	160m.my5736_rel.cy10a22_gcp_c2s30
100100	0	0	0.0	5244.9	205.9	0.000	0.000	0.052	2.107	46610	79.4	0.466	119	37.1	166.0	43.9	0.469	15383	150	160m.my5737_rel.cy10a22_gcp_c2s30
100667	0	0	0.0	5251.9	206.5	0.000	0.000	0.052	2.100	46213	80.0	0.459	119	37.1	166.0	43.9	0.526	15183	150	160m.my5738_rel.cy10a22_gcp_c2s30
100781	0	0	0.0	5261.6	206.9	0.000	0.000	0.052	2.102	46306	80.0	0.459	119	37.1	166.0	43.9	0.389	15237	150	160m.my5739_rel.cy10a22_gcp_c2s30
99047	0	0	0.0	5212.8	204.4	0.000	0.000	0.053	2.113	46325	79.2	0.468	120	37.1	166.0	43.9	0.492	15383	150	160m.my5740_rel.cy10a22_gcp_c2s30
98790	0	0	0.0	5204.7	204.0	0.000	0.000	0.053	2.114	46075	79.2	0.466	120	37.1	166.0	43.9	0.332	15283	150	160m.my5741_rel.cy10a22_gcp_c2s30
99925	0	0	0.0	5231.8	205.6	0.000	0.000	0.052	2.107	46493	79.3	0.465	119	37.1	166.0	43.9	0.519	15383	150	160m.my5742_rel.cy10a22_gcp_c2s30
98998	0	0	0.0	5216.2	204.3	0.000	0.000	0.053	2.113	46239	79.3	0.467	120	37.1	166.0	43.9	0.433	15233	150	160m.my5743_rel.cy10a22_gcp_c2s30

q100.1

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

Average throughput:

Image

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3099.8970.1000.003nonzerononzero0.023
my5711_rel.cy10a22_gcp_c2s3099.9000.0970.003nonzerononzerononzero0.112
my5712_rel.cy10a22_gcp_c2s3099.8930.1040.003nonzerononzero0.044
my5713_rel.cy10a22_gcp_c2s3099.8860.1110.003nonzerononzero0.025
my5714_rel.cy10a22_gcp_c2s3099.8870.1100.003nonzerononzero0.024
my5715_rel.cy10a22_gcp_c2s3099.8850.1120.002nonzerononzero0.027
my5716_rel.cy10a22_gcp_c2s3099.8850.1130.002nonzerononzero0.033
my5717_rel.cy10a22_gcp_c2s3099.8860.1110.003nonzerononzero0.031
my5718_rel.cy10a22_gcp_c2s3099.8880.1100.003nonzerononzero0.019
my5719_rel.cy10a22_gcp_c2s3099.8930.1050.002nonzerononzero0.023
my5720_rel.cy10a22_gcp_c2s3099.8870.1110.002nonzerononzero0.024
my5721_rel.cy10a22_gcp_c2s3099.8890.1080.003nonzerononzero0.027
my5722_rel.cy10a22_gcp_c2s3099.8940.1030.002nonzerononzero0.036
my5723_rel.cy10a22_gcp_c2s3099.8890.1080.003nonzerononzero0.033
my5724_rel.cy10a22_gcp_c2s3099.8920.1060.002nonzerononzero0.034
my5725_rel.cy10a22_gcp_c2s3099.8840.1130.003nonzerononzero0.033
my5726_rel.cy10a22_gcp_c2s3099.8920.1060.002nonzerononzero0.041
my5727_rel.cy10a22_gcp_c2s3099.8820.1160.002nonzerononzero0.039
my5728_rel.cy10a22_gcp_c2s3099.8860.1110.003nonzerononzero0.030
my5729_rel.cy10a22_gcp_c2s3099.8920.1050.003nonzerononzero0.040
my5730_rel.cy10a22_gcp_c2s3099.8790.1190.002nonzerononzero0.020
my5731_rel.cy10a22_gcp_c2s3099.9080.0890.002nonzerononzero0.035
my5732_rel.cy10a22_gcp_c2s3099.9060.0920.003nonzerononzero0.040
my5733_rel.cy10a22_gcp_c2s3099.9110.0870.002nonzerononzero0.017
my5734_rel.cy10a22_gcp_c2s3099.8990.0990.002nonzerononzero0.032
my5735_rel.cy10a22_gcp_c2s3099.9030.0950.002nonzerononzero0.028
my5736_rel.cy10a22_gcp_c2s3099.9000.0980.002nonzerononzero0.032
my5737_rel.cy10a22_gcp_c2s3099.8980.0990.002nonzerononzero0.017
my5738_rel.cy10a22_gcp_c2s3099.9070.0910.002nonzerononzero0.028
my5739_rel.cy10a22_gcp_c2s3099.8950.1030.002nonzerononzero0.016
my5740_rel.cy10a22_gcp_c2s3099.8980.1000.002nonzerononzero0.037
my5741_rel.cy10a22_gcp_c2s3099.9030.0950.002nonzerononzero0.024
my5742_rel.cy10a22_gcp_c2s3099.9010.0970.002nonzerononzero0.029
my5743_rel.cy10a22_gcp_c2s3099.9000.0970.002nonzerononzero0.016

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3098.0171.9480.0350.022
my5711_rel.cy10a22_gcp_c2s3098.9930.9900.0170.058
my5712_rel.cy10a22_gcp_c2s3098.3991.5870.0140.031
my5713_rel.cy10a22_gcp_c2s3098.6881.2920.0210.021
my5714_rel.cy10a22_gcp_c2s3098.9101.0900.013
my5715_rel.cy10a22_gcp_c2s3099.5280.4720.015
my5716_rel.cy10a22_gcp_c2s3099.1150.8820.0030.017
my5717_rel.cy10a22_gcp_c2s3098.8611.1390.015
my5718_rel.cy10a22_gcp_c2s3099.3160.6770.0070.018
my5719_rel.cy10a22_gcp_c2s3098.7671.2260.0070.025
my5720_rel.cy10a22_gcp_c2s3099.0310.9690.013
my5721_rel.cy10a22_gcp_c2s3099.2400.7530.0070.021
my5722_rel.cy10a22_gcp_c2s3099.2150.7810.0030.018
my5723_rel.cy10a22_gcp_c2s3098.6941.3020.0030.023
my5724_rel.cy10a22_gcp_c2s3099.4240.5760.009
my5725_rel.cy10a22_gcp_c2s3099.1110.8850.0030.026
my5726_rel.cy10a22_gcp_c2s3099.4970.5000.0030.021
my5727_rel.cy10a22_gcp_c2s3099.3090.6840.0070.022
my5728_rel.cy10a22_gcp_c2s3098.9691.0140.0170.022
my5729_rel.cy10a22_gcp_c2s3099.1700.8190.0100.017
my5730_rel.cy10a22_gcp_c2s3099.2330.7640.0030.018
my5731_rel.cy10a22_gcp_c2s3099.7740.2260.012
my5732_rel.cy10a22_gcp_c2s3099.4440.5350.0210.024
my5733_rel.cy10a22_gcp_c2s3099.6150.3820.0030.020
my5734_rel.cy10a22_gcp_c2s3099.5450.4510.0030.016
my5735_rel.cy10a22_gcp_c2s3099.7010.2990.011
my5736_rel.cy10a22_gcp_c2s3099.5660.4200.0140.019
my5737_rel.cy10a22_gcp_c2s3099.5310.4690.014
my5738_rel.cy10a22_gcp_c2s3099.5450.4480.0070.020
my5739_rel.cy10a22_gcp_c2s3099.5490.4480.0030.016
my5740_rel.cy10a22_gcp_c2s3099.5450.4550.014
my5741_rel.cy10a22_gcp_c2s3099.4690.5280.0030.018
my5742_rel.cy10a22_gcp_c2s3099.5760.4130.0100.022
my5743_rel.cy10a22_gcp_c2s3099.3820.6150.0030.018

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3099.3160.6630.0210.027
my5711_rel.cy10a22_gcp_c2s3099.7150.2780.0070.035
my5712_rel.cy10a22_gcp_c2s3099.5830.4130.0030.020
my5713_rel.cy10a22_gcp_c2s300.00399.4310.5590.0070.021
my5714_rel.cy10a22_gcp_c2s3099.7260.2710.0030.027
my5715_rel.cy10a22_gcp_c2s3099.8990.1010.008
my5716_rel.cy10a22_gcp_c2s3099.7120.2880.013
my5717_rel.cy10a22_gcp_c2s3099.6250.3750.013
my5718_rel.cy10a22_gcp_c2s3099.8090.1910.015
my5719_rel.cy10a22_gcp_c2s3099.4690.5280.0030.025
my5720_rel.cy10a22_gcp_c2s3099.7470.2470.0070.029
my5721_rel.cy10a22_gcp_c2s3099.8090.1880.0030.019
my5722_rel.cy10a22_gcp_c2s3099.7190.2740.0070.020
my5723_rel.cy10a22_gcp_c2s3099.5660.4270.0070.019
my5724_rel.cy10a22_gcp_c2s3099.9060.0940.007
my5725_rel.cy10a22_gcp_c2s3099.7950.2050.015
my5726_rel.cy10a22_gcp_c2s3099.8650.1350.011
my5727_rel.cy10a22_gcp_c2s3099.8190.1810.012
my5728_rel.cy10a22_gcp_c2s3099.6630.3260.0100.022
my5729_rel.cy10a22_gcp_c2s3099.7430.2530.0030.016
my5730_rel.cy10a22_gcp_c2s3099.7190.2810.013
my5731_rel.cy10a22_gcp_c2s3099.8890.1110.015
my5732_rel.cy10a22_gcp_c2s3099.5970.4030.015
my5733_rel.cy10a22_gcp_c2s3099.7810.2190.014
my5734_rel.cy10a22_gcp_c2s3099.8190.1810.011
my5735_rel.cy10a22_gcp_c2s3099.9130.0870.011
my5736_rel.cy10a22_gcp_c2s3099.7360.2640.015
my5737_rel.cy10a22_gcp_c2s3099.7880.2080.0030.020
my5738_rel.cy10a22_gcp_c2s3099.7190.2780.0030.017
my5739_rel.cy10a22_gcp_c2s3099.7570.2430.012
my5740_rel.cy10a22_gcp_c2s3099.7330.2670.011
my5741_rel.cy10a22_gcp_c2s3099.7330.2670.015
my5742_rel.cy10a22_gcp_c2s3099.7430.2570.009
my5743_rel.cy10a22_gcp_c2s3099.7150.2810.0030.018

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
796	68964	0	0.0	648.2	20.4	0.000	0.000	0.815	26.254	262519	55.3	3.807	120	37.1	166.0	43.8	0.023	8758	7032	160m.my5710_rel.cy10a22_gcp_c2s30
796	69266	0	0.0	640.4	20.1	0.000	0.000	0.805	25.914	264112	55.2	3.813	120	37.1	166.0	43.9	0.112	8774	7064	160m.my5711_rel.cy10a22_gcp_c2s30
796	68004	0	0.0	628.3	19.7	0.000	0.000	0.790	25.423	259400	55.2	3.814	122	37.1	166.0	43.8	0.044	8630	6824	160m.my5712_rel.cy10a22_gcp_c2s30
796	67472	0	0.0	656.8	20.6	0.000	0.000	0.825	26.554	257237	55.3	3.812	123	37.1	166.0	43.9	0.025	8551	6792	160m.my5713_rel.cy10a22_gcp_c2s30
796	67893	0	0.0	655.5	20.6	0.000	0.000	0.824	26.569	258734	55.3	3.811	122	37.1	165.9	43.8	0.024	8618	6792	160m.my5714_rel.cy10a22_gcp_c2s30
796	67668	0	0.0	648.8	20.4	0.000	0.000	0.816	26.281	258251	55.2	3.816	122	37.1	166.0	43.8	0.027	8618	6713	160m.my5715_rel.cy10a22_gcp_c2s30
796	67632	0	0.0	639.9	20.1	0.000	0.000	0.804	25.845	258071	55.2	3.816	122	37.1	166.0	43.9	0.033	8570	6795	160m.my5716_rel.cy10a22_gcp_c2s30
796	67637	0	0.0	655.4	20.6	0.000	0.000	0.824	26.570	257800	55.3	3.812	123	37.1	166.0	43.8	0.031	8583	6777	160m.my5717_rel.cy10a22_gcp_c2s30
796	67852	0	0.0	640.5	20.1	0.000	0.000	0.805	25.900	258981	55.1	3.817	122	37.2	166.0	43.9	0.019	8647	6840	160m.my5718_rel.cy10a22_gcp_c2s30
796	68258	0	0.0	655.0	20.6	0.000	0.000	0.823	26.541	260088	55.3	3.810	122	37.1	166.0	43.8	0.023	8647	6856	160m.my5719_rel.cy10a22_gcp_c2s30
796	67923	0	0.0	650.9	20.5	0.000	0.000	0.818	26.331	259525	55.3	3.821	122	37.1	165.9	43.8	0.024	8599	6793	160m.my5720_rel.cy10a22_gcp_c2s30
796	67997	0	0.0	632.8	19.9	0.000	0.000	0.796	25.558	259541	55.2	3.817	122	37.1	166.0	43.8	0.027	8614	6840	160m.my5721_rel.cy10a22_gcp_c2s30
796	68131	0	0.0	629.2	19.7	0.000	0.000	0.791	25.363	260411	55.0	3.822	121	37.1	166.0	43.8	0.036	8657	6827	160m.my5722_rel.cy10a22_gcp_c2s30
796	67772	0	0.0	662.2	20.9	0.000	0.000	0.832	26.929	258110	55.5	3.809	123	37.1	165.9	43.8	0.033	8602	6777	160m.my5723_rel.cy10a22_gcp_c2s30
796	68276	0	0.0	635.3	19.9	0.000	0.000	0.799	25.647	260805	55.3	3.820	121	37.1	166.0	43.8	0.034	8650	6888	160m.my5724_rel.cy10a22_gcp_c2s30
796	67954	0	0.0	664.9	21.0	0.000	0.000	0.836	26.997	258890	55.4	3.810	122	37.1	165.9	43.8	0.033	8599	6715	160m.my5725_rel.cy10a22_gcp_c2s30
796	67777	0	0.0	631.3	19.8	0.000	0.000	0.794	25.456	259041	55.0	3.822	122	37.1	166.0	43.8	0.041	8599	6859	160m.my5726_rel.cy10a22_gcp_c2s30
796	67646	0	0.0	618.5	19.4	0.000	0.000	0.778	24.948	258613	54.9	3.823	122	37.1	166.0	43.8	0.039	8583	6888	160m.my5727_rel.cy10a22_gcp_c2s30
796	67688	0	0.0	635.3	19.9	0.000	0.000	0.799	25.672	258228	55.2	3.815	122	37.1	166.0	43.8	0.030	8583	6824	160m.my5728_rel.cy10a22_gcp_c2s30
796	67973	0	0.0	651.1	20.5	0.000	0.000	0.818	26.367	259138	55.3	3.812	122	37.1	166.0	43.8	0.040	8615	6888	160m.my5729_rel.cy10a22_gcp_c2s30
796	67427	0	0.0	645.1	20.3	0.000	0.000	0.811	26.078	257309	55.3	3.816	123	37.1	166.0	43.8	0.020	8570	6841	160m.my5730_rel.cy10a22_gcp_c2s30
796	67963	0	0.0	617.9	19.3	0.000	0.000	0.777	24.851	259525	55.1	3.819	122	37.1	166.0	43.8	0.035	8583	6792	160m.my5731_rel.cy10a22_gcp_c2s30
796	67526	0	0.0	641.8	20.2	0.000	0.000	0.807	25.981	257305	55.3	3.810	123	37.1	166.0	43.8	0.040	8583	6699	160m.my5732_rel.cy10a22_gcp_c2s30
796	67393	0	0.0	629.7	19.7	0.000	0.000	0.792	25.396	257078	55.1	3.815	123	37.1	166.0	43.8	0.017	8583	6761	160m.my5733_rel.cy10a22_gcp_c2s30
796	66775	0	0.0	653.4	20.6	0.000	0.000	0.821	26.515	254326	55.3	3.809	124	37.1	166.0	43.8	0.032	8471	6633	160m.my5734_rel.cy10a22_gcp_c2s30
796	66995	0	0.0	645.6	20.3	0.000	0.000	0.812	26.128	255532	55.3	3.814	124	37.1	166.0	43.8	0.028	8503	6713	160m.my5735_rel.cy10a22_gcp_c2s30
796	66984	0	0.0	626.2	19.6	0.000	0.000	0.787	25.210	255747	55.2	3.818	124	37.1	166.0	43.8	0.032	8506	6651	160m.my5736_rel.cy10a22_gcp_c2s30
796	66623	0	0.0	635.4	19.9	0.000	0.000	0.799	25.646	254260	55.3	3.816	125	37.1	166.0	43.8	0.017	8455	6665	160m.my5737_rel.cy10a22_gcp_c2s30
796	67084	0	0.0	641.7	20.2	0.000	0.000	0.807	25.962	255853	55.2	3.814	123	37.1	166.0	43.8	0.028	8503	6617	160m.my5738_rel.cy10a22_gcp_c2s30
796	66396	0	0.0	632.0	19.8	0.000	0.000	0.794	25.546	253294	55.2	3.815	125	37.1	166.0	43.8	0.016	8375	6585	160m.my5739_rel.cy10a22_gcp_c2s30
796	66586	0	0.0	650.9	20.5	0.000	0.000	0.818	26.359	253625	55.4	3.809	125	37.1	166.0	43.8	0.037	8486	6586	160m.my5740_rel.cy10a22_gcp_c2s30
796	67107	0	0.0	654.5	20.6	0.000	0.000	0.823	26.530	255470	55.3	3.807	124	37.1	166.0	43.8	0.024	8519	6601	160m.my5741_rel.cy10a22_gcp_c2s30
796	66832	0	0.0	628.8	19.7	0.000	0.000	0.790	25.368	255082	55.1	3.817	124	37.1	166.0	43.9	0.029	8455	6635	160m.my5742_rel.cy10a22_gcp_c2s30
796	66786	0	0.0	659.9	20.8	0.000	0.000	0.830	26.759	254262	55.3	3.807	124	37.1	166.0	43.9	0.016	8487	6524	160m.my5743_rel.cy10a22_gcp_c2s30

q500.1

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

Average throughput:

Image

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3099.8550.1270.0160.001nonzero0.025
my5711_rel.cy10a22_gcp_c2s3099.8530.1310.0160.001nonzero0.017
my5712_rel.cy10a22_gcp_c2s3099.8580.1250.0160.001nonzero0.021
my5713_rel.cy10a22_gcp_c2s3099.8560.1290.0140.001nonzero0.020
my5714_rel.cy10a22_gcp_c2s3099.8480.1360.0150.001nonzero0.021
my5715_rel.cy10a22_gcp_c2s3099.8400.1450.0150.001nonzero0.020
my5716_rel.cy10a22_gcp_c2s3099.8310.1530.0150.001nonzero0.018
my5717_rel.cy10a22_gcp_c2s3099.8530.1320.0150.001nonzero0.027
my5718_rel.cy10a22_gcp_c2s3099.8460.1380.0140.001nonzero0.017
my5719_rel.cy10a22_gcp_c2s3099.8460.1390.0150.001nonzero0.017
my5720_rel.cy10a22_gcp_c2s3099.8370.1470.0150.001nonzero0.024
my5721_rel.cy10a22_gcp_c2s3099.8460.1380.0150.001nonzero0.021
my5722_rel.cy10a22_gcp_c2s3099.8420.1410.0150.001nonzero0.026
my5723_rel.cy10a22_gcp_c2s3099.8510.1340.0150.001nonzero0.018
my5724_rel.cy10a22_gcp_c2s3099.8440.1410.0150.001nonzero0.018
my5725_rel.cy10a22_gcp_c2s3099.8480.1360.0150.001nonzero0.022
my5726_rel.cy10a22_gcp_c2s3099.8580.1260.0150.001nonzero0.016
my5727_rel.cy10a22_gcp_c2s3099.8460.1370.0150.001nonzero0.022
my5728_rel.cy10a22_gcp_c2s3099.8420.1420.0150.001nonzero0.019
my5729_rel.cy10a22_gcp_c2s3099.8350.1490.0160.001nonzero0.018
my5730_rel.cy10a22_gcp_c2s3099.8390.1450.0150.001nonzero0.026
my5731_rel.cy10a22_gcp_c2s3099.8780.1130.008nonzerononzero0.020
my5732_rel.cy10a22_gcp_c2s3099.8670.1240.008nonzerononzero0.019
my5733_rel.cy10a22_gcp_c2s3099.8760.1150.0080.001nonzero0.018
my5734_rel.cy10a22_gcp_c2s3099.8700.1210.0090.001nonzero0.020
my5735_rel.cy10a22_gcp_c2s3099.8660.1250.009nonzerononzero0.020
my5736_rel.cy10a22_gcp_c2s3099.8580.1330.0090.001nonzero0.021
my5737_rel.cy10a22_gcp_c2s3099.8570.1340.0090.001nonzero0.019
my5738_rel.cy10a22_gcp_c2s3099.8680.1230.0080.001nonzerononzero0.084
my5739_rel.cy10a22_gcp_c2s3099.8580.1330.0080.001nonzero0.018
my5740_rel.cy10a22_gcp_c2s3099.8620.1290.0090.001nonzero0.017
my5741_rel.cy10a22_gcp_c2s3099.8650.1260.0080.001nonzero0.019
my5742_rel.cy10a22_gcp_c2s3099.8550.1350.0090.001nonzero0.019
my5743_rel.cy10a22_gcp_c2s3099.8680.1230.009nonzerononzero0.024

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
my5710_rel.cy10a22_gcp_c2s3091.3728.4880.1400.031
my5711_rel.cy10a22_gcp_c2s3092.5377.3670.0960.027
my5712_rel.cy10a22_gcp_c2s3090.6089.2540.1370.034
my5713_rel.cy10a22_gcp_c2s3093.5856.3220.0930.031
my5714_rel.cy10a22_gcp_c2s3093.8176.0870.0960.032
my5715_rel.cy10a22_gcp_c2s3094.7285.2010.0710.028
my5716_rel.cy10a22_gcp_c2s3094.3855.5310.0850.033
my5717_rel.cy10a22_gcp_c2s3093.9725.9540.0740.033
my5718_rel.cy10a22_gcp_c2s3094.1535.7530.0940.032
my5719_rel.cy10a22_gcp_c2s3093.8636.0490.0880.031
my5720_rel.cy10a22_gcp_c2s3094.4735.4690.0580.027
my5721_rel.cy10a22_gcp_c2s3094.1235.8170.0600.030
my5722_rel.cy10a22_gcp_c2s3092.5627.3230.1150.031
my5723_rel.cy10a22_gcp_c2s3094.2205.7010.0780.032
my5724_rel.cy10a22_gcp_c2s3093.6946.2210.0850.042
my5725_rel.cy10a22_gcp_c2s3093.2226.6690.1090.031
my5726_rel.cy10a22_gcp_c2s3093.7926.1270.0810.031
my5727_rel.cy10a22_gcp_c2s3094.0805.8430.0770.034
my5728_rel.cy10a22_gcp_c2s3093.6726.2510.0760.028
my5729_rel.cy10a22_gcp_c2s3093.9635.9540.0830.031
my5730_rel.cy10a22_gcp_c2s3094.0685.8550.0770.028
my5731_rel.cy10a22_gcp_c2s3097.5992.3720.0290.052
my5732_rel.cy10a22_gcp_c2s3097.9152.0610.0240.031
my5733_rel.cy10a22_gcp_c2s3097.1102.8450.0450.027
my5734_rel.cy10a22_gcp_c2s3096.3853.5670.0480.028
my5735_rel.cy10a22_gcp_c2s3097.1692.7890.0420.027
my5736_rel.cy10a22_gcp_c2s3097.4082.5530.0400.025
my5737_rel.cy10a22_gcp_c2s3096.6823.2690.0490.028
my5738_rel.cy10a22_gcp_c2s3096.8973.0630.0400.046
my5739_rel.cy10a22_gcp_c2s3097.1622.8030.0340.026
my5740_rel.cy10a22_gcp_c2s3096.4283.5250.0470.025
my5741_rel.cy10a22_gcp_c2s3097.3642.5990.0370.028
my5742_rel.cy10a22_gcp_c2s3096.9193.0490.0330.031
my5743_rel.cy10a22_gcp_c2s3097.4352.5370.0280.026

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
my5710_rel.cy10a22_gcp_c2s300.00694.4775.4390.0780.027
my5711_rel.cy10a22_gcp_c2s300.01795.1314.7840.0680.030
my5712_rel.cy10a22_gcp_c2s300.00593.5956.2970.1030.028
my5713_rel.cy10a22_gcp_c2s300.01795.5444.3780.0610.028
my5714_rel.cy10a22_gcp_c2s300.00795.7154.2230.0560.027
my5715_rel.cy10a22_gcp_c2s300.00896.5603.3830.0490.026
my5716_rel.cy10a22_gcp_c2s300.02096.1443.7810.0540.025
my5717_rel.cy10a22_gcp_c2s3095.9074.0350.0580.035
my5718_rel.cy10a22_gcp_c2s300.00895.8634.0620.0670.031
my5719_rel.cy10a22_gcp_c2s300.00995.8474.0880.0560.032
my5720_rel.cy10a22_gcp_c2s300.01096.3083.6260.0560.025
my5721_rel.cy10a22_gcp_c2s300.01896.0893.8480.0450.028
my5722_rel.cy10a22_gcp_c2s300.02294.7355.1720.0700.030
my5723_rel.cy10a22_gcp_c2s300.01196.1993.7420.0490.028
my5724_rel.cy10a22_gcp_c2s300.02795.7004.2130.0600.025
my5725_rel.cy10a22_gcp_c2s300.01195.2654.6530.0710.030
my5726_rel.cy10a22_gcp_c2s300.01395.7934.1440.0500.031
my5727_rel.cy10a22_gcp_c2s300.02996.0313.8870.0530.029
my5728_rel.cy10a22_gcp_c2s300.01195.5294.3940.0650.033
my5729_rel.cy10a22_gcp_c2s300.02595.9154.0040.0560.031
my5730_rel.cy10a22_gcp_c2s300.02295.9413.9850.0520.028
my5731_rel.cy10a22_gcp_c2s300.01498.2001.7620.0240.052
my5732_rel.cy10a22_gcp_c2s300.00898.5061.4630.0240.022
my5733_rel.cy10a22_gcp_c2s300.00697.8492.1200.0240.032
my5734_rel.cy10a22_gcp_c2s300.00197.3842.5760.0390.026
my5735_rel.cy10a22_gcp_c2s300.00197.7972.1720.0310.031
my5736_rel.cy10a22_gcp_c2s300.00197.9781.9880.0330.026
my5737_rel.cy10a22_gcp_c2s300.00197.3802.5830.0360.026
my5738_rel.cy10a22_gcp_c2s300.00497.6662.2920.0370.033
my5739_rel.cy10a22_gcp_c2s300.00197.8272.1420.0300.029
my5740_rel.cy10a22_gcp_c2s3097.2572.7070.0360.032
my5741_rel.cy10a22_gcp_c2s300.00197.9472.0260.0260.031
my5742_rel.cy10a22_gcp_c2s300.00297.7682.2020.0280.024
my5743_rel.cy10a22_gcp_c2s3098.1181.8580.0240.026

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
3980	68055	0	0.0	223.4	8.4	0.000	0.000	0.056	2.159	256805	56.4	3.774	124	37.1	166.0	43.8	0.025	8646	8503	160m.my5710_rel.cy10a22_gcp_c2s30
3978	67809	0	0.0	218.2	8.3	0.000	0.000	0.055	2.125	256138	56.5	3.777	125	37.1	166.0	43.8	0.017	8615	8480	160m.my5711_rel.cy10a22_gcp_c2s30
3980	67170	0	0.0	216.6	8.2	0.000	0.000	0.054	2.098	253235	56.6	3.770	126	37.1	166.0	43.8	0.021	8471	8343	160m.my5712_rel.cy10a22_gcp_c2s30
3978	66786	0	0.0	205.6	7.9	0.000	0.000	0.052	2.022	252426	56.4	3.780	127	37.1	166.0	43.8	0.020	8407	8279	160m.my5713_rel.cy10a22_gcp_c2s30
3978	67115	0	0.0	210.8	8.0	0.000	0.000	0.053	2.064	253586	56.5	3.778	126	37.1	165.9	43.8	0.021	8471	8343	160m.my5714_rel.cy10a22_gcp_c2s30
3978	67039	0	0.0	211.2	8.0	0.000	0.000	0.053	2.070	253615	56.4	3.783	126	37.1	166.0	43.8	0.020	8439	8311	160m.my5715_rel.cy10a22_gcp_c2s30
3978	66592	0	0.0	217.0	8.2	0.000	0.000	0.055	2.110	251982	56.6	3.784	127	37.1	166.0	43.8	0.018	8359	8231	160m.my5716_rel.cy10a22_gcp_c2s30
3978	66900	0	0.0	218.6	8.3	0.000	0.000	0.055	2.128	252787	56.4	3.779	126	37.1	166.0	43.8	0.027	8455	8314	160m.my5717_rel.cy10a22_gcp_c2s30
3980	66850	0	0.0	219.5	8.3	0.000	0.000	0.055	2.134	252555	56.5	3.778	127	37.2	166.0	43.8	0.017	8474	8343	160m.my5718_rel.cy10a22_gcp_c2s30
3978	67101	0	0.0	214.2	8.1	0.000	0.000	0.054	2.087	253749	56.4	3.782	126	37.1	166.0	43.8	0.017	8439	8295	160m.my5719_rel.cy10a22_gcp_c2s30
3980	66772	0	0.0	215.6	8.1	0.000	0.000	0.054	2.087	252474	56.4	3.781	127	37.1	165.9	43.8	0.024	8391	8247	160m.my5720_rel.cy10a22_gcp_c2s30
3978	67164	0	0.0	210.9	8.0	0.000	0.000	0.053	2.068	253859	56.5	3.780	126	37.1	166.0	43.8	0.021	8503	8388	160m.my5721_rel.cy10a22_gcp_c2s30
3978	67095	0	0.0	216.0	8.2	0.000	0.000	0.054	2.100	253797	56.5	3.783	126	37.1	166.0	43.8	0.026	8471	8346	160m.my5722_rel.cy10a22_gcp_c2s30
3980	66900	0	0.0	216.7	8.2	0.000	0.000	0.054	2.108	252755	56.6	3.778	127	37.1	165.9	43.8	0.018	8455	8311	160m.my5723_rel.cy10a22_gcp_c2s30
3980	67212	0	0.0	217.0	8.2	0.000	0.000	0.055	2.117	254024	56.6	3.779	126	37.1	166.0	43.8	0.018	8458	8343	160m.my5724_rel.cy10a22_gcp_c2s30
3978	67018	0	0.0	211.0	8.0	0.000	0.000	0.053	2.067	253272	56.4	3.779	126	37.1	165.9	43.7	0.022	8455	8343	160m.my5725_rel.cy10a22_gcp_c2s30
3978	66980	0	0.0	219.8	8.3	0.000	0.000	0.055	2.146	252937	56.4	3.776	126	37.1	166.0	43.8	0.016	8487	8343	160m.my5726_rel.cy10a22_gcp_c2s30
3978	67057	0	0.0	220.0	8.3	0.000	0.000	0.055	2.138	253384	56.4	3.779	126	37.1	166.0	43.7	0.022	8487	8359	160m.my5727_rel.cy10a22_gcp_c2s30
3978	66782	0	0.0	219.4	8.3	0.000	0.000	0.055	2.124	252481	56.6	3.781	127	37.1	166.0	43.8	0.019	8458	8343	160m.my5728_rel.cy10a22_gcp_c2s30
3980	66689	0	0.0	216.1	8.2	0.000	0.000	0.054	2.111	252024	56.5	3.779	127	37.1	166.0	43.8	0.018	8375	8231	160m.my5729_rel.cy10a22_gcp_c2s30
3978	66685	0	0.0	216.6	8.2	0.000	0.000	0.054	2.100	252072	56.6	3.780	127	37.1	166.0	43.7	0.026	8423	8279	160m.my5730_rel.cy10a22_gcp_c2s30
3978	66856	0	0.0	219.4	8.3	0.000	0.000	0.055	2.129	254010	56.4	3.799	127	37.1	166.0	43.8	0.020	8426	8295	160m.my5731_rel.cy10a22_gcp_c2s30
3978	66075	0	0.0	213.8	8.1	0.000	0.000	0.054	2.081	250904	56.4	3.797	128	37.1	166.0	43.8	0.019	8391	8263	160m.my5732_rel.cy10a22_gcp_c2s30
3978	66125	0	0.0	214.2	8.1	0.000	0.000	0.054	2.097	250845	56.4	3.794	128	37.1	166.0	43.8	0.018	8314	8199	160m.my5733_rel.cy10a22_gcp_c2s30
3978	65879	0	0.0	214.6	8.2	0.000	0.000	0.054	2.098	249913	56.4	3.793	128	37.1	166.0	43.7	0.020	8311	8186	160m.my5734_rel.cy10a22_gcp_c2s30
3978	65790	0	0.0	211.6	8.1	0.000	0.000	0.053	2.076	249937	56.6	3.799	129	37.1	166.0	43.7	0.020	8327	8199	160m.my5735_rel.cy10a22_gcp_c2s30
3978	65445	0	0.0	223.4	8.4	0.000	0.000	0.056	2.168	248531	56.5	3.798	129	37.1	166.0	43.8	0.021	8247	8119	160m.my5736_rel.cy10a22_gcp_c2s30
3980	65567	0	0.0	211.8	8.0	0.000	0.000	0.053	2.070	248579	56.5	3.791	129	37.1	166.0	43.8	0.019	8263	8135	160m.my5737_rel.cy10a22_gcp_c2s30
3978	65795	0	0.0	219.5	8.3	0.000	0.000	0.055	2.140	249751	56.4	3.796	129	37.1	166.0	43.8	0.084	8314	8202	160m.my5738_rel.cy10a22_gcp_c2s30
3978	65248	0	0.0	222.1	8.3	0.000	0.000	0.056	2.148	247645	56.5	3.795	130	37.1	166.0	43.7	0.018	8234	8119	160m.my5739_rel.cy10a22_gcp_c2s30
3978	65415	0	0.0	221.1	8.3	0.000	0.000	0.056	2.147	248093	56.5	3.793	130	37.1	166.0	43.7	0.017	8295	8170	160m.my5740_rel.cy10a22_gcp_c2s30
3978	65864	0	0.0	221.1	8.3	0.000	0.000	0.056	2.141	250076	56.4	3.797	128	37.1	166.0	43.8	0.019	8295	8183	160m.my5741_rel.cy10a22_gcp_c2s30
3978	65274	0	0.0	220.0	8.3	0.000	0.000	0.055	2.131	247836	56.5	3.797	130	37.1	166.0	43.8	0.019	8215	8103	160m.my5742_rel.cy10a22_gcp_c2s30
3978	65752	0	0.0	222.3	8.4	0.000	0.000	0.056	2.150	249664	56.5	3.797	129	37.1	166.0	43.8	0.024	8330	8202	160m.my5743_rel.cy10a22_gcp_c2s30

q1000.1

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

Average throughput:

Image

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3099.7830.1730.0410.004nonzero0.028
my5711_rel.cy10a22_gcp_c2s3099.7730.1820.0410.004nonzero0.042
my5712_rel.cy10a22_gcp_c2s3099.7700.1840.0420.004nonzerononzero0.085
my5713_rel.cy10a22_gcp_c2s3099.7950.1660.0350.003nonzero0.027
my5714_rel.cy10a22_gcp_c2s3099.7880.1720.0360.003nonzero0.031
my5715_rel.cy10a22_gcp_c2s3099.7960.1670.0340.003nonzero0.026
my5716_rel.cy10a22_gcp_c2s3099.7910.1720.0340.003nonzero0.030
my5717_rel.cy10a22_gcp_c2s3099.7930.1700.0340.003nonzero0.029
my5718_rel.cy10a22_gcp_c2s3099.7910.1700.0360.003nonzero0.026
my5719_rel.cy10a22_gcp_c2s3099.8020.1620.0330.003nonzero0.041
my5720_rel.cy10a22_gcp_c2s3099.7950.1650.0370.004nonzero0.032
my5721_rel.cy10a22_gcp_c2s3099.7970.1650.0350.003nonzero0.027
my5722_rel.cy10a22_gcp_c2s3099.7970.1630.0370.004nonzero0.021
my5723_rel.cy10a22_gcp_c2s3099.7960.1660.0340.003nonzero0.028
my5724_rel.cy10a22_gcp_c2s3099.7930.1680.0360.003nonzerononzero0.132
my5725_rel.cy10a22_gcp_c2s3099.7940.1700.0330.003nonzero0.063
my5726_rel.cy10a22_gcp_c2s3099.7930.1670.0360.004nonzero0.035
my5727_rel.cy10a22_gcp_c2s3099.7940.1640.0380.004nonzero0.037
my5728_rel.cy10a22_gcp_c2s3099.8000.1620.0350.003nonzero0.041
my5729_rel.cy10a22_gcp_c2s3099.7790.1750.0420.005nonzerononzero0.086
my5730_rel.cy10a22_gcp_c2s3099.7850.1760.0350.004nonzerononzero0.077
my5731_rel.cy10a22_gcp_c2s3099.8030.1710.0240.002nonzero0.027
my5732_rel.cy10a22_gcp_c2s3099.7870.1820.0280.003nonzero0.047
my5733_rel.cy10a22_gcp_c2s3099.8050.1700.0230.002nonzero0.031
my5734_rel.cy10a22_gcp_c2s3099.7870.1830.0270.003nonzero0.025
my5735_rel.cy10a22_gcp_c2s3099.7930.1810.0240.002nonzero0.024
my5736_rel.cy10a22_gcp_c2s3099.7880.1810.0280.003nonzero0.029
my5737_rel.cy10a22_gcp_c2s3099.7880.1880.0220.002nonzero0.030
my5738_rel.cy10a22_gcp_c2s3099.7900.1760.0310.003nonzero0.032
my5739_rel.cy10a22_gcp_c2s3099.7820.1940.0220.002nonzerononzero0.064
my5740_rel.cy10a22_gcp_c2s3099.7790.1910.0270.003nonzero0.025
my5741_rel.cy10a22_gcp_c2s3099.7930.1800.0240.002nonzero0.024
my5742_rel.cy10a22_gcp_c2s3099.7780.1890.0290.003nonzero0.024
my5743_rel.cy10a22_gcp_c2s3099.7870.1850.0250.002nonzero0.028

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
my5710_rel.cy10a22_gcp_c2s3080.86618.7160.4180.040
my5711_rel.cy10a22_gcp_c2s3080.26419.3240.4130.038
my5712_rel.cy10a22_gcp_c2s3078.58520.8960.519nonzero0.087
my5713_rel.cy10a22_gcp_c2s3086.01213.7060.2820.043
my5714_rel.cy10a22_gcp_c2s3085.85213.8450.3020.040
my5715_rel.cy10a22_gcp_c2s3086.67013.0700.2590.036
my5716_rel.cy10a22_gcp_c2s3087.00912.7170.2730.038
my5717_rel.cy10a22_gcp_c2s3086.79412.9340.2690.0030.116
my5718_rel.cy10a22_gcp_c2s3086.17513.5230.3020.038
my5719_rel.cy10a22_gcp_c2s3087.06012.6800.2600.064
my5720_rel.cy10a22_gcp_c2s3085.21014.4570.3330.055
my5721_rel.cy10a22_gcp_c2s3085.87413.8310.2950.043
my5722_rel.cy10a22_gcp_c2s3085.06814.5900.3420.036
my5723_rel.cy10a22_gcp_c2s3085.99213.7180.2900.035
my5724_rel.cy10a22_gcp_c2s3085.24714.4330.319nonzero0.134
my5725_rel.cy10a22_gcp_c2s3087.41412.3360.2500.046
my5726_rel.cy10a22_gcp_c2s3085.16414.4990.336nonzero0.135
my5727_rel.cy10a22_gcp_c2s3083.41816.1930.3890.037
my5728_rel.cy10a22_gcp_c2s3085.69114.0000.3080.0010.069
my5729_rel.cy10a22_gcp_c2s3081.08818.4570.455nonzero0.087
my5730_rel.cy10a22_gcp_c2s3085.75613.9430.301nonzero0.079
my5731_rel.cy10a22_gcp_c2s3090.8019.0110.1880.040
my5732_rel.cy10a22_gcp_c2s3089.43910.3280.2330.034
my5733_rel.cy10a22_gcp_c2s3091.8957.9460.1590.042
my5734_rel.cy10a22_gcp_c2s3089.33110.4460.2240.037
my5735_rel.cy10a22_gcp_c2s3090.8828.9160.2020.038
my5736_rel.cy10a22_gcp_c2s3088.20911.5320.2580.049
my5737_rel.cy10a22_gcp_c2s3091.6248.2060.1700.041
my5738_rel.cy10a22_gcp_c2s3085.81313.8870.3000.045
my5739_rel.cy10a22_gcp_c2s3092.5597.2740.166nonzero0.072
my5740_rel.cy10a22_gcp_c2s3089.49910.2370.2640.034
my5741_rel.cy10a22_gcp_c2s3090.8418.9490.2100.045
my5742_rel.cy10a22_gcp_c2s3087.31012.3990.2910.043
my5743_rel.cy10a22_gcp_c2s3090.0659.7190.2160.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
my5710_rel.cy10a22_gcp_c2s300.01786.58313.1350.2650.043
my5711_rel.cy10a22_gcp_c2s300.00786.06713.6410.2840.043
my5712_rel.cy10a22_gcp_c2s300.02784.33715.2640.372nonzero0.088
my5713_rel.cy10a22_gcp_c2s300.03089.65810.0860.2260.042
my5714_rel.cy10a22_gcp_c2s300.01589.71910.0330.2340.036
my5715_rel.cy10a22_gcp_c2s300.01390.1949.5960.1970.036
my5716_rel.cy10a22_gcp_c2s300.01990.5319.2470.2030.038
my5717_rel.cy10a22_gcp_c2s300.00990.3319.4330.2250.0020.112
my5718_rel.cy10a22_gcp_c2s300.01589.7969.9800.2090.038
my5719_rel.cy10a22_gcp_c2s300.02590.6959.0870.193nonzero0.071
my5720_rel.cy10a22_gcp_c2s300.01389.10710.6300.2500.034
my5721_rel.cy10a22_gcp_c2s300.01189.8269.9550.2070.035
my5722_rel.cy10a22_gcp_c2s300.03289.13810.5730.2570.043
my5723_rel.cy10a22_gcp_c2s300.01889.9239.8650.1930.035
my5724_rel.cy10a22_gcp_c2s300.02989.28510.4630.223nonzero0.139
my5725_rel.cy10a22_gcp_c2s300.02391.1828.6090.1850.052
my5726_rel.cy10a22_gcp_c2s300.02989.30010.4180.2530.041
my5727_rel.cy10a22_gcp_c2s300.02287.72811.9630.2860.043
my5728_rel.cy10a22_gcp_c2s300.01789.54010.2030.2390.0010.069
my5729_rel.cy10a22_gcp_c2s300.01085.94713.6560.388nonzero0.084
my5730_rel.cy10a22_gcp_c2s300.01189.8259.9520.210nonzero0.085
my5731_rel.cy10a22_gcp_c2s300.03492.8826.9330.1510.037
my5732_rel.cy10a22_gcp_c2s300.01591.7018.0660.2190.036
my5733_rel.cy10a22_gcp_c2s300.00993.7416.0980.1520.034
my5734_rel.cy10a22_gcp_c2s300.00391.6418.1730.1840.037
my5735_rel.cy10a22_gcp_c2s300.00993.0366.7920.1640.039
my5736_rel.cy10a22_gcp_c2s300.00990.6069.1600.2250.039
my5737_rel.cy10a22_gcp_c2s300.00393.5806.2690.1480.041
my5738_rel.cy10a22_gcp_c2s300.00788.76810.9780.2470.040
my5739_rel.cy10a22_gcp_c2s300.00994.2315.6250.134nonzero0.074
my5740_rel.cy10a22_gcp_c2s300.00291.8547.9400.2040.044
my5741_rel.cy10a22_gcp_c2s300.00893.0226.8150.1560.039
my5742_rel.cy10a22_gcp_c2s300.01090.0989.6410.2510.033
my5743_rel.cy10a22_gcp_c2s300.01092.4147.4020.1740.033

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
7960	67050	0	0.0	823.5	28.5	0.000	0.000	0.103	3.661	247979	58.8	3.698	132	37.1	166.0	43.8	0.028	8503	8343	160m.my5710_rel.cy10a22_gcp_c2s30
7960	66629	0	0.0	835.7	28.8	0.000	0.000	0.105	3.703	246184	58.9	3.695	133	37.1	166.0	43.8	0.042	8423	8263	160m.my5711_rel.cy10a22_gcp_c2s30
7960	65517	0	0.0	844.9	29.1	0.000	0.000	0.106	3.745	241897	59.2	3.692	136	37.1	166.0	43.7	0.085	8223	8039	160m.my5712_rel.cy10a22_gcp_c2s30
7960	65292	0	0.0	840.5	28.9	0.000	0.000	0.106	3.724	241783	59.0	3.703	136	37.1	166.0	43.7	0.027	8220	8055	160m.my5713_rel.cy10a22_gcp_c2s30
7960	65485	0	0.0	843.3	29.0	0.000	0.000	0.106	3.736	242288	58.9	3.700	135	37.1	165.9	43.7	0.031	8327	8151	160m.my5714_rel.cy10a22_gcp_c2s30
7960	65596	0	0.0	842.1	29.0	0.000	0.000	0.106	3.729	242714	58.9	3.700	135	37.1	166.0	43.7	0.026	8279	8119	160m.my5715_rel.cy10a22_gcp_c2s30
7960	65641	0	0.0	833.2	28.7	0.000	0.000	0.105	3.694	243012	58.9	3.702	135	37.1	166.0	43.8	0.030	8295	8103	160m.my5716_rel.cy10a22_gcp_c2s30
7960	65400	0	0.0	823.1	28.4	0.000	0.000	0.103	3.655	241762	58.9	3.697	135	37.1	166.0	43.7	0.029	8279	8119	160m.my5717_rel.cy10a22_gcp_c2s30
7956	65502	0	0.0	827.2	28.5	0.000	0.000	0.104	3.672	242124	58.8	3.696	135	37.2	166.0	43.8	0.026	8298	8135	160m.my5718_rel.cy10a22_gcp_c2s30
7960	65897	0	0.0	845.6	29.1	0.000	0.000	0.106	3.741	243910	59.0	3.701	134	37.1	166.0	43.8	0.041	8280	8106	160m.my5719_rel.cy10a22_gcp_c2s30
7960	65772	0	0.0	842.3	29.0	0.000	0.000	0.106	3.730	243644	58.9	3.704	134	37.1	165.9	43.8	0.032	8311	8151	160m.my5720_rel.cy10a22_gcp_c2s30
7960	65793	0	0.0	844.2	29.0	0.000	0.000	0.106	3.734	243519	58.8	3.701	134	37.1	166.0	43.8	0.027	8327	8167	160m.my5721_rel.cy10a22_gcp_c2s30
7956	66010	0	0.0	836.3	28.8	0.000	0.000	0.105	3.713	244267	58.7	3.700	133	37.1	166.0	43.8	0.021	8359	8199	160m.my5722_rel.cy10a22_gcp_c2s30
7960	65460	0	0.0	839.0	28.9	0.000	0.000	0.105	3.724	242369	58.9	3.703	135	37.1	165.9	43.7	0.028	8299	8151	160m.my5723_rel.cy10a22_gcp_c2s30
7960	65802	0	0.0	841.3	28.9	0.000	0.000	0.106	3.719	243626	58.8	3.702	134	37.1	166.0	43.7	0.132	8287	8119	160m.my5724_rel.cy10a22_gcp_c2s30
7960	65673	0	0.0	843.8	29.1	0.000	0.000	0.106	3.740	242937	59.0	3.699	135	37.1	165.9	43.7	0.063	8282	8103	160m.my5725_rel.cy10a22_gcp_c2s30
7956	65409	0	0.0	836.6	28.8	0.000	0.000	0.105	3.709	241706	58.7	3.695	135	37.1	166.0	43.8	0.035	8267	8087	160m.my5726_rel.cy10a22_gcp_c2s30
7960	66061	0	0.0	831.2	28.8	0.000	0.000	0.104	3.699	244736	58.9	3.705	134	37.1	166.0	43.7	0.037	8346	8186	160m.my5727_rel.cy10a22_gcp_c2s30
7960	65746	0	0.0	838.7	28.9	0.000	0.000	0.105	3.721	243301	58.9	3.701	134	37.1	166.0	43.7	0.041	8314	8155	160m.my5728_rel.cy10a22_gcp_c2s30
7960	65599	0	0.0	835.8	28.8	0.000	0.000	0.105	3.699	243177	58.9	3.707	135	37.1	166.0	43.7	0.086	8279	8071	160m.my5729_rel.cy10a22_gcp_c2s30
7956	65325	0	0.0	845.5	29.1	0.000	0.000	0.106	3.740	242202	59.0	3.708	135	37.1	166.0	43.7	0.077	8247	8071	160m.my5730_rel.cy10a22_gcp_c2s30
7960	65119	0	0.0	843.9	29.1	0.000	0.000	0.106	3.739	243388	58.9	3.738	136	37.1	166.0	43.8	0.027	8247	8087	160m.my5731_rel.cy10a22_gcp_c2s30
7956	64730	0	0.0	844.1	29.0	0.000	0.000	0.106	3.736	241515	58.8	3.731	136	37.1	166.0	43.7	0.047	8177	8023	160m.my5732_rel.cy10a22_gcp_c2s30
7960	64774	0	0.0	840.6	28.9	0.000	0.000	0.106	3.724	242144	59.0	3.738	137	37.1	166.0	43.8	0.031	8199	8055	160m.my5733_rel.cy10a22_gcp_c2s30
7960	64584	0	0.0	841.5	28.9	0.000	0.000	0.106	3.716	241413	58.9	3.738	137	37.1	166.0	43.7	0.025	8151	8008	160m.my5734_rel.cy10a22_gcp_c2s30
7956	64250	0	0.0	845.6	29.1	0.000	0.000	0.106	3.750	240158	59.0	3.738	138	37.1	166.0	43.7	0.024	8103	7943	160m.my5735_rel.cy10a22_gcp_c2s30
7960	64334	0	0.0	835.5	28.8	0.000	0.000	0.105	3.706	240354	59.0	3.736	138	37.1	166.0	43.8	0.029	8090	7943	160m.my5736_rel.cy10a22_gcp_c2s30
7960	64105	0	0.0	840.3	29.0	0.000	0.000	0.106	3.725	239847	59.1	3.741	138	37.1	166.0	43.8	0.030	8071	7927	160m.my5737_rel.cy10a22_gcp_c2s30
7960	64459	0	0.0	851.3	29.3	0.000	0.000	0.107	3.773	240763	58.9	3.735	137	37.1	166.0	43.8	0.032	8151	7991	160m.my5738_rel.cy10a22_gcp_c2s30
7956	63737	0	0.0	848.4	29.2	0.000	0.000	0.107	3.753	238074	59.0	3.735	139	37.1	166.0	43.7	0.064	8023	7886	160m.my5739_rel.cy10a22_gcp_c2s30
7956	64092	0	0.0	844.3	29.1	0.000	0.000	0.106	3.743	238997	58.9	3.729	138	37.1	166.0	43.7	0.025	8111	7975	160m.my5740_rel.cy10a22_gcp_c2s30
7960	64708	0	0.0	845.2	29.1	0.000	0.000	0.106	3.749	241885	59.0	3.738	137	37.1	166.0	43.7	0.024	8135	7991	160m.my5741_rel.cy10a22_gcp_c2s30
7960	64104	0	0.0	845.0	29.0	0.000	0.000	0.106	3.736	239410	58.9	3.735	138	37.1	166.0	43.8	0.024	8087	7931	160m.my5742_rel.cy10a22_gcp_c2s30
7960	64206	0	0.0	840.1	28.9	0.000	0.000	0.106	3.720	240162	59.0	3.741	138	37.1	166.0	43.7	0.028	8074	7927	160m.my5743_rel.cy10a22_gcp_c2s30

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
744186	0	0	0.0	1384.0	143.9	0.000	0.000	0.002	0.198	69958	68.7	0.094	14	10.6	139.1	16.8	0.226	101326	78741	160m.my5710_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1408.8	146.7	0.000	0.000	0.002	0.197	70939	68.5	0.093	13	10.6	139.1	17.1	0.238	104587	81412	160m.my5711_rel.cy10a22_gcp_c2s30
698690	0	0	0.0	1314.7	136.9	0.000	0.000	0.002	0.201	67145	68.4	0.096	15	10.6	139.1	16.2	0.218	94830	75019	160m.my5712_rel.cy10a22_gcp_c2s30
772947	0	0	0.0	1410.6	148.2	0.000	0.000	0.002	0.196	77159	70.1	0.100	14	10.6	139.1	17.1	0.233	106582	84109	160m.my5713_rel.cy10a22_gcp_c2s30
740741	0	0	0.0	1385.9	143.0	0.000	0.000	0.002	0.198	72683	68.3	0.098	14	10.6	139.1	16.7	0.248	101390	80413	160m.my5714_rel.cy10a22_gcp_c2s30
751174	0	0	0.0	1391.8	146.3	0.000	0.000	0.002	0.199	73971	68.5	0.098	14	10.6	139.1	17.0	0.238	103689	80941	160m.my5715_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1408.4	146.4	0.000	0.000	0.002	0.198	74038	68.2	0.098	13	10.6	139.1	17.0	0.228	104484	82037	160m.my5716_rel.cy10a22_gcp_c2s30
772947	0	0	0.0	1420.1	148.7	0.000	0.000	0.002	0.197	76810	70.2	0.099	14	10.6	139.1	17.2	0.252	106684	83011	160m.my5717_rel.cy10a22_gcp_c2s30
769231	0	0	0.0	1411.3	148.0	0.000	0.000	0.002	0.197	76806	70.6	0.100	14	10.6	139.1	17.1	0.229	104986	82312	160m.my5718_rel.cy10a22_gcp_c2s30
792079	0	0	0.0	1441.0	152.7	0.000	0.000	0.002	0.197	78562	70.6	0.099	13	10.6	139.1	15.9	0.242	109582	84337	160m.my5719_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1414.3	146.7	0.000	0.000	0.002	0.197	74033	67.8	0.097	13	10.6	139.1	17.0	0.661	105486	82710	160m.my5720_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1407.1	148.5	0.000	0.000	0.002	0.199	76577	70.5	0.100	14	10.6	139.1	17.1	0.219	105386	83110	160m.my5721_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1406.8	146.8	0.000	0.000	0.002	0.198	74036	68.3	0.098	14	10.6	139.1	17.0	0.232	103988	82211	160m.my5722_rel.cy10a22_gcp_c2s30
788177	0	0	0.0	1427.9	152.0	0.000	0.000	0.002	0.198	78426	70.6	0.100	13	10.6	139.1	15.9	0.239	109120	84137	160m.my5723_rel.cy10a22_gcp_c2s30
796020	0	0	0.0	1440.0	152.9	0.000	0.000	0.002	0.197	78492	70.5	0.099	13	10.6	139.1	15.9	0.228	109820	87805	160m.my5724_rel.cy10a22_gcp_c2s30
776699	0	0	0.0	1441.5	149.6	0.000	0.000	0.002	0.197	77058	70.4	0.099	14	10.6	139.1	17.2	0.254	105786	81812	160m.my5725_rel.cy10a22_gcp_c2s30
784314	0	0	0.0	1437.1	151.2	0.000	0.000	0.002	0.197	78300	70.9	0.100	14	10.6	139.1	15.8	0.237	107883	85433	160m.my5726_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1430.9	146.6	0.000	0.000	0.002	0.198	74191	68.4	0.098	14	10.6	139.1	17.0	0.227	103824	81838	160m.my5727_rel.cy10a22_gcp_c2s30
800000	0	0	0.0	1477.5	154.1	0.000	0.000	0.002	0.197	78909	70.3	0.099	13	10.6	139.1	16.0	0.236	109781	85508	160m.my5728_rel.cy10a22_gcp_c2s30
792079	0	0	0.0	1467.8	153.3	0.000	0.000	0.002	0.198	78651	70.6	0.099	13	10.6	139.1	15.9	0.249	109379	84809	160m.my5729_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1432.0	147.7	0.000	0.000	0.002	0.199	74040	68.5	0.097	13	10.6	139.1	17.0	0.241	104187	82010	160m.my5730_rel.cy10a22_gcp_c2s30
751174	0	0	0.0	1406.3	145.4	0.000	0.000	0.002	0.198	73604	68.8	0.098	14	10.6	139.1	16.9	0.224	102823	80540	160m.my5731_rel.cy10a22_gcp_c2s30
776699	0	0	0.0	1439.5	149.9	0.000	0.000	0.002	0.198	77037	70.2	0.099	14	10.6	139.1	17.2	0.229	106285	82437	160m.my5732_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1430.6	148.7	0.000	0.000	0.002	0.199	76671	70.4	0.100	14	10.6	139.1	17.1	0.229	105720	82908	160m.my5733_rel.cy10a22_gcp_c2s30
769231	0	0	0.0	1434.8	148.8	0.000	0.000	0.002	0.198	76558	70.4	0.100	14	10.6	139.1	17.1	0.243	105319	82312	160m.my5734_rel.cy10a22_gcp_c2s30
804020	0	0	0.0	1474.8	155.2	0.000	0.000	0.002	0.198	79887	71.1	0.099	13	10.6	139.1	16.0	0.252	111080	85906	160m.my5735_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1418.3	147.4	0.000	0.000	0.002	0.197	76687	70.2	0.100	14	10.6	139.1	17.1	0.420	105287	64131	160m.my5736_rel.cy10a22_gcp_c2s30
765550	0	0	0.0	1425.4	148.4	0.000	0.000	0.002	0.198	76691	70.3	0.100	14	10.6	139.1	17.1	0.239	105786	82311	160m.my5737_rel.cy10a22_gcp_c2s30
754717	0	0	0.0	1427.2	146.6	0.000	0.000	0.002	0.199	74140	68.5	0.098	14	10.6	139.1	17.0	0.225	103689	82012	160m.my5738_rel.cy10a22_gcp_c2s30
788177	0	0	0.0	1459.5	152.2	0.000	0.000	0.002	0.198	78497	70.7	0.100	13	10.6	139.1	15.9	0.229	108882	85734	160m.my5739_rel.cy10a22_gcp_c2s30
758294	0	0	0.0	1418.6	146.8	0.000	0.000	0.002	0.198	73837	68.4	0.097	14	10.6	139.1	17.0	0.233	103887	81312	160m.my5740_rel.cy10a22_gcp_c2s30
754717	0	0	0.0	1403.2	145.6	0.000	0.000	0.002	0.198	73812	68.7	0.098	14	10.6	139.1	16.9	0.234	102989	80812	160m.my5741_rel.cy10a22_gcp_c2s30
761905	0	0	0.0	1411.1	148.0	0.000	0.000	0.002	0.199	76286	70.5	0.100	14	10.6	139.1	17.1	0.239	104486	81139	160m.my5742_rel.cy10a22_gcp_c2s30
751174	0	0	0.0	1400.9	146.0	0.000	0.000	0.002	0.199	73658	68.8	0.098	14	10.6	139.1	17.0	0.238	103523	80538	160m.my5743_rel.cy10a22_gcp_c2s30

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
1177206	0	0	0.0	14384.6	1067.8	0.000	0.000	0.012	0.929	62459	36.9	0.053	5	23.6	152.1	25.4	0.029	NA	NA	160m.my5710_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14334.9	1066.8	0.000	0.000	0.012	0.928	64857	36.7	0.055	5	23.6	152.1	25.5	0.029	NA	NA	160m.my5711_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14373.9	1066.9	0.000	0.000	0.012	0.921	66808	36.7	0.056	5	23.6	152.1	25.4	0.032	NA	NA	160m.my5712_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14452.8	1069.5	0.000	0.000	0.012	0.924	62389	36.6	0.053	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5713_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14380.7	1069.0	0.000	0.000	0.012	0.930	63849	37.0	0.054	5	23.6	152.1	25.5	0.030	NA	NA	160m.my5714_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14308.8	1064.0	0.000	0.000	0.012	0.926	60964	36.8	0.052	5	23.6	152.1	25.2	0.031	NA	NA	160m.my5715_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14259.5	1067.1	0.000	0.000	0.012	0.928	64029	37.2	0.054	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5716_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14575.0	1070.5	0.000	0.000	0.012	0.924	62729	36.8	0.053	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5717_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	13931.5	1059.8	0.000	0.000	0.012	0.929	62530	37.4	0.054	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5718_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14011.4	1062.5	0.000	0.000	0.012	0.924	62722	37.2	0.053	5	23.6	152.1	25.2	0.031	NA	NA	160m.my5719_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	14151.9	1061.4	0.000	0.000	0.012	0.930	60088	36.5	0.051	5	23.6	152.1	25.1	0.031	NA	NA	160m.my5720_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14476.9	1069.6	0.000	0.000	0.012	0.924	63345	36.4	0.053	5	23.6	152.1	25.3	0.026	NA	NA	160m.my5721_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	13988.4	1061.3	0.000	0.000	0.012	0.923	62534	37.2	0.053	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5722_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14269.2	1065.6	0.000	0.000	0.012	0.927	65513	37.0	0.056	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5723_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14142.2	1065.9	0.000	0.000	0.012	0.927	60802	37.3	0.052	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5724_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	14128.7	1062.7	0.000	0.000	0.012	0.931	61088	37.3	0.052	5	23.6	152.1	24.8	0.031	NA	NA	160m.my5725_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14321.0	1066.3	0.000	0.000	0.012	0.928	61118	36.7	0.052	5	23.6	152.1	25.2	0.031	NA	NA	160m.my5726_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14273.9	1063.8	0.000	0.000	0.012	0.925	60607	36.8	0.051	5	23.6	152.1	24.8	0.031	NA	NA	160m.my5727_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	14204.4	1062.4	0.000	0.000	0.012	0.931	65405	36.9	0.056	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5728_rel.cy10a22_gcp_c2s30
1081757	0	0	0.0	12848.0	985.5	0.000	0.000	0.012	0.933	61018	35.5	0.056	5	23.6	152.1	24.5	0.031	NA	NA	160m.my5729_rel.cy10a22_gcp_c2s30
1185926	0	0	0.0	14471.2	1068.7	0.000	0.000	0.012	0.923	63100	36.9	0.053	5	23.6	152.1	25.4	0.031	NA	NA	160m.my5730_rel.cy10a22_gcp_c2s30
1104138	0	0	0.0	13581.0	995.3	0.000	0.000	0.012	0.923	63863	34.0	0.058	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5731_rel.cy10a22_gcp_c2s30
1135461	0	0	0.0	13600.8	1023.7	0.000	0.000	0.012	0.923	63142	36.5	0.056	5	23.6	152.1	24.5	0.031	NA	NA	160m.my5732_rel.cy10a22_gcp_c2s30
1177206	0	0	0.0	14217.6	1064.2	0.000	0.000	0.012	0.926	63633	37.4	0.054	5	23.6	152.1	25.3	0.031	NA	NA	160m.my5733_rel.cy10a22_gcp_c2s30
1151798	0	0	0.0	13677.9	1052.9	0.000	0.000	0.012	0.936	60963	37.7	0.053	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5734_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13812.0	1056.7	0.000	0.000	0.012	0.933	63448	37.7	0.055	5	23.6	152.1	25.0	0.031	NA	NA	160m.my5735_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13882.9	1059.1	0.000	0.000	0.012	0.935	60665	37.7	0.052	5	23.6	152.1	25.0	0.032	NA	NA	160m.my5736_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13806.6	1055.5	0.000	0.000	0.012	0.932	60815	37.9	0.052	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5737_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	13878.2	1058.4	0.000	0.000	0.012	0.927	61891	37.8	0.053	5	23.6	152.1	24.9	0.032	NA	NA	160m.my5738_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13672.1	1053.6	0.000	0.000	0.012	0.930	60706	38.4	0.052	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5739_rel.cy10a22_gcp_c2s30
1135461	0	0	0.0	13807.6	1026.9	0.000	0.000	0.012	0.926	61439	36.5	0.054	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5740_rel.cy10a22_gcp_c2s30
1160145	0	0	0.0	13772.6	1054.3	0.000	0.000	0.012	0.931	62685	37.8	0.054	5	23.6	152.1	24.5	0.031	NA	NA	160m.my5741_rel.cy10a22_gcp_c2s30
1168613	0	0	0.0	13942.2	1058.5	0.000	0.000	0.012	0.928	59808	37.4	0.051	5	23.6	152.1	24.7	0.031	NA	NA	160m.my5742_rel.cy10a22_gcp_c2s30
1151798	0	0	0.0	13324.8	1049.8	0.000	0.000	0.012	0.933	59741	36.8	0.052	5	23.6	152.1	24.6	0.031	NA	NA	160m.my5743_rel.cy10a22_gcp_c2s30

l.i1

l.i1: continue load after secondary indexes created

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
94742	0	0	0.0	5060.3	197.4	0.000	0.000	0.053	2.134	52741	78.2	0.557	124	37.1	166.0	43.9	0.582	14889	150	160m.my5710_rel.cy10a22_gcp_c2s30
94809	0	0	0.0	5055.9	197.2	0.000	0.000	0.053	2.129	52741	78.2	0.556	124	37.1	166.0	43.9	0.515	14934	150	160m.my5711_rel.cy10a22_gcp_c2s30
90590	0	0	0.0	4897.8	190.5	0.000	0.000	0.054	2.153	49297	78.7	0.544	130	37.1	166.0	43.9	0.519	14384	150	160m.my5712_rel.cy10a22_gcp_c2s30
102590	0	0	0.0	5314.9	209.2	0.000	0.000	0.052	2.088	46826	80.0	0.456	117	37.1	166.0	43.9	0.488	15390	150	160m.my5713_rel.cy10a22_gcp_c2s30
101227	0	0	0.0	5272.5	207.3	0.000	0.000	0.052	2.097	46435	80.0	0.459	119	37.1	165.9	43.9	0.518	15333	150	160m.my5714_rel.cy10a22_gcp_c2s30
101820	0	0	0.0	5287.0	208.1	0.000	0.000	0.052	2.093	46721	79.9	0.459	118	37.1	166.0	43.9	0.723	15383	150	160m.my5715_rel.cy10a22_gcp_c2s30
101291	0	0	0.0	5268.4	207.3	0.000	0.000	0.052	2.096	46490	79.9	0.459	118	37.1	166.0	43.9	0.854	15483	150	160m.my5716_rel.cy10a22_gcp_c2s30
101911	0	0	0.0	5275.9	207.7	0.000	0.000	0.052	2.087	46344	80.0	0.455	118	37.1	166.0	43.9	0.543	15335	150	160m.my5717_rel.cy10a22_gcp_c2s30
101794	0	0	0.0	5274.2	207.7	0.000	0.000	0.052	2.089	46464	79.8	0.456	118	37.2	166.0	43.9	0.582	15433	150	160m.my5718_rel.cy10a22_gcp_c2s30
102590	0	0	0.0	5307.1	209.1	0.000	0.000	0.052	2.087	46771	79.8	0.456	117	37.1	166.0	43.9	0.499	15539	150	160m.my5719_rel.cy10a22_gcp_c2s30
101150	0	0	0.0	5265.6	207.0	0.000	0.000	0.052	2.096	46316	79.9	0.458	118	37.1	165.9	43.9	0.774	15292	150	160m.my5720_rel.cy10a22_gcp_c2s30
101394	0	0	0.0	5270.6	207.3	0.000	0.000	0.052	2.094	46434	79.9	0.458	118	37.1	166.0	43.9	0.680	15283	150	160m.my5721_rel.cy10a22_gcp_c2s30
101433	0	0	0.0	5262.3	207.2	0.000	0.000	0.052	2.091	46332	80.0	0.457	118	37.1	166.0	43.9	0.583	15336	150	160m.my5722_rel.cy10a22_gcp_c2s30
101600	0	0	0.0	5281.7	207.9	0.000	0.000	0.052	2.095	46635	80.0	0.459	118	37.1	165.9	43.9	0.549	15383	150	160m.my5723_rel.cy10a22_gcp_c2s30
100439	0	0	0.0	5231.1	205.7	0.000	0.000	0.052	2.097	46204	79.7	0.460	119	37.1	166.0	43.9	0.533	15283	150	160m.my5724_rel.cy10a22_gcp_c2s30
101691	0	0	0.0	5277.5	207.5	0.000	0.000	0.052	2.090	46611	79.8	0.458	118	37.1	165.9	43.9	0.373	15333	150	160m.my5725_rel.cy10a22_gcp_c2s30
100768	0	0	0.0	5258.6	206.7	0.000	0.000	0.052	2.101	46288	80.0	0.459	119	37.1	166.0	43.9	0.534	15233	150	160m.my5726_rel.cy10a22_gcp_c2s30
100301	0	0	0.0	5257.3	206.3	0.000	0.000	0.052	2.106	46152	79.9	0.460	119	37.1	166.0	43.9	0.471	15189	150	160m.my5727_rel.cy10a22_gcp_c2s30
100642	0	0	0.0	5243.8	206.2	0.000	0.000	0.052	2.098	46198	79.8	0.459	119	37.1	166.0	43.9	0.752	15283	150	160m.my5728_rel.cy10a22_gcp_c2s30
101368	0	0	0.0	5271.1	207.3	0.000	0.000	0.052	2.094	46384	79.9	0.458	118	37.1	166.0	43.9	0.452	15333	150	160m.my5729_rel.cy10a22_gcp_c2s30
101652	0	0	0.0	5275.5	207.6	0.000	0.000	0.052	2.091	46540	79.9	0.458	118	37.1	166.0	43.9	0.688	15334	150	160m.my5730_rel.cy10a22_gcp_c2s30
100908	0	0	0.0	5251.7	206.5	0.000	0.000	0.052	2.095	46362	79.8	0.459	119	37.1	166.0	43.9	0.527	15339	150	160m.my5731_rel.cy10a22_gcp_c2s30
100718	0	0	0.0	5257.3	206.7	0.000	0.000	0.052	2.102	46288	79.5	0.460	118	37.1	166.0	43.9	0.433	15435	150	160m.my5732_rel.cy10a22_gcp_c2s30
100088	0	0	0.0	5239.3	205.7	0.000	0.000	0.052	2.105	45751	79.8	0.457	120	37.1	166.0	43.9	0.418	15283	150	160m.my5733_rel.cy10a22_gcp_c2s30
100604	0	0	0.0	5252.7	206.4	0.000	0.000	0.052	2.100	46769	79.4	0.465	118	37.1	166.0	43.9	0.625	15394	150	160m.my5734_rel.cy10a22_gcp_c2s30
100718	0	0	0.0	5260.6	206.6	0.000	0.000	0.052	2.101	46986	79.2	0.467	118	37.1	166.0	43.9	0.462	15533	150	160m.my5735_rel.cy10a22_gcp_c2s30
99206	0	0	0.0	5232.2	205.1	0.000	0.000	0.053	2.117	45798	80.1	0.462	121	37.1	166.0	43.9	0.489	14984	150	160m.my5736_rel.cy10a22_gcp_c2s30
100100	0	0	0.0	5244.9	205.9	0.000	0.000	0.052	2.107	46610	79.4	0.466	119	37.1	166.0	43.9	0.469	15383	150	160m.my5737_rel.cy10a22_gcp_c2s30
100667	0	0	0.0	5251.9	206.5	0.000	0.000	0.052	2.100	46213	80.0	0.459	119	37.1	166.0	43.9	0.526	15183	150	160m.my5738_rel.cy10a22_gcp_c2s30
100781	0	0	0.0	5261.6	206.9	0.000	0.000	0.052	2.102	46306	80.0	0.459	119	37.1	166.0	43.9	0.389	15237	150	160m.my5739_rel.cy10a22_gcp_c2s30
99047	0	0	0.0	5212.8	204.4	0.000	0.000	0.053	2.113	46325	79.2	0.468	120	37.1	166.0	43.9	0.492	15383	150	160m.my5740_rel.cy10a22_gcp_c2s30
98790	0	0	0.0	5204.7	204.0	0.000	0.000	0.053	2.114	46075	79.2	0.466	120	37.1	166.0	43.9	0.332	15283	150	160m.my5741_rel.cy10a22_gcp_c2s30
99925	0	0	0.0	5231.8	205.6	0.000	0.000	0.052	2.107	46493	79.3	0.465	119	37.1	166.0	43.9	0.519	15383	150	160m.my5742_rel.cy10a22_gcp_c2s30
98998	0	0	0.0	5216.2	204.3	0.000	0.000	0.053	2.113	46239	79.3	0.467	120	37.1	166.0	43.9	0.433	15233	150	160m.my5743_rel.cy10a22_gcp_c2s30

q100.1

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

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
796	68964	0	0.0	648.2	20.4	0.000	0.000	0.815	26.254	262519	55.3	3.807	120	37.1	166.0	43.8	0.023	8758	7032	160m.my5710_rel.cy10a22_gcp_c2s30
796	69266	0	0.0	640.4	20.1	0.000	0.000	0.805	25.914	264112	55.2	3.813	120	37.1	166.0	43.9	0.112	8774	7064	160m.my5711_rel.cy10a22_gcp_c2s30
796	68004	0	0.0	628.3	19.7	0.000	0.000	0.790	25.423	259400	55.2	3.814	122	37.1	166.0	43.8	0.044	8630	6824	160m.my5712_rel.cy10a22_gcp_c2s30
796	67472	0	0.0	656.8	20.6	0.000	0.000	0.825	26.554	257237	55.3	3.812	123	37.1	166.0	43.9	0.025	8551	6792	160m.my5713_rel.cy10a22_gcp_c2s30
796	67893	0	0.0	655.5	20.6	0.000	0.000	0.824	26.569	258734	55.3	3.811	122	37.1	165.9	43.8	0.024	8618	6792	160m.my5714_rel.cy10a22_gcp_c2s30
796	67668	0	0.0	648.8	20.4	0.000	0.000	0.816	26.281	258251	55.2	3.816	122	37.1	166.0	43.8	0.027	8618	6713	160m.my5715_rel.cy10a22_gcp_c2s30
796	67632	0	0.0	639.9	20.1	0.000	0.000	0.804	25.845	258071	55.2	3.816	122	37.1	166.0	43.9	0.033	8570	6795	160m.my5716_rel.cy10a22_gcp_c2s30
796	67637	0	0.0	655.4	20.6	0.000	0.000	0.824	26.570	257800	55.3	3.812	123	37.1	166.0	43.8	0.031	8583	6777	160m.my5717_rel.cy10a22_gcp_c2s30
796	67852	0	0.0	640.5	20.1	0.000	0.000	0.805	25.900	258981	55.1	3.817	122	37.2	166.0	43.9	0.019	8647	6840	160m.my5718_rel.cy10a22_gcp_c2s30
796	68258	0	0.0	655.0	20.6	0.000	0.000	0.823	26.541	260088	55.3	3.810	122	37.1	166.0	43.8	0.023	8647	6856	160m.my5719_rel.cy10a22_gcp_c2s30
796	67923	0	0.0	650.9	20.5	0.000	0.000	0.818	26.331	259525	55.3	3.821	122	37.1	165.9	43.8	0.024	8599	6793	160m.my5720_rel.cy10a22_gcp_c2s30
796	67997	0	0.0	632.8	19.9	0.000	0.000	0.796	25.558	259541	55.2	3.817	122	37.1	166.0	43.8	0.027	8614	6840	160m.my5721_rel.cy10a22_gcp_c2s30
796	68131	0	0.0	629.2	19.7	0.000	0.000	0.791	25.363	260411	55.0	3.822	121	37.1	166.0	43.8	0.036	8657	6827	160m.my5722_rel.cy10a22_gcp_c2s30
796	67772	0	0.0	662.2	20.9	0.000	0.000	0.832	26.929	258110	55.5	3.809	123	37.1	165.9	43.8	0.033	8602	6777	160m.my5723_rel.cy10a22_gcp_c2s30
796	68276	0	0.0	635.3	19.9	0.000	0.000	0.799	25.647	260805	55.3	3.820	121	37.1	166.0	43.8	0.034	8650	6888	160m.my5724_rel.cy10a22_gcp_c2s30
796	67954	0	0.0	664.9	21.0	0.000	0.000	0.836	26.997	258890	55.4	3.810	122	37.1	165.9	43.8	0.033	8599	6715	160m.my5725_rel.cy10a22_gcp_c2s30
796	67777	0	0.0	631.3	19.8	0.000	0.000	0.794	25.456	259041	55.0	3.822	122	37.1	166.0	43.8	0.041	8599	6859	160m.my5726_rel.cy10a22_gcp_c2s30
796	67646	0	0.0	618.5	19.4	0.000	0.000	0.778	24.948	258613	54.9	3.823	122	37.1	166.0	43.8	0.039	8583	6888	160m.my5727_rel.cy10a22_gcp_c2s30
796	67688	0	0.0	635.3	19.9	0.000	0.000	0.799	25.672	258228	55.2	3.815	122	37.1	166.0	43.8	0.030	8583	6824	160m.my5728_rel.cy10a22_gcp_c2s30
796	67973	0	0.0	651.1	20.5	0.000	0.000	0.818	26.367	259138	55.3	3.812	122	37.1	166.0	43.8	0.040	8615	6888	160m.my5729_rel.cy10a22_gcp_c2s30
796	67427	0	0.0	645.1	20.3	0.000	0.000	0.811	26.078	257309	55.3	3.816	123	37.1	166.0	43.8	0.020	8570	6841	160m.my5730_rel.cy10a22_gcp_c2s30
796	67963	0	0.0	617.9	19.3	0.000	0.000	0.777	24.851	259525	55.1	3.819	122	37.1	166.0	43.8	0.035	8583	6792	160m.my5731_rel.cy10a22_gcp_c2s30
796	67526	0	0.0	641.8	20.2	0.000	0.000	0.807	25.981	257305	55.3	3.810	123	37.1	166.0	43.8	0.040	8583	6699	160m.my5732_rel.cy10a22_gcp_c2s30
796	67393	0	0.0	629.7	19.7	0.000	0.000	0.792	25.396	257078	55.1	3.815	123	37.1	166.0	43.8	0.017	8583	6761	160m.my5733_rel.cy10a22_gcp_c2s30
796	66775	0	0.0	653.4	20.6	0.000	0.000	0.821	26.515	254326	55.3	3.809	124	37.1	166.0	43.8	0.032	8471	6633	160m.my5734_rel.cy10a22_gcp_c2s30
796	66995	0	0.0	645.6	20.3	0.000	0.000	0.812	26.128	255532	55.3	3.814	124	37.1	166.0	43.8	0.028	8503	6713	160m.my5735_rel.cy10a22_gcp_c2s30
796	66984	0	0.0	626.2	19.6	0.000	0.000	0.787	25.210	255747	55.2	3.818	124	37.1	166.0	43.8	0.032	8506	6651	160m.my5736_rel.cy10a22_gcp_c2s30
796	66623	0	0.0	635.4	19.9	0.000	0.000	0.799	25.646	254260	55.3	3.816	125	37.1	166.0	43.8	0.017	8455	6665	160m.my5737_rel.cy10a22_gcp_c2s30
796	67084	0	0.0	641.7	20.2	0.000	0.000	0.807	25.962	255853	55.2	3.814	123	37.1	166.0	43.8	0.028	8503	6617	160m.my5738_rel.cy10a22_gcp_c2s30
796	66396	0	0.0	632.0	19.8	0.000	0.000	0.794	25.546	253294	55.2	3.815	125	37.1	166.0	43.8	0.016	8375	6585	160m.my5739_rel.cy10a22_gcp_c2s30
796	66586	0	0.0	650.9	20.5	0.000	0.000	0.818	26.359	253625	55.4	3.809	125	37.1	166.0	43.8	0.037	8486	6586	160m.my5740_rel.cy10a22_gcp_c2s30
796	67107	0	0.0	654.5	20.6	0.000	0.000	0.823	26.530	255470	55.3	3.807	124	37.1	166.0	43.8	0.024	8519	6601	160m.my5741_rel.cy10a22_gcp_c2s30
796	66832	0	0.0	628.8	19.7	0.000	0.000	0.790	25.368	255082	55.1	3.817	124	37.1	166.0	43.9	0.029	8455	6635	160m.my5742_rel.cy10a22_gcp_c2s30
796	66786	0	0.0	659.9	20.8	0.000	0.000	0.830	26.759	254262	55.3	3.807	124	37.1	166.0	43.9	0.016	8487	6524	160m.my5743_rel.cy10a22_gcp_c2s30

q500.1

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

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
3980	68055	0	0.0	223.4	8.4	0.000	0.000	0.056	2.159	256805	56.4	3.774	124	37.1	166.0	43.8	0.025	8646	8503	160m.my5710_rel.cy10a22_gcp_c2s30
3978	67809	0	0.0	218.2	8.3	0.000	0.000	0.055	2.125	256138	56.5	3.777	125	37.1	166.0	43.8	0.017	8615	8480	160m.my5711_rel.cy10a22_gcp_c2s30
3980	67170	0	0.0	216.6	8.2	0.000	0.000	0.054	2.098	253235	56.6	3.770	126	37.1	166.0	43.8	0.021	8471	8343	160m.my5712_rel.cy10a22_gcp_c2s30
3978	66786	0	0.0	205.6	7.9	0.000	0.000	0.052	2.022	252426	56.4	3.780	127	37.1	166.0	43.8	0.020	8407	8279	160m.my5713_rel.cy10a22_gcp_c2s30
3978	67115	0	0.0	210.8	8.0	0.000	0.000	0.053	2.064	253586	56.5	3.778	126	37.1	165.9	43.8	0.021	8471	8343	160m.my5714_rel.cy10a22_gcp_c2s30
3978	67039	0	0.0	211.2	8.0	0.000	0.000	0.053	2.070	253615	56.4	3.783	126	37.1	166.0	43.8	0.020	8439	8311	160m.my5715_rel.cy10a22_gcp_c2s30
3978	66592	0	0.0	217.0	8.2	0.000	0.000	0.055	2.110	251982	56.6	3.784	127	37.1	166.0	43.8	0.018	8359	8231	160m.my5716_rel.cy10a22_gcp_c2s30
3978	66900	0	0.0	218.6	8.3	0.000	0.000	0.055	2.128	252787	56.4	3.779	126	37.1	166.0	43.8	0.027	8455	8314	160m.my5717_rel.cy10a22_gcp_c2s30
3980	66850	0	0.0	219.5	8.3	0.000	0.000	0.055	2.134	252555	56.5	3.778	127	37.2	166.0	43.8	0.017	8474	8343	160m.my5718_rel.cy10a22_gcp_c2s30
3978	67101	0	0.0	214.2	8.1	0.000	0.000	0.054	2.087	253749	56.4	3.782	126	37.1	166.0	43.8	0.017	8439	8295	160m.my5719_rel.cy10a22_gcp_c2s30
3980	66772	0	0.0	215.6	8.1	0.000	0.000	0.054	2.087	252474	56.4	3.781	127	37.1	165.9	43.8	0.024	8391	8247	160m.my5720_rel.cy10a22_gcp_c2s30
3978	67164	0	0.0	210.9	8.0	0.000	0.000	0.053	2.068	253859	56.5	3.780	126	37.1	166.0	43.8	0.021	8503	8388	160m.my5721_rel.cy10a22_gcp_c2s30
3978	67095	0	0.0	216.0	8.2	0.000	0.000	0.054	2.100	253797	56.5	3.783	126	37.1	166.0	43.8	0.026	8471	8346	160m.my5722_rel.cy10a22_gcp_c2s30
3980	66900	0	0.0	216.7	8.2	0.000	0.000	0.054	2.108	252755	56.6	3.778	127	37.1	165.9	43.8	0.018	8455	8311	160m.my5723_rel.cy10a22_gcp_c2s30
3980	67212	0	0.0	217.0	8.2	0.000	0.000	0.055	2.117	254024	56.6	3.779	126	37.1	166.0	43.8	0.018	8458	8343	160m.my5724_rel.cy10a22_gcp_c2s30
3978	67018	0	0.0	211.0	8.0	0.000	0.000	0.053	2.067	253272	56.4	3.779	126	37.1	165.9	43.7	0.022	8455	8343	160m.my5725_rel.cy10a22_gcp_c2s30
3978	66980	0	0.0	219.8	8.3	0.000	0.000	0.055	2.146	252937	56.4	3.776	126	37.1	166.0	43.8	0.016	8487	8343	160m.my5726_rel.cy10a22_gcp_c2s30
3978	67057	0	0.0	220.0	8.3	0.000	0.000	0.055	2.138	253384	56.4	3.779	126	37.1	166.0	43.7	0.022	8487	8359	160m.my5727_rel.cy10a22_gcp_c2s30
3978	66782	0	0.0	219.4	8.3	0.000	0.000	0.055	2.124	252481	56.6	3.781	127	37.1	166.0	43.8	0.019	8458	8343	160m.my5728_rel.cy10a22_gcp_c2s30
3980	66689	0	0.0	216.1	8.2	0.000	0.000	0.054	2.111	252024	56.5	3.779	127	37.1	166.0	43.8	0.018	8375	8231	160m.my5729_rel.cy10a22_gcp_c2s30
3978	66685	0	0.0	216.6	8.2	0.000	0.000	0.054	2.100	252072	56.6	3.780	127	37.1	166.0	43.7	0.026	8423	8279	160m.my5730_rel.cy10a22_gcp_c2s30
3978	66856	0	0.0	219.4	8.3	0.000	0.000	0.055	2.129	254010	56.4	3.799	127	37.1	166.0	43.8	0.020	8426	8295	160m.my5731_rel.cy10a22_gcp_c2s30
3978	66075	0	0.0	213.8	8.1	0.000	0.000	0.054	2.081	250904	56.4	3.797	128	37.1	166.0	43.8	0.019	8391	8263	160m.my5732_rel.cy10a22_gcp_c2s30
3978	66125	0	0.0	214.2	8.1	0.000	0.000	0.054	2.097	250845	56.4	3.794	128	37.1	166.0	43.8	0.018	8314	8199	160m.my5733_rel.cy10a22_gcp_c2s30
3978	65879	0	0.0	214.6	8.2	0.000	0.000	0.054	2.098	249913	56.4	3.793	128	37.1	166.0	43.7	0.020	8311	8186	160m.my5734_rel.cy10a22_gcp_c2s30
3978	65790	0	0.0	211.6	8.1	0.000	0.000	0.053	2.076	249937	56.6	3.799	129	37.1	166.0	43.7	0.020	8327	8199	160m.my5735_rel.cy10a22_gcp_c2s30
3978	65445	0	0.0	223.4	8.4	0.000	0.000	0.056	2.168	248531	56.5	3.798	129	37.1	166.0	43.8	0.021	8247	8119	160m.my5736_rel.cy10a22_gcp_c2s30
3980	65567	0	0.0	211.8	8.0	0.000	0.000	0.053	2.070	248579	56.5	3.791	129	37.1	166.0	43.8	0.019	8263	8135	160m.my5737_rel.cy10a22_gcp_c2s30
3978	65795	0	0.0	219.5	8.3	0.000	0.000	0.055	2.140	249751	56.4	3.796	129	37.1	166.0	43.8	0.084	8314	8202	160m.my5738_rel.cy10a22_gcp_c2s30
3978	65248	0	0.0	222.1	8.3	0.000	0.000	0.056	2.148	247645	56.5	3.795	130	37.1	166.0	43.7	0.018	8234	8119	160m.my5739_rel.cy10a22_gcp_c2s30
3978	65415	0	0.0	221.1	8.3	0.000	0.000	0.056	2.147	248093	56.5	3.793	130	37.1	166.0	43.7	0.017	8295	8170	160m.my5740_rel.cy10a22_gcp_c2s30
3978	65864	0	0.0	221.1	8.3	0.000	0.000	0.056	2.141	250076	56.4	3.797	128	37.1	166.0	43.8	0.019	8295	8183	160m.my5741_rel.cy10a22_gcp_c2s30
3978	65274	0	0.0	220.0	8.3	0.000	0.000	0.055	2.131	247836	56.5	3.797	130	37.1	166.0	43.8	0.019	8215	8103	160m.my5742_rel.cy10a22_gcp_c2s30
3978	65752	0	0.0	222.3	8.4	0.000	0.000	0.056	2.150	249664	56.5	3.797	129	37.1	166.0	43.8	0.024	8330	8202	160m.my5743_rel.cy10a22_gcp_c2s30

q1000.1

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

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
7960	67050	0	0.0	823.5	28.5	0.000	0.000	0.103	3.661	247979	58.8	3.698	132	37.1	166.0	43.8	0.028	8503	8343	160m.my5710_rel.cy10a22_gcp_c2s30
7960	66629	0	0.0	835.7	28.8	0.000	0.000	0.105	3.703	246184	58.9	3.695	133	37.1	166.0	43.8	0.042	8423	8263	160m.my5711_rel.cy10a22_gcp_c2s30
7960	65517	0	0.0	844.9	29.1	0.000	0.000	0.106	3.745	241897	59.2	3.692	136	37.1	166.0	43.7	0.085	8223	8039	160m.my5712_rel.cy10a22_gcp_c2s30
7960	65292	0	0.0	840.5	28.9	0.000	0.000	0.106	3.724	241783	59.0	3.703	136	37.1	166.0	43.7	0.027	8220	8055	160m.my5713_rel.cy10a22_gcp_c2s30
7960	65485	0	0.0	843.3	29.0	0.000	0.000	0.106	3.736	242288	58.9	3.700	135	37.1	165.9	43.7	0.031	8327	8151	160m.my5714_rel.cy10a22_gcp_c2s30
7960	65596	0	0.0	842.1	29.0	0.000	0.000	0.106	3.729	242714	58.9	3.700	135	37.1	166.0	43.7	0.026	8279	8119	160m.my5715_rel.cy10a22_gcp_c2s30
7960	65641	0	0.0	833.2	28.7	0.000	0.000	0.105	3.694	243012	58.9	3.702	135	37.1	166.0	43.8	0.030	8295	8103	160m.my5716_rel.cy10a22_gcp_c2s30
7960	65400	0	0.0	823.1	28.4	0.000	0.000	0.103	3.655	241762	58.9	3.697	135	37.1	166.0	43.7	0.029	8279	8119	160m.my5717_rel.cy10a22_gcp_c2s30
7956	65502	0	0.0	827.2	28.5	0.000	0.000	0.104	3.672	242124	58.8	3.696	135	37.2	166.0	43.8	0.026	8298	8135	160m.my5718_rel.cy10a22_gcp_c2s30
7960	65897	0	0.0	845.6	29.1	0.000	0.000	0.106	3.741	243910	59.0	3.701	134	37.1	166.0	43.8	0.041	8280	8106	160m.my5719_rel.cy10a22_gcp_c2s30
7960	65772	0	0.0	842.3	29.0	0.000	0.000	0.106	3.730	243644	58.9	3.704	134	37.1	165.9	43.8	0.032	8311	8151	160m.my5720_rel.cy10a22_gcp_c2s30
7960	65793	0	0.0	844.2	29.0	0.000	0.000	0.106	3.734	243519	58.8	3.701	134	37.1	166.0	43.8	0.027	8327	8167	160m.my5721_rel.cy10a22_gcp_c2s30
7956	66010	0	0.0	836.3	28.8	0.000	0.000	0.105	3.713	244267	58.7	3.700	133	37.1	166.0	43.8	0.021	8359	8199	160m.my5722_rel.cy10a22_gcp_c2s30
7960	65460	0	0.0	839.0	28.9	0.000	0.000	0.105	3.724	242369	58.9	3.703	135	37.1	165.9	43.7	0.028	8299	8151	160m.my5723_rel.cy10a22_gcp_c2s30
7960	65802	0	0.0	841.3	28.9	0.000	0.000	0.106	3.719	243626	58.8	3.702	134	37.1	166.0	43.7	0.132	8287	8119	160m.my5724_rel.cy10a22_gcp_c2s30
7960	65673	0	0.0	843.8	29.1	0.000	0.000	0.106	3.740	242937	59.0	3.699	135	37.1	165.9	43.7	0.063	8282	8103	160m.my5725_rel.cy10a22_gcp_c2s30
7956	65409	0	0.0	836.6	28.8	0.000	0.000	0.105	3.709	241706	58.7	3.695	135	37.1	166.0	43.8	0.035	8267	8087	160m.my5726_rel.cy10a22_gcp_c2s30
7960	66061	0	0.0	831.2	28.8	0.000	0.000	0.104	3.699	244736	58.9	3.705	134	37.1	166.0	43.7	0.037	8346	8186	160m.my5727_rel.cy10a22_gcp_c2s30
7960	65746	0	0.0	838.7	28.9	0.000	0.000	0.105	3.721	243301	58.9	3.701	134	37.1	166.0	43.7	0.041	8314	8155	160m.my5728_rel.cy10a22_gcp_c2s30
7960	65599	0	0.0	835.8	28.8	0.000	0.000	0.105	3.699	243177	58.9	3.707	135	37.1	166.0	43.7	0.086	8279	8071	160m.my5729_rel.cy10a22_gcp_c2s30
7956	65325	0	0.0	845.5	29.1	0.000	0.000	0.106	3.740	242202	59.0	3.708	135	37.1	166.0	43.7	0.077	8247	8071	160m.my5730_rel.cy10a22_gcp_c2s30
7960	65119	0	0.0	843.9	29.1	0.000	0.000	0.106	3.739	243388	58.9	3.738	136	37.1	166.0	43.8	0.027	8247	8087	160m.my5731_rel.cy10a22_gcp_c2s30
7956	64730	0	0.0	844.1	29.0	0.000	0.000	0.106	3.736	241515	58.8	3.731	136	37.1	166.0	43.7	0.047	8177	8023	160m.my5732_rel.cy10a22_gcp_c2s30
7960	64774	0	0.0	840.6	28.9	0.000	0.000	0.106	3.724	242144	59.0	3.738	137	37.1	166.0	43.8	0.031	8199	8055	160m.my5733_rel.cy10a22_gcp_c2s30
7960	64584	0	0.0	841.5	28.9	0.000	0.000	0.106	3.716	241413	58.9	3.738	137	37.1	166.0	43.7	0.025	8151	8008	160m.my5734_rel.cy10a22_gcp_c2s30
7956	64250	0	0.0	845.6	29.1	0.000	0.000	0.106	3.750	240158	59.0	3.738	138	37.1	166.0	43.7	0.024	8103	7943	160m.my5735_rel.cy10a22_gcp_c2s30
7960	64334	0	0.0	835.5	28.8	0.000	0.000	0.105	3.706	240354	59.0	3.736	138	37.1	166.0	43.8	0.029	8090	7943	160m.my5736_rel.cy10a22_gcp_c2s30
7960	64105	0	0.0	840.3	29.0	0.000	0.000	0.106	3.725	239847	59.1	3.741	138	37.1	166.0	43.8	0.030	8071	7927	160m.my5737_rel.cy10a22_gcp_c2s30
7960	64459	0	0.0	851.3	29.3	0.000	0.000	0.107	3.773	240763	58.9	3.735	137	37.1	166.0	43.8	0.032	8151	7991	160m.my5738_rel.cy10a22_gcp_c2s30
7956	63737	0	0.0	848.4	29.2	0.000	0.000	0.107	3.753	238074	59.0	3.735	139	37.1	166.0	43.7	0.064	8023	7886	160m.my5739_rel.cy10a22_gcp_c2s30
7956	64092	0	0.0	844.3	29.1	0.000	0.000	0.106	3.743	238997	58.9	3.729	138	37.1	166.0	43.7	0.025	8111	7975	160m.my5740_rel.cy10a22_gcp_c2s30
7960	64708	0	0.0	845.2	29.1	0.000	0.000	0.106	3.749	241885	59.0	3.738	137	37.1	166.0	43.7	0.024	8135	7991	160m.my5741_rel.cy10a22_gcp_c2s30
7960	64104	0	0.0	845.0	29.0	0.000	0.000	0.106	3.736	239410	58.9	3.735	138	37.1	166.0	43.8	0.024	8087	7931	160m.my5742_rel.cy10a22_gcp_c2s30
7960	64206	0	0.0	840.1	28.9	0.000	0.000	0.106	3.720	240162	59.0	3.741	138	37.1	166.0	43.7	0.028	8074	7927	160m.my5743_rel.cy10a22_gcp_c2s30

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	87.729	12.201	0.039	0.018	0.013	0.000	0.000	0.000	0.000	0.226	my5710_rel.cy10a22_gcp_c2s30
0.000	95.316	4.622	0.030	0.019	0.013	0.000	0.000	0.000	0.000	0.238	my5711_rel.cy10a22_gcp_c2s30
0.000	49.251	50.679	0.035	0.021	0.014	0.000	0.000	0.000	0.000	0.218	my5712_rel.cy10a22_gcp_c2s30
0.000	93.004	6.938	0.031	0.012	0.015	0.000	0.000	0.000	0.000	0.233	my5713_rel.cy10a22_gcp_c2s30
0.000	82.594	17.342	0.032	0.018	0.014	0.000	0.000	0.000	0.000	0.248	my5714_rel.cy10a22_gcp_c2s30
0.000	89.032	10.905	0.035	0.013	0.015	0.000	0.000	0.000	0.000	0.238	my5715_rel.cy10a22_gcp_c2s30
0.000	89.966	9.974	0.026	0.020	0.014	0.000	0.000	0.000	0.000	0.228	my5716_rel.cy10a22_gcp_c2s30
0.000	94.082	5.852	0.035	0.016	0.015	0.000	0.000	0.000	0.000	0.252	my5717_rel.cy10a22_gcp_c2s30
0.000	91.315	8.621	0.034	0.016	0.014	0.000	0.000	0.000	0.000	0.229	my5718_rel.cy10a22_gcp_c2s30
0.000	95.229	4.700	0.041	0.016	0.014	0.000	0.000	0.000	0.000	0.242	my5719_rel.cy10a22_gcp_c2s30
0.000	92.100	7.824	0.042	0.019	0.014	0.001	0.000	0.000	0.000	0.661	my5720_rel.cy10a22_gcp_c2s30
0.000	91.257	8.682	0.032	0.015	0.014	0.000	0.000	0.000	0.000	0.219	my5721_rel.cy10a22_gcp_c2s30
0.000	89.802	10.128	0.036	0.019	0.014	0.000	0.000	0.000	0.000	0.232	my5722_rel.cy10a22_gcp_c2s30
0.000	95.121	4.816	0.034	0.014	0.015	0.000	0.000	0.000	0.000	0.239	my5723_rel.cy10a22_gcp_c2s30
0.000	95.758	4.177	0.037	0.015	0.014	0.000	0.000	0.000	0.000	0.228	my5724_rel.cy10a22_gcp_c2s30
0.000	93.475	6.463	0.030	0.017	0.015	0.000	0.000	0.000	0.000	0.254	my5725_rel.cy10a22_gcp_c2s30
0.000	94.870	5.068	0.035	0.014	0.014	0.000	0.000	0.000	0.000	0.237	my5726_rel.cy10a22_gcp_c2s30
0.000	89.364	10.568	0.035	0.018	0.015	0.000	0.000	0.000	0.000	0.227	my5727_rel.cy10a22_gcp_c2s30
0.000	95.510	4.423	0.040	0.012	0.015	0.000	0.000	0.000	0.000	0.236	my5728_rel.cy10a22_gcp_c2s30
0.000	95.492	4.443	0.034	0.015	0.015	0.000	0.000	0.000	0.000	0.249	my5729_rel.cy10a22_gcp_c2s30
0.000	89.953	9.989	0.031	0.013	0.015	0.000	0.000	0.000	0.000	0.241	my5730_rel.cy10a22_gcp_c2s30
0.000	86.890	13.043	0.036	0.018	0.014	0.000	0.000	0.000	0.000	0.224	my5731_rel.cy10a22_gcp_c2s30
0.000	93.233	6.698	0.037	0.017	0.015	0.000	0.000	0.000	0.000	0.229	my5732_rel.cy10a22_gcp_c2s30
0.000	92.151	7.786	0.033	0.016	0.015	0.000	0.000	0.000	0.000	0.229	my5733_rel.cy10a22_gcp_c2s30
0.000	91.719	8.219	0.032	0.015	0.014	0.000	0.000	0.000	0.000	0.243	my5734_rel.cy10a22_gcp_c2s30
0.000	96.037	3.900	0.036	0.013	0.014	0.000	0.000	0.000	0.000	0.252	my5735_rel.cy10a22_gcp_c2s30
0.000	91.937	7.979	0.047	0.022	0.015	0.001	0.000	0.000	0.000	0.420	my5736_rel.cy10a22_gcp_c2s30
0.000	92.864	7.072	0.033	0.016	0.015	0.000	0.000	0.000	0.000	0.239	my5737_rel.cy10a22_gcp_c2s30
0.000	89.186	10.750	0.036	0.014	0.014	0.000	0.000	0.000	0.000	0.225	my5738_rel.cy10a22_gcp_c2s30
0.000	95.587	4.346	0.035	0.018	0.015	0.000	0.000	0.000	0.000	0.229	my5739_rel.cy10a22_gcp_c2s30
0.000	89.829	10.101	0.036	0.020	0.015	0.000	0.000	0.000	0.000	0.233	my5740_rel.cy10a22_gcp_c2s30
0.000	88.661	11.269	0.040	0.015	0.015	0.000	0.000	0.000	0.000	0.234	my5741_rel.cy10a22_gcp_c2s30
0.000	91.680	8.257	0.034	0.015	0.015	0.000	0.000	0.000	0.000	0.239	my5742_rel.cy10a22_gcp_c2s30
0.000	89.144	10.797	0.029	0.015	0.014	0.000	0.000	0.000	0.000	0.238	my5743_rel.cy10a22_gcp_c2s30

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	79.270	20.249	0.103	0.051	0.327	0.000	0.000	0.000	0.582	my5710_rel.cy10a22_gcp_c2s30
0.000	0.000	79.305	20.209	0.110	0.051	0.326	0.000	0.000	0.000	0.515	my5711_rel.cy10a22_gcp_c2s30
0.000	0.000	76.350	23.148	0.108	0.049	0.346	0.000	0.000	0.000	0.519	my5712_rel.cy10a22_gcp_c2s30
0.000	0.000	81.473	18.126	0.109	0.124	0.169	0.000	0.000	0.000	0.488	my5713_rel.cy10a22_gcp_c2s30
0.000	0.000	80.866	18.727	0.105	0.126	0.176	0.000	0.000	0.000	0.518	my5714_rel.cy10a22_gcp_c2s30
0.000	0.000	81.334	18.265	0.102	0.125	0.175	0.000	0.000	0.000	0.723	my5715_rel.cy10a22_gcp_c2s30
0.000	0.000	81.041	18.549	0.109	0.127	0.173	0.000	0.000	0.000	0.854	my5716_rel.cy10a22_gcp_c2s30
0.000	0.000	81.135	18.458	0.111	0.124	0.171	0.000	0.000	0.000	0.543	my5717_rel.cy10a22_gcp_c2s30
0.000	0.000	81.331	18.260	0.109	0.126	0.174	0.000	0.000	0.000	0.582	my5718_rel.cy10a22_gcp_c2s30
0.000	0.000	81.717	17.877	0.107	0.127	0.172	0.000	0.000	0.000	0.499	my5719_rel.cy10a22_gcp_c2s30
0.000	0.000	80.785	18.810	0.103	0.125	0.176	0.000	0.000	0.000	0.774	my5720_rel.cy10a22_gcp_c2s30
0.000	0.000	80.837	18.760	0.105	0.124	0.173	0.000	0.000	0.000	0.680	my5721_rel.cy10a22_gcp_c2s30
0.000	0.000	80.906	18.689	0.108	0.123	0.175	0.000	0.000	0.000	0.583	my5722_rel.cy10a22_gcp_c2s30
0.000	0.000	80.966	18.631	0.105	0.127	0.171	0.000	0.000	0.000	0.549	my5723_rel.cy10a22_gcp_c2s30
0.000	0.000	80.739	18.843	0.107	0.119	0.192	0.000	0.000	0.000	0.533	my5724_rel.cy10a22_gcp_c2s30
0.000	0.000	81.294	18.294	0.110	0.121	0.181	0.000	0.000	0.000	0.373	my5725_rel.cy10a22_gcp_c2s30
0.000	0.000	80.535	19.055	0.111	0.126	0.173	0.000	0.000	0.000	0.534	my5726_rel.cy10a22_gcp_c2s30
0.000	0.000	80.267	19.320	0.109	0.126	0.178	0.000	0.000	0.000	0.471	my5727_rel.cy10a22_gcp_c2s30
0.000	0.000	80.685	18.892	0.117	0.129	0.178	0.000	0.000	0.000	0.752	my5728_rel.cy10a22_gcp_c2s30
0.000	0.000	80.938	18.655	0.108	0.127	0.172	0.000	0.000	0.000	0.452	my5729_rel.cy10a22_gcp_c2s30
0.000	0.000	81.143	18.445	0.114	0.129	0.170	0.000	0.000	0.000	0.688	my5730_rel.cy10a22_gcp_c2s30
0.000	0.000	81.009	18.579	0.108	0.125	0.179	0.000	0.000	0.000	0.527	my5731_rel.cy10a22_gcp_c2s30
0.000	0.000	81.215	18.357	0.111	0.131	0.185	0.000	0.000	0.000	0.433	my5732_rel.cy10a22_gcp_c2s30
0.000	0.000	80.483	19.103	0.100	0.131	0.182	0.000	0.000	0.000	0.418	my5733_rel.cy10a22_gcp_c2s30
0.000	0.000	81.579	17.991	0.107	0.120	0.203	0.000	0.000	0.000	0.625	my5734_rel.cy10a22_gcp_c2s30
0.000	0.000	82.040	17.523	0.111	0.121	0.205	0.000	0.000	0.000	0.462	my5735_rel.cy10a22_gcp_c2s30
0.000	0.000	79.267	20.317	0.111	0.119	0.185	0.000	0.000	0.000	0.489	my5736_rel.cy10a22_gcp_c2s30
0.000	0.000	81.256	18.322	0.101	0.123	0.198	0.000	0.000	0.000	0.469	my5737_rel.cy10a22_gcp_c2s30
0.000	0.000	80.349	19.243	0.109	0.123	0.176	0.000	0.000	0.000	0.526	my5738_rel.cy10a22_gcp_c2s30
0.000	0.000	80.537	19.052	0.107	0.127	0.176	0.000	0.000	0.000	0.389	my5739_rel.cy10a22_gcp_c2s30
0.000	0.000	81.156	18.390	0.116	0.120	0.217	0.000	0.000	0.000	0.492	my5740_rel.cy10a22_gcp_c2s30
0.000	0.000	80.786	18.769	0.108	0.133	0.204	0.000	0.000	0.000	0.332	my5741_rel.cy10a22_gcp_c2s30
0.000	0.000	81.417	18.150	0.107	0.125	0.201	0.000	0.000	0.000	0.519	my5742_rel.cy10a22_gcp_c2s30
0.000	0.000	80.866	18.687	0.112	0.125	0.209	0.000	0.000	0.000	0.433	my5743_rel.cy10a22_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.001	83.779	15.765	0.079	0.076	0.301	0.000	0.000	0.000	0.433	my5710_rel.cy10a22_gcp_c2s30
0.000	0.001	83.751	15.789	0.085	0.073	0.302	0.000	0.000	0.000	0.517	my5711_rel.cy10a22_gcp_c2s30
0.000	0.001	81.103	18.422	0.082	0.072	0.321	0.000	0.000	0.000	0.481	my5712_rel.cy10a22_gcp_c2s30
0.000	0.001	85.835	13.789	0.086	0.170	0.120	0.000	0.000	0.000	0.446	my5713_rel.cy10a22_gcp_c2s30
0.000	0.001	85.362	14.254	0.084	0.177	0.123	0.000	0.000	0.000	0.464	my5714_rel.cy10a22_gcp_c2s30
0.000	0.001	85.721	13.900	0.080	0.171	0.127	0.000	0.000	0.000	0.289	my5715_rel.cy10a22_gcp_c2s30
0.000	0.001	85.497	14.117	0.087	0.174	0.124	0.000	0.000	0.000	0.325	my5716_rel.cy10a22_gcp_c2s30
0.000	0.001	85.728	13.892	0.087	0.174	0.119	0.000	0.000	0.000	0.541	my5717_rel.cy10a22_gcp_c2s30
0.000	0.001	85.767	13.847	0.087	0.171	0.127	0.000	0.000	0.000	0.594	my5718_rel.cy10a22_gcp_c2s30
0.000	0.001	85.995	13.622	0.086	0.171	0.125	0.000	0.000	0.000	0.441	my5719_rel.cy10a22_gcp_c2s30
0.000	0.001	85.320	14.299	0.082	0.173	0.126	0.000	0.000	0.000	0.414	my5720_rel.cy10a22_gcp_c2s30
0.000	0.001	85.592	14.028	0.083	0.178	0.118	0.000	0.000	0.000	0.376	my5721_rel.cy10a22_gcp_c2s30
0.000	0.001	85.596	14.022	0.087	0.172	0.122	0.000	0.000	0.000	0.433	my5722_rel.cy10a22_gcp_c2s30
0.000	0.001	85.579	14.043	0.081	0.175	0.120	0.000	0.000	0.000	0.362	my5723_rel.cy10a22_gcp_c2s30
0.000	0.001	85.453	14.153	0.085	0.172	0.136	0.000	0.000	0.000	0.489	my5724_rel.cy10a22_gcp_c2s30
0.000	0.001	85.956	13.659	0.085	0.176	0.123	0.000	0.000	0.000	0.343	my5725_rel.cy10a22_gcp_c2s30
0.000	0.001	85.470	14.146	0.088	0.174	0.122	0.000	0.000	0.000	0.449	my5726_rel.cy10a22_gcp_c2s30
0.000	0.001	85.196	14.415	0.086	0.175	0.126	0.000	0.000	0.000	0.348	my5727_rel.cy10a22_gcp_c2s30
0.000	0.001	85.415	14.188	0.092	0.178	0.126	0.000	0.000	0.000	0.467	my5728_rel.cy10a22_gcp_c2s30
0.000	0.001	85.665	13.953	0.085	0.175	0.121	0.000	0.000	0.000	0.448	my5729_rel.cy10a22_gcp_c2s30
0.000	0.001	85.789	13.825	0.089	0.177	0.119	0.000	0.000	0.000	0.561	my5730_rel.cy10a22_gcp_c2s30
0.000	0.001	85.673	13.940	0.084	0.177	0.124	0.000	0.000	0.000	0.529	my5731_rel.cy10a22_gcp_c2s30
0.000	0.001	85.639	13.961	0.086	0.179	0.135	0.000	0.000	0.000	0.430	my5732_rel.cy10a22_gcp_c2s30
0.000	nonzero	85.020	14.587	0.082	0.180	0.130	0.000	0.000	0.000	0.412	my5733_rel.cy10a22_gcp_c2s30
0.000	0.001	86.059	13.536	0.084	0.180	0.140	0.000	0.000	0.000	0.606	my5734_rel.cy10a22_gcp_c2s30
0.000	0.001	86.328	13.260	0.088	0.175	0.148	0.000	0.000	0.000	0.429	my5735_rel.cy10a22_gcp_c2s30
0.000	0.001	84.003	15.606	0.087	0.168	0.134	0.000	0.000	0.000	0.439	my5736_rel.cy10a22_gcp_c2s30
0.000	nonzero	85.872	13.730	0.080	0.176	0.142	0.000	0.000	0.000	0.467	my5737_rel.cy10a22_gcp_c2s30
0.000	nonzero	85.119	14.496	0.088	0.172	0.124	0.000	0.000	0.000	0.512	my5738_rel.cy10a22_gcp_c2s30
0.000	nonzero	85.118	14.497	0.084	0.173	0.128	0.000	0.000	0.000	0.387	my5739_rel.cy10a22_gcp_c2s30
0.000	nonzero	85.777	13.798	0.090	0.180	0.155	0.000	0.000	0.000	0.492	my5740_rel.cy10a22_gcp_c2s30
0.000	0.001	85.493	14.088	0.084	0.189	0.145	0.000	0.000	0.000	0.302	my5741_rel.cy10a22_gcp_c2s30
0.000	0.001	86.067	13.525	0.084	0.178	0.145	0.000	0.000	0.000	0.520	my5742_rel.cy10a22_gcp_c2s30
0.000	0.001	85.651	13.932	0.087	0.181	0.149	0.000	0.000	0.000	0.427	my5743_rel.cy10a22_gcp_c2s30

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.897	0.100	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.023	my5710_rel.cy10a22_gcp_c2s30
99.900	0.097	0.003	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.112	my5711_rel.cy10a22_gcp_c2s30
99.893	0.104	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.044	my5712_rel.cy10a22_gcp_c2s30
99.886	0.111	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	my5713_rel.cy10a22_gcp_c2s30
99.887	0.110	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5714_rel.cy10a22_gcp_c2s30
99.885	0.112	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5715_rel.cy10a22_gcp_c2s30
99.885	0.113	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.033	my5716_rel.cy10a22_gcp_c2s30
99.886	0.111	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	my5717_rel.cy10a22_gcp_c2s30
99.888	0.110	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5718_rel.cy10a22_gcp_c2s30
99.893	0.105	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.023	my5719_rel.cy10a22_gcp_c2s30
99.887	0.111	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5720_rel.cy10a22_gcp_c2s30
99.889	0.108	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5721_rel.cy10a22_gcp_c2s30
99.894	0.103	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.036	my5722_rel.cy10a22_gcp_c2s30
99.889	0.108	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.033	my5723_rel.cy10a22_gcp_c2s30
99.892	0.106	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.034	my5724_rel.cy10a22_gcp_c2s30
99.884	0.113	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.033	my5725_rel.cy10a22_gcp_c2s30
99.892	0.106	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.041	my5726_rel.cy10a22_gcp_c2s30
99.882	0.116	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.039	my5727_rel.cy10a22_gcp_c2s30
99.886	0.111	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.030	my5728_rel.cy10a22_gcp_c2s30
99.892	0.105	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.040	my5729_rel.cy10a22_gcp_c2s30
99.879	0.119	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5730_rel.cy10a22_gcp_c2s30
99.908	0.089	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.035	my5731_rel.cy10a22_gcp_c2s30
99.906	0.092	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.040	my5732_rel.cy10a22_gcp_c2s30
99.911	0.087	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5733_rel.cy10a22_gcp_c2s30
99.899	0.099	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	my5734_rel.cy10a22_gcp_c2s30
99.903	0.095	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my5735_rel.cy10a22_gcp_c2s30
99.900	0.098	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	my5736_rel.cy10a22_gcp_c2s30
99.898	0.099	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5737_rel.cy10a22_gcp_c2s30
99.907	0.091	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my5738_rel.cy10a22_gcp_c2s30
99.895	0.103	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.016	my5739_rel.cy10a22_gcp_c2s30
99.898	0.100	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.037	my5740_rel.cy10a22_gcp_c2s30
99.903	0.095	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5741_rel.cy10a22_gcp_c2s30
99.901	0.097	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	my5742_rel.cy10a22_gcp_c2s30
99.900	0.097	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.016	my5743_rel.cy10a22_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	98.017	1.948	0.035	0.000	0.000	0.000	0.000	0.000	0.022	my5710_rel.cy10a22_gcp_c2s30
0.000	0.000	98.993	0.990	0.017	0.000	0.000	0.000	0.000	0.000	0.058	my5711_rel.cy10a22_gcp_c2s30
0.000	0.000	98.399	1.587	0.014	0.000	0.000	0.000	0.000	0.000	0.031	my5712_rel.cy10a22_gcp_c2s30
0.000	0.000	98.688	1.292	0.021	0.000	0.000	0.000	0.000	0.000	0.021	my5713_rel.cy10a22_gcp_c2s30
0.000	0.000	98.910	1.090	0.000	0.000	0.000	0.000	0.000	0.000	0.013	my5714_rel.cy10a22_gcp_c2s30
0.000	0.000	99.528	0.472	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5715_rel.cy10a22_gcp_c2s30
0.000	0.000	99.115	0.882	0.003	0.000	0.000	0.000	0.000	0.000	0.017	my5716_rel.cy10a22_gcp_c2s30
0.000	0.000	98.861	1.139	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5717_rel.cy10a22_gcp_c2s30
0.000	0.000	99.316	0.677	0.007	0.000	0.000	0.000	0.000	0.000	0.018	my5718_rel.cy10a22_gcp_c2s30
0.000	0.000	98.767	1.226	0.007	0.000	0.000	0.000	0.000	0.000	0.025	my5719_rel.cy10a22_gcp_c2s30
0.000	0.000	99.031	0.969	0.000	0.000	0.000	0.000	0.000	0.000	0.013	my5720_rel.cy10a22_gcp_c2s30
0.000	0.000	99.240	0.753	0.007	0.000	0.000	0.000	0.000	0.000	0.021	my5721_rel.cy10a22_gcp_c2s30
0.000	0.000	99.215	0.781	0.003	0.000	0.000	0.000	0.000	0.000	0.018	my5722_rel.cy10a22_gcp_c2s30
0.000	0.000	98.694	1.302	0.003	0.000	0.000	0.000	0.000	0.000	0.023	my5723_rel.cy10a22_gcp_c2s30
0.000	0.000	99.424	0.576	0.000	0.000	0.000	0.000	0.000	0.000	0.009	my5724_rel.cy10a22_gcp_c2s30
0.000	0.000	99.111	0.885	0.003	0.000	0.000	0.000	0.000	0.000	0.026	my5725_rel.cy10a22_gcp_c2s30
0.000	0.000	99.497	0.500	0.003	0.000	0.000	0.000	0.000	0.000	0.021	my5726_rel.cy10a22_gcp_c2s30
0.000	0.000	99.309	0.684	0.007	0.000	0.000	0.000	0.000	0.000	0.022	my5727_rel.cy10a22_gcp_c2s30
0.000	0.000	98.969	1.014	0.017	0.000	0.000	0.000	0.000	0.000	0.022	my5728_rel.cy10a22_gcp_c2s30
0.000	0.000	99.170	0.819	0.010	0.000	0.000	0.000	0.000	0.000	0.017	my5729_rel.cy10a22_gcp_c2s30
0.000	0.000	99.233	0.764	0.003	0.000	0.000	0.000	0.000	0.000	0.018	my5730_rel.cy10a22_gcp_c2s30
0.000	0.000	99.774	0.226	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my5731_rel.cy10a22_gcp_c2s30
0.000	0.000	99.444	0.535	0.021	0.000	0.000	0.000	0.000	0.000	0.024	my5732_rel.cy10a22_gcp_c2s30
0.000	0.000	99.615	0.382	0.003	0.000	0.000	0.000	0.000	0.000	0.020	my5733_rel.cy10a22_gcp_c2s30
0.000	0.000	99.545	0.451	0.003	0.000	0.000	0.000	0.000	0.000	0.016	my5734_rel.cy10a22_gcp_c2s30
0.000	0.000	99.701	0.299	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my5735_rel.cy10a22_gcp_c2s30
0.000	0.000	99.566	0.420	0.014	0.000	0.000	0.000	0.000	0.000	0.019	my5736_rel.cy10a22_gcp_c2s30
0.000	0.000	99.531	0.469	0.000	0.000	0.000	0.000	0.000	0.000	0.014	my5737_rel.cy10a22_gcp_c2s30
0.000	0.000	99.545	0.448	0.007	0.000	0.000	0.000	0.000	0.000	0.020	my5738_rel.cy10a22_gcp_c2s30
0.000	0.000	99.549	0.448	0.003	0.000	0.000	0.000	0.000	0.000	0.016	my5739_rel.cy10a22_gcp_c2s30
0.000	0.000	99.545	0.455	0.000	0.000	0.000	0.000	0.000	0.000	0.014	my5740_rel.cy10a22_gcp_c2s30
0.000	0.000	99.469	0.528	0.003	0.000	0.000	0.000	0.000	0.000	0.018	my5741_rel.cy10a22_gcp_c2s30
0.000	0.000	99.576	0.413	0.010	0.000	0.000	0.000	0.000	0.000	0.022	my5742_rel.cy10a22_gcp_c2s30
0.000	0.000	99.382	0.615	0.003	0.000	0.000	0.000	0.000	0.000	0.018	my5743_rel.cy10a22_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.316	0.663	0.021	0.000	0.000	0.000	0.000	0.000	0.027	my5710_rel.cy10a22_gcp_c2s30
0.000	0.000	99.715	0.278	0.007	0.000	0.000	0.000	0.000	0.000	0.035	my5711_rel.cy10a22_gcp_c2s30
0.000	0.000	99.583	0.413	0.003	0.000	0.000	0.000	0.000	0.000	0.020	my5712_rel.cy10a22_gcp_c2s30
0.000	0.003	99.431	0.559	0.007	0.000	0.000	0.000	0.000	0.000	0.021	my5713_rel.cy10a22_gcp_c2s30
0.000	0.000	99.726	0.271	0.003	0.000	0.000	0.000	0.000	0.000	0.027	my5714_rel.cy10a22_gcp_c2s30
0.000	0.000	99.899	0.101	0.000	0.000	0.000	0.000	0.000	0.000	0.008	my5715_rel.cy10a22_gcp_c2s30
0.000	0.000	99.712	0.288	0.000	0.000	0.000	0.000	0.000	0.000	0.013	my5716_rel.cy10a22_gcp_c2s30
0.000	0.000	99.625	0.375	0.000	0.000	0.000	0.000	0.000	0.000	0.013	my5717_rel.cy10a22_gcp_c2s30
0.000	0.000	99.809	0.191	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5718_rel.cy10a22_gcp_c2s30
0.000	0.000	99.469	0.528	0.003	0.000	0.000	0.000	0.000	0.000	0.025	my5719_rel.cy10a22_gcp_c2s30
0.000	0.000	99.747	0.247	0.007	0.000	0.000	0.000	0.000	0.000	0.029	my5720_rel.cy10a22_gcp_c2s30
0.000	0.000	99.809	0.188	0.003	0.000	0.000	0.000	0.000	0.000	0.019	my5721_rel.cy10a22_gcp_c2s30
0.000	0.000	99.719	0.274	0.007	0.000	0.000	0.000	0.000	0.000	0.020	my5722_rel.cy10a22_gcp_c2s30
0.000	0.000	99.566	0.427	0.007	0.000	0.000	0.000	0.000	0.000	0.019	my5723_rel.cy10a22_gcp_c2s30
0.000	0.000	99.906	0.094	0.000	0.000	0.000	0.000	0.000	0.000	0.007	my5724_rel.cy10a22_gcp_c2s30
0.000	0.000	99.795	0.205	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5725_rel.cy10a22_gcp_c2s30
0.000	0.000	99.865	0.135	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my5726_rel.cy10a22_gcp_c2s30
0.000	0.000	99.819	0.181	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my5727_rel.cy10a22_gcp_c2s30
0.000	0.000	99.663	0.326	0.010	0.000	0.000	0.000	0.000	0.000	0.022	my5728_rel.cy10a22_gcp_c2s30
0.000	0.000	99.743	0.253	0.003	0.000	0.000	0.000	0.000	0.000	0.016	my5729_rel.cy10a22_gcp_c2s30
0.000	0.000	99.719	0.281	0.000	0.000	0.000	0.000	0.000	0.000	0.013	my5730_rel.cy10a22_gcp_c2s30
0.000	0.000	99.889	0.111	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5731_rel.cy10a22_gcp_c2s30
0.000	0.000	99.597	0.403	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5732_rel.cy10a22_gcp_c2s30
0.000	0.000	99.781	0.219	0.000	0.000	0.000	0.000	0.000	0.000	0.014	my5733_rel.cy10a22_gcp_c2s30
0.000	0.000	99.819	0.181	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my5734_rel.cy10a22_gcp_c2s30
0.000	0.000	99.913	0.087	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my5735_rel.cy10a22_gcp_c2s30
0.000	0.000	99.736	0.264	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5736_rel.cy10a22_gcp_c2s30
0.000	0.000	99.788	0.208	0.003	0.000	0.000	0.000	0.000	0.000	0.020	my5737_rel.cy10a22_gcp_c2s30
0.000	0.000	99.719	0.278	0.003	0.000	0.000	0.000	0.000	0.000	0.017	my5738_rel.cy10a22_gcp_c2s30
0.000	0.000	99.757	0.243	0.000	0.000	0.000	0.000	0.000	0.000	0.012	my5739_rel.cy10a22_gcp_c2s30
0.000	0.000	99.733	0.267	0.000	0.000	0.000	0.000	0.000	0.000	0.011	my5740_rel.cy10a22_gcp_c2s30
0.000	0.000	99.733	0.267	0.000	0.000	0.000	0.000	0.000	0.000	0.015	my5741_rel.cy10a22_gcp_c2s30
0.000	0.000	99.743	0.257	0.000	0.000	0.000	0.000	0.000	0.000	0.009	my5742_rel.cy10a22_gcp_c2s30
0.000	0.000	99.715	0.281	0.003	0.000	0.000	0.000	0.000	0.000	0.018	my5743_rel.cy10a22_gcp_c2s30

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.855	0.127	0.016	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	my5710_rel.cy10a22_gcp_c2s30
99.853	0.131	0.016	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5711_rel.cy10a22_gcp_c2s30
99.858	0.125	0.016	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.021	my5712_rel.cy10a22_gcp_c2s30
99.856	0.129	0.014	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5713_rel.cy10a22_gcp_c2s30
99.848	0.136	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.021	my5714_rel.cy10a22_gcp_c2s30
99.840	0.145	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5715_rel.cy10a22_gcp_c2s30
99.831	0.153	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	my5716_rel.cy10a22_gcp_c2s30
99.853	0.132	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5717_rel.cy10a22_gcp_c2s30
99.846	0.138	0.014	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5718_rel.cy10a22_gcp_c2s30
99.846	0.139	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5719_rel.cy10a22_gcp_c2s30
99.837	0.147	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5720_rel.cy10a22_gcp_c2s30
99.846	0.138	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.021	my5721_rel.cy10a22_gcp_c2s30
99.842	0.141	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5722_rel.cy10a22_gcp_c2s30
99.851	0.134	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	my5723_rel.cy10a22_gcp_c2s30
99.844	0.141	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	my5724_rel.cy10a22_gcp_c2s30
99.848	0.136	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.022	my5725_rel.cy10a22_gcp_c2s30
99.858	0.126	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.016	my5726_rel.cy10a22_gcp_c2s30
99.846	0.137	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.022	my5727_rel.cy10a22_gcp_c2s30
99.842	0.142	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5728_rel.cy10a22_gcp_c2s30
99.835	0.149	0.016	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	my5729_rel.cy10a22_gcp_c2s30
99.839	0.145	0.015	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5730_rel.cy10a22_gcp_c2s30
99.878	0.113	0.008	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5731_rel.cy10a22_gcp_c2s30
99.867	0.124	0.008	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5732_rel.cy10a22_gcp_c2s30
99.876	0.115	0.008	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	my5733_rel.cy10a22_gcp_c2s30
99.870	0.121	0.009	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5734_rel.cy10a22_gcp_c2s30
99.866	0.125	0.009	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.020	my5735_rel.cy10a22_gcp_c2s30
99.858	0.133	0.009	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.021	my5736_rel.cy10a22_gcp_c2s30
99.857	0.134	0.009	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5737_rel.cy10a22_gcp_c2s30
99.868	0.123	0.008	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.084	my5738_rel.cy10a22_gcp_c2s30
99.858	0.133	0.008	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.018	my5739_rel.cy10a22_gcp_c2s30
99.862	0.129	0.009	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	my5740_rel.cy10a22_gcp_c2s30
99.865	0.126	0.008	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5741_rel.cy10a22_gcp_c2s30
99.855	0.135	0.009	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	my5742_rel.cy10a22_gcp_c2s30
99.868	0.123	0.009	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5743_rel.cy10a22_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	91.372	8.488	0.140	0.000	0.000	0.000	0.000	0.000	0.031	my5710_rel.cy10a22_gcp_c2s30
0.000	0.000	92.537	7.367	0.096	0.000	0.000	0.000	0.000	0.000	0.027	my5711_rel.cy10a22_gcp_c2s30
0.000	0.000	90.608	9.254	0.137	0.000	0.000	0.000	0.000	0.000	0.034	my5712_rel.cy10a22_gcp_c2s30
0.000	0.000	93.585	6.322	0.093	0.000	0.000	0.000	0.000	0.000	0.031	my5713_rel.cy10a22_gcp_c2s30
0.000	0.000	93.817	6.087	0.096	0.000	0.000	0.000	0.000	0.000	0.032	my5714_rel.cy10a22_gcp_c2s30
0.000	0.000	94.728	5.201	0.071	0.000	0.000	0.000	0.000	0.000	0.028	my5715_rel.cy10a22_gcp_c2s30
0.000	0.000	94.385	5.531	0.085	0.000	0.000	0.000	0.000	0.000	0.033	my5716_rel.cy10a22_gcp_c2s30
0.000	0.000	93.972	5.954	0.074	0.000	0.000	0.000	0.000	0.000	0.033	my5717_rel.cy10a22_gcp_c2s30
0.000	0.000	94.153	5.753	0.094	0.000	0.000	0.000	0.000	0.000	0.032	my5718_rel.cy10a22_gcp_c2s30
0.000	0.000	93.863	6.049	0.088	0.000	0.000	0.000	0.000	0.000	0.031	my5719_rel.cy10a22_gcp_c2s30
0.000	0.000	94.473	5.469	0.058	0.000	0.000	0.000	0.000	0.000	0.027	my5720_rel.cy10a22_gcp_c2s30
0.000	0.000	94.123	5.817	0.060	0.000	0.000	0.000	0.000	0.000	0.030	my5721_rel.cy10a22_gcp_c2s30
0.000	0.000	92.562	7.323	0.115	0.000	0.000	0.000	0.000	0.000	0.031	my5722_rel.cy10a22_gcp_c2s30
0.000	0.000	94.220	5.701	0.078	0.000	0.000	0.000	0.000	0.000	0.032	my5723_rel.cy10a22_gcp_c2s30
0.000	0.000	93.694	6.221	0.085	0.000	0.000	0.000	0.000	0.000	0.042	my5724_rel.cy10a22_gcp_c2s30
0.000	0.000	93.222	6.669	0.109	0.000	0.000	0.000	0.000	0.000	0.031	my5725_rel.cy10a22_gcp_c2s30
0.000	0.000	93.792	6.127	0.081	0.000	0.000	0.000	0.000	0.000	0.031	my5726_rel.cy10a22_gcp_c2s30
0.000	0.000	94.080	5.843	0.077	0.000	0.000	0.000	0.000	0.000	0.034	my5727_rel.cy10a22_gcp_c2s30
0.000	0.000	93.672	6.251	0.076	0.000	0.000	0.000	0.000	0.000	0.028	my5728_rel.cy10a22_gcp_c2s30
0.000	0.000	93.963	5.954	0.083	0.000	0.000	0.000	0.000	0.000	0.031	my5729_rel.cy10a22_gcp_c2s30
0.000	0.000	94.068	5.855	0.077	0.000	0.000	0.000	0.000	0.000	0.028	my5730_rel.cy10a22_gcp_c2s30
0.000	0.000	97.599	2.372	0.029	0.000	0.000	0.000	0.000	0.000	0.052	my5731_rel.cy10a22_gcp_c2s30
0.000	0.000	97.915	2.061	0.024	0.000	0.000	0.000	0.000	0.000	0.031	my5732_rel.cy10a22_gcp_c2s30
0.000	0.000	97.110	2.845	0.045	0.000	0.000	0.000	0.000	0.000	0.027	my5733_rel.cy10a22_gcp_c2s30
0.000	0.000	96.385	3.567	0.048	0.000	0.000	0.000	0.000	0.000	0.028	my5734_rel.cy10a22_gcp_c2s30
0.000	0.000	97.169	2.789	0.042	0.000	0.000	0.000	0.000	0.000	0.027	my5735_rel.cy10a22_gcp_c2s30
0.000	0.000	97.408	2.553	0.040	0.000	0.000	0.000	0.000	0.000	0.025	my5736_rel.cy10a22_gcp_c2s30
0.000	0.000	96.682	3.269	0.049	0.000	0.000	0.000	0.000	0.000	0.028	my5737_rel.cy10a22_gcp_c2s30
0.000	0.000	96.897	3.063	0.040	0.000	0.000	0.000	0.000	0.000	0.046	my5738_rel.cy10a22_gcp_c2s30
0.000	0.000	97.162	2.803	0.034	0.000	0.000	0.000	0.000	0.000	0.026	my5739_rel.cy10a22_gcp_c2s30
0.000	0.000	96.428	3.525	0.047	0.000	0.000	0.000	0.000	0.000	0.025	my5740_rel.cy10a22_gcp_c2s30
0.000	0.000	97.364	2.599	0.037	0.000	0.000	0.000	0.000	0.000	0.028	my5741_rel.cy10a22_gcp_c2s30
0.000	0.000	96.919	3.049	0.033	0.000	0.000	0.000	0.000	0.000	0.031	my5742_rel.cy10a22_gcp_c2s30
0.000	0.000	97.435	2.537	0.028	0.000	0.000	0.000	0.000	0.000	0.026	my5743_rel.cy10a22_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.006	94.477	5.439	0.078	0.000	0.000	0.000	0.000	0.000	0.027	my5710_rel.cy10a22_gcp_c2s30
0.000	0.017	95.131	4.784	0.068	0.000	0.000	0.000	0.000	0.000	0.030	my5711_rel.cy10a22_gcp_c2s30
0.000	0.005	93.595	6.297	0.103	0.000	0.000	0.000	0.000	0.000	0.028	my5712_rel.cy10a22_gcp_c2s30
0.000	0.017	95.544	4.378	0.061	0.000	0.000	0.000	0.000	0.000	0.028	my5713_rel.cy10a22_gcp_c2s30
0.000	0.007	95.715	4.223	0.056	0.000	0.000	0.000	0.000	0.000	0.027	my5714_rel.cy10a22_gcp_c2s30
0.000	0.008	96.560	3.383	0.049	0.000	0.000	0.000	0.000	0.000	0.026	my5715_rel.cy10a22_gcp_c2s30
0.000	0.020	96.144	3.781	0.054	0.000	0.000	0.000	0.000	0.000	0.025	my5716_rel.cy10a22_gcp_c2s30
0.000	0.000	95.907	4.035	0.058	0.000	0.000	0.000	0.000	0.000	0.035	my5717_rel.cy10a22_gcp_c2s30
0.000	0.008	95.863	4.062	0.067	0.000	0.000	0.000	0.000	0.000	0.031	my5718_rel.cy10a22_gcp_c2s30
0.000	0.009	95.847	4.088	0.056	0.000	0.000	0.000	0.000	0.000	0.032	my5719_rel.cy10a22_gcp_c2s30
0.000	0.010	96.308	3.626	0.056	0.000	0.000	0.000	0.000	0.000	0.025	my5720_rel.cy10a22_gcp_c2s30
0.000	0.018	96.089	3.848	0.045	0.000	0.000	0.000	0.000	0.000	0.028	my5721_rel.cy10a22_gcp_c2s30
0.000	0.022	94.735	5.172	0.070	0.000	0.000	0.000	0.000	0.000	0.030	my5722_rel.cy10a22_gcp_c2s30
0.000	0.011	96.199	3.742	0.049	0.000	0.000	0.000	0.000	0.000	0.028	my5723_rel.cy10a22_gcp_c2s30
0.000	0.027	95.700	4.213	0.060	0.000	0.000	0.000	0.000	0.000	0.025	my5724_rel.cy10a22_gcp_c2s30
0.000	0.011	95.265	4.653	0.071	0.000	0.000	0.000	0.000	0.000	0.030	my5725_rel.cy10a22_gcp_c2s30
0.000	0.013	95.793	4.144	0.050	0.000	0.000	0.000	0.000	0.000	0.031	my5726_rel.cy10a22_gcp_c2s30
0.000	0.029	96.031	3.887	0.053	0.000	0.000	0.000	0.000	0.000	0.029	my5727_rel.cy10a22_gcp_c2s30
0.000	0.011	95.529	4.394	0.065	0.000	0.000	0.000	0.000	0.000	0.033	my5728_rel.cy10a22_gcp_c2s30
0.000	0.025	95.915	4.004	0.056	0.000	0.000	0.000	0.000	0.000	0.031	my5729_rel.cy10a22_gcp_c2s30
0.000	0.022	95.941	3.985	0.052	0.000	0.000	0.000	0.000	0.000	0.028	my5730_rel.cy10a22_gcp_c2s30
0.000	0.014	98.200	1.762	0.024	0.000	0.000	0.000	0.000	0.000	0.052	my5731_rel.cy10a22_gcp_c2s30
0.000	0.008	98.506	1.463	0.024	0.000	0.000	0.000	0.000	0.000	0.022	my5732_rel.cy10a22_gcp_c2s30
0.000	0.006	97.849	2.120	0.024	0.000	0.000	0.000	0.000	0.000	0.032	my5733_rel.cy10a22_gcp_c2s30
0.000	0.001	97.384	2.576	0.039	0.000	0.000	0.000	0.000	0.000	0.026	my5734_rel.cy10a22_gcp_c2s30
0.000	0.001	97.797	2.172	0.031	0.000	0.000	0.000	0.000	0.000	0.031	my5735_rel.cy10a22_gcp_c2s30
0.000	0.001	97.978	1.988	0.033	0.000	0.000	0.000	0.000	0.000	0.026	my5736_rel.cy10a22_gcp_c2s30
0.000	0.001	97.380	2.583	0.036	0.000	0.000	0.000	0.000	0.000	0.026	my5737_rel.cy10a22_gcp_c2s30
0.000	0.004	97.666	2.292	0.037	0.000	0.000	0.000	0.000	0.000	0.033	my5738_rel.cy10a22_gcp_c2s30
0.000	0.001	97.827	2.142	0.030	0.000	0.000	0.000	0.000	0.000	0.029	my5739_rel.cy10a22_gcp_c2s30
0.000	0.000	97.257	2.707	0.036	0.000	0.000	0.000	0.000	0.000	0.032	my5740_rel.cy10a22_gcp_c2s30
0.000	0.001	97.947	2.026	0.026	0.000	0.000	0.000	0.000	0.000	0.031	my5741_rel.cy10a22_gcp_c2s30
0.000	0.002	97.768	2.202	0.028	0.000	0.000	0.000	0.000	0.000	0.024	my5742_rel.cy10a22_gcp_c2s30
0.000	0.000	98.118	1.858	0.024	0.000	0.000	0.000	0.000	0.000	0.026	my5743_rel.cy10a22_gcp_c2s30

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.783	0.173	0.041	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my5710_rel.cy10a22_gcp_c2s30
99.773	0.182	0.041	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.042	my5711_rel.cy10a22_gcp_c2s30
99.770	0.184	0.042	0.004	nonzero	nonzero	0.000	0.000	0.000	0.000	0.085	my5712_rel.cy10a22_gcp_c2s30
99.795	0.166	0.035	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5713_rel.cy10a22_gcp_c2s30
99.788	0.172	0.036	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	my5714_rel.cy10a22_gcp_c2s30
99.796	0.167	0.034	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5715_rel.cy10a22_gcp_c2s30
99.791	0.172	0.034	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.030	my5716_rel.cy10a22_gcp_c2s30
99.793	0.170	0.034	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	my5717_rel.cy10a22_gcp_c2s30
99.791	0.170	0.036	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.026	my5718_rel.cy10a22_gcp_c2s30
99.802	0.162	0.033	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.041	my5719_rel.cy10a22_gcp_c2s30
99.795	0.165	0.037	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	my5720_rel.cy10a22_gcp_c2s30
99.797	0.165	0.035	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5721_rel.cy10a22_gcp_c2s30
99.797	0.163	0.037	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.021	my5722_rel.cy10a22_gcp_c2s30
99.796	0.166	0.034	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my5723_rel.cy10a22_gcp_c2s30
99.793	0.168	0.036	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.132	my5724_rel.cy10a22_gcp_c2s30
99.794	0.170	0.033	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.063	my5725_rel.cy10a22_gcp_c2s30
99.793	0.167	0.036	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.035	my5726_rel.cy10a22_gcp_c2s30
99.794	0.164	0.038	0.004	nonzero	0.000	0.000	0.000	0.000	0.000	0.037	my5727_rel.cy10a22_gcp_c2s30
99.800	0.162	0.035	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.041	my5728_rel.cy10a22_gcp_c2s30
99.779	0.175	0.042	0.005	nonzero	nonzero	0.000	0.000	0.000	0.000	0.086	my5729_rel.cy10a22_gcp_c2s30
99.785	0.176	0.035	0.004	nonzero	nonzero	0.000	0.000	0.000	0.000	0.077	my5730_rel.cy10a22_gcp_c2s30
99.803	0.171	0.024	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	my5731_rel.cy10a22_gcp_c2s30
99.787	0.182	0.028	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.047	my5732_rel.cy10a22_gcp_c2s30
99.805	0.170	0.023	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	my5733_rel.cy10a22_gcp_c2s30
99.787	0.183	0.027	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	my5734_rel.cy10a22_gcp_c2s30
99.793	0.181	0.024	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5735_rel.cy10a22_gcp_c2s30
99.788	0.181	0.028	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	my5736_rel.cy10a22_gcp_c2s30
99.788	0.188	0.022	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.030	my5737_rel.cy10a22_gcp_c2s30
99.790	0.176	0.031	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	my5738_rel.cy10a22_gcp_c2s30
99.782	0.194	0.022	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.064	my5739_rel.cy10a22_gcp_c2s30
99.779	0.191	0.027	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	my5740_rel.cy10a22_gcp_c2s30
99.793	0.180	0.024	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5741_rel.cy10a22_gcp_c2s30
99.778	0.189	0.029	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	my5742_rel.cy10a22_gcp_c2s30
99.787	0.185	0.025	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.028	my5743_rel.cy10a22_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	80.866	18.716	0.418	0.000	0.000	0.000	0.000	0.000	0.040	my5710_rel.cy10a22_gcp_c2s30
0.000	0.000	80.264	19.324	0.413	0.000	0.000	0.000	0.000	0.000	0.038	my5711_rel.cy10a22_gcp_c2s30
0.000	0.000	78.585	20.896	0.519	nonzero	0.000	0.000	0.000	0.000	0.087	my5712_rel.cy10a22_gcp_c2s30
0.000	0.000	86.012	13.706	0.282	0.000	0.000	0.000	0.000	0.000	0.043	my5713_rel.cy10a22_gcp_c2s30
0.000	0.000	85.852	13.845	0.302	0.000	0.000	0.000	0.000	0.000	0.040	my5714_rel.cy10a22_gcp_c2s30
0.000	0.000	86.670	13.070	0.259	0.000	0.000	0.000	0.000	0.000	0.036	my5715_rel.cy10a22_gcp_c2s30
0.000	0.000	87.009	12.717	0.273	0.000	0.000	0.000	0.000	0.000	0.038	my5716_rel.cy10a22_gcp_c2s30
0.000	0.000	86.794	12.934	0.269	0.003	0.000	0.000	0.000	0.000	0.116	my5717_rel.cy10a22_gcp_c2s30
0.000	0.000	86.175	13.523	0.302	0.000	0.000	0.000	0.000	0.000	0.038	my5718_rel.cy10a22_gcp_c2s30
0.000	0.000	87.060	12.680	0.260	0.000	0.000	0.000	0.000	0.000	0.064	my5719_rel.cy10a22_gcp_c2s30
0.000	0.000	85.210	14.457	0.333	0.000	0.000	0.000	0.000	0.000	0.055	my5720_rel.cy10a22_gcp_c2s30
0.000	0.000	85.874	13.831	0.295	0.000	0.000	0.000	0.000	0.000	0.043	my5721_rel.cy10a22_gcp_c2s30
0.000	0.000	85.068	14.590	0.342	0.000	0.000	0.000	0.000	0.000	0.036	my5722_rel.cy10a22_gcp_c2s30
0.000	0.000	85.992	13.718	0.290	0.000	0.000	0.000	0.000	0.000	0.035	my5723_rel.cy10a22_gcp_c2s30
0.000	0.000	85.247	14.433	0.319	nonzero	0.000	0.000	0.000	0.000	0.134	my5724_rel.cy10a22_gcp_c2s30
0.000	0.000	87.414	12.336	0.250	0.000	0.000	0.000	0.000	0.000	0.046	my5725_rel.cy10a22_gcp_c2s30
0.000	0.000	85.164	14.499	0.336	nonzero	0.000	0.000	0.000	0.000	0.135	my5726_rel.cy10a22_gcp_c2s30
0.000	0.000	83.418	16.193	0.389	0.000	0.000	0.000	0.000	0.000	0.037	my5727_rel.cy10a22_gcp_c2s30
0.000	0.000	85.691	14.000	0.308	0.001	0.000	0.000	0.000	0.000	0.069	my5728_rel.cy10a22_gcp_c2s30
0.000	0.000	81.088	18.457	0.455	nonzero	0.000	0.000	0.000	0.000	0.087	my5729_rel.cy10a22_gcp_c2s30
0.000	0.000	85.756	13.943	0.301	nonzero	0.000	0.000	0.000	0.000	0.079	my5730_rel.cy10a22_gcp_c2s30
0.000	0.000	90.801	9.011	0.188	0.000	0.000	0.000	0.000	0.000	0.040	my5731_rel.cy10a22_gcp_c2s30
0.000	0.000	89.439	10.328	0.233	0.000	0.000	0.000	0.000	0.000	0.034	my5732_rel.cy10a22_gcp_c2s30
0.000	0.000	91.895	7.946	0.159	0.000	0.000	0.000	0.000	0.000	0.042	my5733_rel.cy10a22_gcp_c2s30
0.000	0.000	89.331	10.446	0.224	0.000	0.000	0.000	0.000	0.000	0.037	my5734_rel.cy10a22_gcp_c2s30
0.000	0.000	90.882	8.916	0.202	0.000	0.000	0.000	0.000	0.000	0.038	my5735_rel.cy10a22_gcp_c2s30
0.000	0.000	88.209	11.532	0.258	0.000	0.000	0.000	0.000	0.000	0.049	my5736_rel.cy10a22_gcp_c2s30
0.000	0.000	91.624	8.206	0.170	0.000	0.000	0.000	0.000	0.000	0.041	my5737_rel.cy10a22_gcp_c2s30
0.000	0.000	85.813	13.887	0.300	0.000	0.000	0.000	0.000	0.000	0.045	my5738_rel.cy10a22_gcp_c2s30
0.000	0.000	92.559	7.274	0.166	nonzero	0.000	0.000	0.000	0.000	0.072	my5739_rel.cy10a22_gcp_c2s30
0.000	0.000	89.499	10.237	0.264	0.000	0.000	0.000	0.000	0.000	0.034	my5740_rel.cy10a22_gcp_c2s30
0.000	0.000	90.841	8.949	0.210	0.000	0.000	0.000	0.000	0.000	0.045	my5741_rel.cy10a22_gcp_c2s30
0.000	0.000	87.310	12.399	0.291	0.000	0.000	0.000	0.000	0.000	0.043	my5742_rel.cy10a22_gcp_c2s30
0.000	0.000	90.065	9.719	0.216	0.000	0.000	0.000	0.000	0.000	0.054	my5743_rel.cy10a22_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.017	86.583	13.135	0.265	0.000	0.000	0.000	0.000	0.000	0.043	my5710_rel.cy10a22_gcp_c2s30
0.000	0.007	86.067	13.641	0.284	0.000	0.000	0.000	0.000	0.000	0.043	my5711_rel.cy10a22_gcp_c2s30
0.000	0.027	84.337	15.264	0.372	nonzero	0.000	0.000	0.000	0.000	0.088	my5712_rel.cy10a22_gcp_c2s30
0.000	0.030	89.658	10.086	0.226	0.000	0.000	0.000	0.000	0.000	0.042	my5713_rel.cy10a22_gcp_c2s30
0.000	0.015	89.719	10.033	0.234	0.000	0.000	0.000	0.000	0.000	0.036	my5714_rel.cy10a22_gcp_c2s30
0.000	0.013	90.194	9.596	0.197	0.000	0.000	0.000	0.000	0.000	0.036	my5715_rel.cy10a22_gcp_c2s30
0.000	0.019	90.531	9.247	0.203	0.000	0.000	0.000	0.000	0.000	0.038	my5716_rel.cy10a22_gcp_c2s30
0.000	0.009	90.331	9.433	0.225	0.002	0.000	0.000	0.000	0.000	0.112	my5717_rel.cy10a22_gcp_c2s30
0.000	0.015	89.796	9.980	0.209	0.000	0.000	0.000	0.000	0.000	0.038	my5718_rel.cy10a22_gcp_c2s30
0.000	0.025	90.695	9.087	0.193	nonzero	0.000	0.000	0.000	0.000	0.071	my5719_rel.cy10a22_gcp_c2s30
0.000	0.013	89.107	10.630	0.250	0.000	0.000	0.000	0.000	0.000	0.034	my5720_rel.cy10a22_gcp_c2s30
0.000	0.011	89.826	9.955	0.207	0.000	0.000	0.000	0.000	0.000	0.035	my5721_rel.cy10a22_gcp_c2s30
0.000	0.032	89.138	10.573	0.257	0.000	0.000	0.000	0.000	0.000	0.043	my5722_rel.cy10a22_gcp_c2s30
0.000	0.018	89.923	9.865	0.193	0.000	0.000	0.000	0.000	0.000	0.035	my5723_rel.cy10a22_gcp_c2s30
0.000	0.029	89.285	10.463	0.223	nonzero	0.000	0.000	0.000	0.000	0.139	my5724_rel.cy10a22_gcp_c2s30
0.000	0.023	91.182	8.609	0.185	0.000	0.000	0.000	0.000	0.000	0.052	my5725_rel.cy10a22_gcp_c2s30
0.000	0.029	89.300	10.418	0.253	0.000	0.000	0.000	0.000	0.000	0.041	my5726_rel.cy10a22_gcp_c2s30
0.000	0.022	87.728	11.963	0.286	0.000	0.000	0.000	0.000	0.000	0.043	my5727_rel.cy10a22_gcp_c2s30
0.000	0.017	89.540	10.203	0.239	0.001	0.000	0.000	0.000	0.000	0.069	my5728_rel.cy10a22_gcp_c2s30
0.000	0.010	85.947	13.656	0.388	nonzero	0.000	0.000	0.000	0.000	0.084	my5729_rel.cy10a22_gcp_c2s30
0.000	0.011	89.825	9.952	0.210	nonzero	0.000	0.000	0.000	0.000	0.085	my5730_rel.cy10a22_gcp_c2s30
0.000	0.034	92.882	6.933	0.151	0.000	0.000	0.000	0.000	0.000	0.037	my5731_rel.cy10a22_gcp_c2s30
0.000	0.015	91.701	8.066	0.219	0.000	0.000	0.000	0.000	0.000	0.036	my5732_rel.cy10a22_gcp_c2s30
0.000	0.009	93.741	6.098	0.152	0.000	0.000	0.000	0.000	0.000	0.034	my5733_rel.cy10a22_gcp_c2s30
0.000	0.003	91.641	8.173	0.184	0.000	0.000	0.000	0.000	0.000	0.037	my5734_rel.cy10a22_gcp_c2s30
0.000	0.009	93.036	6.792	0.164	0.000	0.000	0.000	0.000	0.000	0.039	my5735_rel.cy10a22_gcp_c2s30
0.000	0.009	90.606	9.160	0.225	0.000	0.000	0.000	0.000	0.000	0.039	my5736_rel.cy10a22_gcp_c2s30
0.000	0.003	93.580	6.269	0.148	0.000	0.000	0.000	0.000	0.000	0.041	my5737_rel.cy10a22_gcp_c2s30
0.000	0.007	88.768	10.978	0.247	0.000	0.000	0.000	0.000	0.000	0.040	my5738_rel.cy10a22_gcp_c2s30
0.000	0.009	94.231	5.625	0.134	nonzero	0.000	0.000	0.000	0.000	0.074	my5739_rel.cy10a22_gcp_c2s30
0.000	0.002	91.854	7.940	0.204	0.000	0.000	0.000	0.000	0.000	0.044	my5740_rel.cy10a22_gcp_c2s30
0.000	0.008	93.022	6.815	0.156	0.000	0.000	0.000	0.000	0.000	0.039	my5741_rel.cy10a22_gcp_c2s30
0.000	0.010	90.098	9.641	0.251	0.000	0.000	0.000	0.000	0.000	0.033	my5742_rel.cy10a22_gcp_c2s30
0.000	0.010	92.414	7.402	0.174	0.000	0.000	0.000	0.000	0.000	0.033	my5743_rel.cy10a22_gcp_c2s30