Introduction

This is a report for the insert benchmark with 4000M 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 4000M rows without secondary indexes, creates secondary indexes, then inserts 80M 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 q*.2. The values are the average rate over the entire test for inserts (IPS) and queries (QPS). The range of values for IPS and QPS is split into 3 parts: bottom 25%, middle 50%, top 25%. Values in the bottom 25% have a red background, values in the top 25% have a green background and values in the middle have no color. A gray background is used for values that can be ignored because the DBMS did not sustain the target insert rate. Red backgrounds are not used when the minimum value is within 80% of the max value.

dbmsl.i0l.xl.i1q100.1q500.1q1000.1
my8033_rel_lto.cy10a_gcp_c2s30 70696460306014409366543034103
my8033_rel_lto.cy10a1_gcp_c2s30 69820259551913443396846604418
my8033_rel_lto.cy10a2_gcp_c2s30 70249460151914237390044364046
my8033_rel_lto.cy10a3_gcp_c2s30 69048860160914383386844204066
my8033_rel_lto.cy10a4_gcp_c2s30 6916825665867807171622732015
my8033_rel_lto.cy10a5_gcp_c2s30 6991786264845385428231852228
my8033_rel_lto.cy10a6_gcp_c2s30 69735063503714370358740113619
my8033_rel_lto.cy10a7_gcp_c2s30 70028059534215172397043144231
my8033_rel_lto.cy10a8_gcp_c2s30 70015859631815352398545004224
my8033_rel_lto.cy10a9_gcp_c2s30 69979058141015708390343564162
my8033_rel_lto.cy10a10_gcp_c2s30 69881261219810861312332832974
my8033_rel_lto.cy10a11_gcp_c2s30 69747259622911698378943703941
my8033_rel_lto.cy10a12_gcp_c2s30 69917863695814245395644163970
my8033_rel_lto.cy10a13_gcp_c2s30 7007715953424876585336162824
my8033_rel_lto.cy10a14_gcp_c2s30 6969865733276949415336342774
my8033_rel_lto.cy10a15_gcp_c2s30 69979062413814606386743824081
my8033_rel_lto.cy10a16_gcp_c2s30 70224761653815823409844624161
my8033_rel_lto.cy10a17_gcp_c2s30 479042468231184422201610259
my8033_rel_lto.cy10a18_gcp_c2s30 2124952389121258345504187
my8033_rel_lto.cy10a19_gcp_c2s30 2687092592751408166519247

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
my8033_rel_lto.cy10a_gcp_c2s30 1.001.001.001.001.001.00
my8033_rel_lto.cy10a1_gcp_c2s30 0.990.990.931.081.081.08
my8033_rel_lto.cy10a2_gcp_c2s30 0.991.000.991.061.030.99
my8033_rel_lto.cy10a3_gcp_c2s30 0.981.001.001.061.030.99
my8033_rel_lto.cy10a4_gcp_c2s30 0.980.940.540.470.530.49
my8033_rel_lto.cy10a5_gcp_c2s30 0.991.040.371.170.740.54
my8033_rel_lto.cy10a6_gcp_c2s30 0.991.051.000.980.930.88
my8033_rel_lto.cy10a7_gcp_c2s30 0.990.991.051.081.001.03
my8033_rel_lto.cy10a8_gcp_c2s30 0.990.991.071.091.051.03
my8033_rel_lto.cy10a9_gcp_c2s30 0.990.961.091.061.011.01
my8033_rel_lto.cy10a10_gcp_c2s30 0.991.020.750.850.760.72
my8033_rel_lto.cy10a11_gcp_c2s30 0.990.990.811.031.020.96
my8033_rel_lto.cy10a12_gcp_c2s30 0.991.060.991.081.030.97
my8033_rel_lto.cy10a13_gcp_c2s30 0.990.990.341.600.840.69
my8033_rel_lto.cy10a14_gcp_c2s30 0.990.950.481.130.840.68
my8033_rel_lto.cy10a15_gcp_c2s30 0.991.031.011.061.020.99
my8033_rel_lto.cy10a16_gcp_c2s30 0.991.021.101.121.041.01
my8033_rel_lto.cy10a17_gcp_c2s30 0.680.781.280.600.140.06
my8033_rel_lto.cy10a18_gcp_c2s30 0.300.400.090.090.120.05
my8033_rel_lto.cy10a19_gcp_c2s30 0.380.430.100.050.120.06

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
my8033_rel_lto.cy10a_gcp_c2s3079239587908
my8033_rel_lto.cy10a1_gcp_c2s3078939607925
my8033_rel_lto.cy10a2_gcp_c2s3079239747938
my8033_rel_lto.cy10a3_gcp_c2s3079139717943
my8033_rel_lto.cy10a4_gcp_c2s3078339507882
my8033_rel_lto.cy10a5_gcp_c2s3079239606572
my8033_rel_lto.cy10a6_gcp_c2s3079239717943
my8033_rel_lto.cy10a7_gcp_c2s3079239767943
my8033_rel_lto.cy10a8_gcp_c2s3079239747943
my8033_rel_lto.cy10a9_gcp_c2s3079239697943
my8033_rel_lto.cy10a10_gcp_c2s3079339717947
my8033_rel_lto.cy10a11_gcp_c2s3079239717943
my8033_rel_lto.cy10a12_gcp_c2s3079239717947
my8033_rel_lto.cy10a13_gcp_c2s3079639805676
my8033_rel_lto.cy10a14_gcp_c2s3079139717938
my8033_rel_lto.cy10a15_gcp_c2s3079239747943
my8033_rel_lto.cy10a16_gcp_c2s3079239747947
my8033_rel_lto.cy10a17_gcp_c2s306131239954
my8033_rel_lto.cy10a18_gcp_c2s3045120391634
my8033_rel_lto.cy10a19_gcp_c2s3028415021333
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
my8033_rel_lto.cy10a_gcp_c2s309.65390.2470.0660.0190.0140.0010.400
my8033_rel_lto.cy10a1_gcp_c2s308.00691.8950.0670.0180.015nonzero0.589
my8033_rel_lto.cy10a2_gcp_c2s306.31993.5790.0700.0170.0140.0010.307
my8033_rel_lto.cy10a3_gcp_c2s302.08097.8170.0720.0170.0140.0010.303
my8033_rel_lto.cy10a4_gcp_c2s308.01391.7340.2230.0160.0150.248
my8033_rel_lto.cy10a5_gcp_c2s304.16595.7350.0680.0170.014nonzero0.292
my8033_rel_lto.cy10a6_gcp_c2s304.45095.4460.0680.0210.0140.001nonzero1.017
my8033_rel_lto.cy10a7_gcp_c2s305.51794.3780.0740.0170.0140.0010.559
my8033_rel_lto.cy10a8_gcp_c2s304.57995.3210.0650.0200.0140.0010.537
my8033_rel_lto.cy10a9_gcp_c2s305.28094.6170.0670.0200.0140.0010.475
my8033_rel_lto.cy10a10_gcp_c2s306.51793.3680.0800.0200.0140.0010.578
my8033_rel_lto.cy10a11_gcp_c2s305.68394.1970.0730.0330.014nonzero0.293
my8033_rel_lto.cy10a12_gcp_c2s305.80194.0850.0710.0270.0140.0010.479
my8033_rel_lto.cy10a13_gcp_c2s306.15993.7400.0710.0150.0140.0010.374
my8033_rel_lto.cy10a14_gcp_c2s304.17895.7240.0660.0170.0140.0010.298
my8033_rel_lto.cy10a15_gcp_c2s305.58794.3140.0670.0170.0140.0010.293
my8033_rel_lto.cy10a16_gcp_c2s305.71794.1830.0650.0200.0140.0010.570
my8033_rel_lto.cy10a17_gcp_c2s308.79991.1020.0560.0170.0110.0060.0050.0020.00150.411
my8033_rel_lto.cy10a18_gcp_c2s3030.90568.9930.0410.0100.0090.0030.0060.0310.00261.200
my8033_rel_lto.cy10a19_gcp_c2s3035.04364.8550.0380.0110.0090.0070.0160.0210.00173.691

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
706964	0	0	0.0	3705.8	202.7	0.000	0.000	0.005	0.294	172612	76.8	0.244	16	262.1	390.7	86.9	0.400	90802	69625	4000m.my8033_rel_lto.cy10a_gcp_c2s30
698202	0	0	0.0	3656.6	200.2	0.000	0.000	0.005	0.294	174273	77.2	0.250	17	262.1	390.7	86.9	0.589	89703	70248	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
702494	0	0	0.0	3719.9	202.2	0.000	0.000	0.005	0.295	173465	77.0	0.247	16	262.1	390.7	86.9	0.307	89738	69425	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
690488	0	0	0.0	3657.9	199.2	0.000	0.000	0.005	0.295	152517	76.8	0.221	17	262.1	390.7	86.9	0.303	88135	68026	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
691682	0	0	0.0	1565.2	188.8	0.000	0.000	0.002	0.279	175154	76.9	0.253	17	262.1	390.7	86.9	0.248	88334	70248	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
699178	0	0	0.0	3666.7	200.8	0.000	0.000	0.005	0.294	164117	76.8	0.235	16	262.1	390.7	86.9	0.292	89733	69625	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
697350	0	0	0.0	3653.3	200.1	0.000	0.000	0.005	0.294	170603	76.8	0.245	17	262.1	390.7	86.9	1.017	89502	68226	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
700280	0	0	0.0	3669.9	200.6	0.000	0.000	0.005	0.293	168965	76.8	0.241	16	262.1	390.7	86.7	0.559	89932	70423	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
700158	0	0	0.0	3668.7	200.8	0.000	0.000	0.005	0.294	163362	76.9	0.233	16	262.1	390.7	86.5	0.537	89503	69624	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
699790	0	0	0.0	3669.7	200.9	0.000	0.000	0.005	0.294	162072	76.7	0.232	16	262.1	390.7	86.0	0.475	89802	69447	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
698812	0	0	0.0	3669.4	200.7	0.000	0.000	0.005	0.294	170982	76.7	0.245	16	262.1	390.7	86.9	0.578	89703	69071	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
697472	0	0	0.0	3803.9	204.9	0.000	0.000	0.005	0.301	172656	76.7	0.248	16	262.1	278.7	86.9	0.293	89503	69525	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
699178	0	0	0.0	3787.1	204.2	0.000	0.000	0.005	0.299	168491	76.8	0.241	16	262.1	294.7	86.9	0.479	89503	69425	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
700771	0	0	0.0	3675.5	201.4	0.000	0.000	0.005	0.294	169280	76.9	0.242	16	262.1	390.7	86.9	0.374	89903	69457	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
696986	0	0	0.0	3651.4	199.7	0.000	0.000	0.005	0.293	167967	77.0	0.241	17	262.1	390.7	86.9	0.298	89003	69524	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
699790	0	0	0.0	3669.1	200.7	0.000	0.000	0.005	0.294	167740	76.9	0.240	16	262.1	390.7	86.9	0.293	89602	69925	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
702247	0	0	0.0	3379.3	193.0	0.000	0.000	0.005	0.281	170869	76.9	0.243	16	262.1	390.7	86.9	0.570	89704	69225	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
479042	0	0	0.0	2150.9	104.9	0.000	0.000	0.004	0.224	121252	53.5	0.253	17	262.1	390.7	86.9	50.411	87308	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
212495	0	0	0.0	976.5	57.1	0.000	0.000	0.005	0.275	41323	24.1	0.194	17	262.1	390.8	86.9	61.200	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
268709	0	0	0.0	1236.8	72.2	0.000	0.000	0.005	0.275	53931	30.0	0.201	17	262.1	390.7	86.9	73.691	400	0	4000m.my8033_rel_lto.cy10a19_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
603060	0	7642	649.2	12691.7	773.2	0.013	1.102	0.021	1.313	55738	57.3	0.092	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a_gcp_c2s30
595519	0	7534	649.4	12700.9	758.6	0.013	1.117	0.021	1.304	59252	54.5	0.099	14	586.1	714.7	86.9	0.003	NA	NA	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
601519	0	7610	646.3	12555.8	773.9	0.013	1.100	0.021	1.317	49161	56.9	0.082	14	586.1	714.7	86.9	0.020	NA	NA	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
601609	0	7583	654.8	12639.4	767.0	0.013	1.114	0.021	1.306	49183	54.4	0.082	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
566586	0	5387	613.7	11295.7	719.2	0.010	1.109	0.020	1.300	88068	56.0	0.155	15	586.1	714.7	86.9	0.007	NA	NA	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
626484	0	7916	680.8	13274.0	800.9	0.013	1.113	0.021	1.309	57142	56.3	0.091	13	586.1	714.7	86.9	0.009	NA	NA	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
635037	0	8032	691.8	13301.2	812.3	0.013	1.116	0.021	1.310	51059	56.5	0.080	13	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
595342	0	7590	639.4	12596.9	766.4	0.013	1.100	0.021	1.318	56882	58.1	0.096	15	586.1	714.7	86.9	0.005	NA	NA	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
596318	0	7578	635.9	12556.0	764.5	0.013	1.092	0.021	1.313	46046	55.5	0.077	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
581410	0	7329	623.3	12290.1	746.6	0.013	1.098	0.021	1.315	51556	56.3	0.089	15	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
612198	0	7734	659.9	12686.4	784.9	0.013	1.104	0.021	1.313	58922	57.9	0.096	14	586.1	714.7	86.9	0.005	NA	NA	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
596229	0	7546	641.5	12405.9	760.4	0.013	1.102	0.021	1.306	47315	55.6	0.079	14	586.1	602.7	86.9	0.006	NA	NA	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
636958	0	8017	686.3	13386.9	809.4	0.013	1.103	0.021	1.301	47913	56.5	0.075	13	586.1	618.7	86.9	0.006	NA	NA	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
595342	0	7592	646.3	12574.2	761.2	0.013	1.112	0.021	1.309	51538	55.3	0.087	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
573327	0	7247	607.7	12121.1	734.1	0.013	1.085	0.021	1.311	62334	57.8	0.109	15	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
624138	0	7882	670.0	13090.3	804.9	0.013	1.099	0.021	1.321	53851	58.8	0.086	14	586.1	714.7	86.9	0.009	NA	NA	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
616538	0	7855	675.1	13467.7	793.4	0.013	1.121	0.022	1.318	56139	58.4	0.091	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
468231	0	5932	506.6	8570.7	566.5	0.013	1.108	0.018	1.239	31904	41.9	0.068	13	586.1	714.7	86.9	0.013	NA	NA	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
238912	0	2867	231.1	5403.7	313.9	0.012	0.990	0.023	1.345	54440	30.2	0.228	19	586.1	714.8	86.9	5.718	NA	NA	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
259275	0	3014	251.6	5803.9	347.3	0.012	0.994	0.022	1.372	31903	27.2	0.123	16	586.1	714.7	86.9	0.002	NA	NA	4000m.my8033_rel_lto.cy10a19_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
my8033_rel_lto.cy10a_gcp_c2s300.28458.22830.08711.3410.0590.0011.173
my8033_rel_lto.cy10a1_gcp_c2s300.41654.85232.17912.5400.0130.593
my8033_rel_lto.cy10a2_gcp_c2s300.19956.31531.95611.4740.0510.0051.662
my8033_rel_lto.cy10a3_gcp_c2s300.31357.38430.93611.3260.0390.0021.428
my8033_rel_lto.cy10a4_gcp_c2s300.21741.32337.69816.8503.9110.001nonzero4.852
my8033_rel_lto.cy10a5_gcp_c2s3043.99255.8260.1820.926
my8033_rel_lto.cy10a6_gcp_c2s300.28355.77232.72411.2130.008nonzero1.018
my8033_rel_lto.cy10a7_gcp_c2s300.64060.52027.75411.0720.0130.845
my8033_rel_lto.cy10a8_gcp_c2s301.09763.29724.46611.0320.1070.0011.368
my8033_rel_lto.cy10a9_gcp_c2s301.04763.45224.59410.8990.0070.376
my8033_rel_lto.cy10a10_gcp_c2s300.00324.00260.99714.9630.0370.576
my8033_rel_lto.cy10a11_gcp_c2s300.09054.90734.2129.9070.4050.4783.122
my8033_rel_lto.cy10a12_gcp_c2s300.18455.20033.28711.3140.0150.663
my8033_rel_lto.cy10a13_gcp_c2s300.00847.47452.5070.0110.305
my8033_rel_lto.cy10a14_gcp_c2s308.28151.92424.56415.2270.0030.288
my8033_rel_lto.cy10a15_gcp_c2s300.51958.08630.16111.2300.0040.312
my8033_rel_lto.cy10a16_gcp_c2s300.37863.23626.18110.1850.0200.0011.114
my8033_rel_lto.cy10a17_gcp_c2s301.49567.48424.4946.4500.0370.0240.01711.816
my8033_rel_lto.cy10a18_gcp_c2s3055.06327.0549.3812.5531.5610.6893.6240.07535.541
my8033_rel_lto.cy10a19_gcp_c2s3051.51931.3189.5142.3350.9940.9893.2740.057134.824

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
my8033_rel_lto.cy10a_gcp_c2s3020.02975.8733.8650.232nonzero0.328
my8033_rel_lto.cy10a1_gcp_c2s3021.29373.6824.6220.3970.0060.535
my8033_rel_lto.cy10a2_gcp_c2s3020.25074.2625.2820.2050.0010.336
my8033_rel_lto.cy10a3_gcp_c2s3021.15673.8194.8740.1510.0010.379
my8033_rel_lto.cy10a4_gcp_c2s3016.54470.25913.0500.1460.247
my8033_rel_lto.cy10a5_gcp_c2s3079.94020.0190.0410.553
my8033_rel_lto.cy10a6_gcp_c2s3018.78676.2634.7180.2320.239
my8033_rel_lto.cy10a7_gcp_c2s3020.44975.9483.3860.2180.200
my8033_rel_lto.cy10a8_gcp_c2s3024.05772.8852.8650.193nonzero0.384
my8033_rel_lto.cy10a9_gcp_c2s3024.12972.9202.7750.1760.197
my8033_rel_lto.cy10a10_gcp_c2s3023.89272.3903.5380.180nonzero0.278
my8033_rel_lto.cy10a11_gcp_c2s3017.72475.7036.1750.1720.1030.1233.042
my8033_rel_lto.cy10a12_gcp_c2s3019.22175.5665.0560.157nonzero0.257
my8033_rel_lto.cy10a13_gcp_c2s3052.14617.38210.84919.6230.181
my8033_rel_lto.cy10a14_gcp_c2s3093.0136.9870.177
my8033_rel_lto.cy10a15_gcp_c2s3019.90475.9423.9240.2300.240
my8033_rel_lto.cy10a16_gcp_c2s3021.51174.8923.5260.0710.134
my8033_rel_lto.cy10a17_gcp_c2s3023.91270.9294.9180.2080.0090.0120.01011.807
my8033_rel_lto.cy10a18_gcp_c2s3091.2127.6980.1400.0380.2810.2850.3450.00130.302
my8033_rel_lto.cy10a19_gcp_c2s3089.7229.1970.1660.0560.1150.1500.5850.009122.874

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
14409	0	17044	266.3	34543.3	775.6	1.183	18.926	2.397	55.118	175995	37.2	12.214	387	809.0	975.5	86.9	1.173	999	250	4000m.my8033_rel_lto.cy10a_gcp_c2s30
13443	0	15818	247.2	31592.7	720.3	1.177	18.827	2.350	54.868	191914	36.3	14.276	405	809.1	975.5	86.9	0.593	949	250	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
14237	0	17273	269.9	35841.2	794.6	1.213	19.411	2.517	57.147	180383	37.3	12.670	393	809.1	973.5	86.9	1.662	999	200	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
14383	0	17260	269.7	36269.5	798.9	1.200	19.200	2.522	56.874	180835	36.7	12.573	383	809.1	973.8	86.9	1.428	999	250	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
7807	0	8814	245.5	18080.1	418.5	1.129	32.199	2.316	54.898	268014	26.0	34.329	500	809.3	977.4	86.9	4.852	400	100	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
5385	0	25667	401.1	48026.5	921.5	4.767	76.269	8.919	175.247	180834	17.5	33.584	488	807.5	941.1	86.9	0.926	749	200	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
14370	0	17020	265.9	35248.5	790.8	1.184	18.950	2.453	56.348	179048	38.1	12.460	398	809.0	975.2	86.9	1.018	1049	250	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
15172	0	17877	279.3	34170.5	781.1	1.178	18.853	2.252	52.723	179120	38.7	11.806	383	808.9	974.3	86.9	0.845	999	300	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
15352	0	17860	279.1	33528.4	762.3	1.163	18.614	2.184	50.845	177319	36.9	11.550	361	809.0	974.9	86.9	1.368	899	100	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
15708	0	18230	284.9	34159.4	768.7	1.161	18.570	2.175	50.113	179818	37.6	11.448	359	809.0	975.0	86.9	0.376	999	300	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
10861	0	24054	375.8	43115.7	982.2	2.215	35.435	3.970	92.610	215510	38.9	19.843	537	799.0	955.2	86.9	0.576	1099	300	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
11698	0	14046	219.5	30990.4	727.8	1.201	19.213	2.649	63.711	155762	31.8	13.316	408	809.0	864.1	86.9	3.122	749	50	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
14245	0	16942	264.7	35596.3	791.5	1.189	19.030	2.499	56.900	180477	37.8	12.670	398	808.9	879.6	86.9	0.663	1049	250	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
4876	0	22665	354.1	43398.4	865.0	4.649	74.377	8.901	181.678	188328	24.5	38.627	754	714.7	845.6	87.0	0.305	500	250	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
6949	0	23193	362.4	43692.2	865.7	3.338	53.405	6.288	127.574	172725	20.3	24.858	438	808.1	944.0	86.9	0.288	999	300	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
14606	0	17244	269.4	35166.6	787.8	1.181	18.889	2.408	55.232	178930	38.1	12.250	391	809.0	975.0	86.9	0.312	999	300	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
15823	0	17943	280.4	33252.4	760.6	1.134	18.144	2.102	49.225	180329	38.8	11.397	368	808.8	976.9	87.0	1.114	1049	300	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
18442	0	19112	298.6	26569.4	511.2	1.036	16.581	1.441	28.387	179272	42.1	9.721	342	809.3	976.3	86.9	11.816	1599	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
1258	0	1315	20.6	2424.7	61.0	1.046	16.729	1.928	49.617	22931	2.1	18.230	250	810.6	969.2	86.9	35.541	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
1408	0	1523	23.8	2755.0	73.4	1.082	17.308	1.957	53.375	23151	2.4	16.444	256	810.5	969.0	86.9	134.824	0	0	4000m.my8033_rel_lto.cy10a19_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
my8033_rel_lto.cy10a_gcp_c2s3033.0946.51148.42611.6330.3310.006nonzero0.256
my8033_rel_lto.cy10a1_gcp_c2s3031.4807.47652.4168.4570.1630.0080.232
my8033_rel_lto.cy10a2_gcp_c2s3035.9405.23047.79410.9260.1090.0010.212
my8033_rel_lto.cy10a3_gcp_c2s3035.0115.73548.19410.9400.1180.0010.206
my8033_rel_lto.cy10a4_gcp_c2s3032.4267.53725.78628.5435.5950.1110.001nonzero1.412
my8033_rel_lto.cy10a5_gcp_c2s3036.2405.55051.0687.1410.0010.057
my8033_rel_lto.cy10a6_gcp_c2s3035.6405.52143.08015.6680.092nonzero0.161
my8033_rel_lto.cy10a7_gcp_c2s3036.0575.22148.14110.5250.055nonzero0.151
my8033_rel_lto.cy10a8_gcp_c2s3036.6784.73448.44810.0480.0920.0010.196
my8033_rel_lto.cy10a9_gcp_c2s3036.2335.07047.47211.1560.068nonzero0.110
my8033_rel_lto.cy10a10_gcp_c2s3026.79610.98139.63022.4970.0960.061
my8033_rel_lto.cy10a11_gcp_c2s3036.0205.24745.96012.6710.1010.0010.169
my8033_rel_lto.cy10a12_gcp_c2s3036.2015.09947.95610.6580.0850.0010.226
my8033_rel_lto.cy10a13_gcp_c2s3044.3392.21551.6301.8140.0020.038
my8033_rel_lto.cy10a14_gcp_c2s3035.9866.03449.4918.4850.0040.062
my8033_rel_lto.cy10a15_gcp_c2s3032.8647.10148.98710.9800.068nonzero0.124
my8033_rel_lto.cy10a16_gcp_c2s3036.4654.91849.2659.2670.0840.0010.161
my8033_rel_lto.cy10a17_gcp_c2s3035.9994.55448.60910.4550.3410.0120.0030.0040.023nonzero22.391
my8033_rel_lto.cy10a18_gcp_c2s3038.2791.43048.86510.4050.3810.0450.0460.4870.0600.00128.409
my8033_rel_lto.cy10a19_gcp_c2s3032.8595.40552.7257.3770.5380.3640.0720.0350.6220.00343.020

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
my8033_rel_lto.cy10a_gcp_c2s309.10183.9106.3060.6700.0140.419
my8033_rel_lto.cy10a1_gcp_c2s307.72687.0904.6670.5170.215
my8033_rel_lto.cy10a2_gcp_c2s3014.83778.8265.9860.3510.237
my8033_rel_lto.cy10a3_gcp_c2s3013.35480.4415.8650.3370.0030.264
my8033_rel_lto.cy10a4_gcp_c2s302.66356.73337.7052.7640.1220.0141.343
my8033_rel_lto.cy10a5_gcp_c2s3099.7640.2360.082
my8033_rel_lto.cy10a6_gcp_c2s309.01785.0035.7740.2050.213
my8033_rel_lto.cy10a7_gcp_c2s3011.95884.9103.0240.1080.160
my8033_rel_lto.cy10a8_gcp_c2s3014.97281.9102.9620.1560.184
my8033_rel_lto.cy10a9_gcp_c2s3013.78582.7403.3920.0830.138
my8033_rel_lto.cy10a10_gcp_c2s3067.07332.7430.1840.138
my8033_rel_lto.cy10a11_gcp_c2s309.92484.4625.3920.2220.208
my8033_rel_lto.cy10a12_gcp_c2s3012.11182.7434.8750.2710.234
my8033_rel_lto.cy10a13_gcp_c2s307.85491.0521.0940.143
my8033_rel_lto.cy10a14_gcp_c2s3038.04561.9170.0380.023
my8033_rel_lto.cy10a15_gcp_c2s307.84788.1153.8230.2150.169
my8033_rel_lto.cy10a16_gcp_c2s308.54989.7781.6150.0590.136
my8033_rel_lto.cy10a17_gcp_c2s3013.49078.3683.7470.6770.1320.4382.9970.15324.725
my8033_rel_lto.cy10a18_gcp_c2s3023.06655.0217.3370.7080.6709.2603.6700.26761.500
my8033_rel_lto.cy10a19_gcp_c2s3010.60156.01012.3514.7261.2400.68813.6980.688184.076

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
my8033_rel_lto.cy10a_gcp_c2s3017.75776.2955.3370.5940.0170.419
my8033_rel_lto.cy10a1_gcp_c2s3015.46280.3233.7360.4760.0030.262
my8033_rel_lto.cy10a2_gcp_c2s3025.09469.4555.1420.3090.236
my8033_rel_lto.cy10a3_gcp_c2s3022.99771.6565.0620.2810.0030.263
my8033_rel_lto.cy10a4_gcp_c2s304.36860.18133.1082.2190.1220.0031.188
my8033_rel_lto.cy10a5_gcp_c2s3099.7920.2080.089
my8033_rel_lto.cy10a6_gcp_c2s3017.55677.3924.8820.1700.212
my8033_rel_lto.cy10a7_gcp_c2s3023.09074.3612.4550.0940.129
my8033_rel_lto.cy10a8_gcp_c2s3026.43170.8752.5800.1150.183
my8033_rel_lto.cy10a9_gcp_c2s3024.76072.2432.9200.0760.129
my8033_rel_lto.cy10a10_gcp_c2s3010.06986.8193.0240.0870.108
my8033_rel_lto.cy10a11_gcp_c2s3020.72674.8684.2190.1880.207
my8033_rel_lto.cy10a12_gcp_c2s3024.29271.5103.9620.2360.229
my8033_rel_lto.cy10a13_gcp_c2s3095.6564.3160.0280.038
my8033_rel_lto.cy10a14_gcp_c2s3099.8120.1880.081
my8033_rel_lto.cy10a15_gcp_c2s3017.89278.6633.2400.2050.167
my8033_rel_lto.cy10a16_gcp_c2s3020.04978.6321.2880.0310.161
my8033_rel_lto.cy10a17_gcp_c2s3019.54272.8923.3400.6080.0830.4342.9760.12524.547
my8033_rel_lto.cy10a18_gcp_c2s3024.76052.9977.6600.4440.7269.8093.3650.24061.481
my8033_rel_lto.cy10a19_gcp_c2s3012.17053.51713.5034.8441.0140.69813.7780.476196.652

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
792	3665	30582	477.8	24325.8	544.8	8.343	133.495	30.714	704.402	158387	24.1	43.211	986	809.0	975.5	86.9	0.256	495	112	4000m.my8033_rel_lto.cy10a_gcp_c2s30
789	3968	31652	494.6	22818.4	521.6	7.977	127.637	28.921	676.965	176915	24.4	44.589	922	809.1	975.5	86.9	0.232	528	144	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
792	3900	32460	507.2	26990.5	589.6	8.324	133.181	34.079	762.268	170285	25.8	43.666	992	809.1	973.6	86.9	0.212	527	192	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
791	3868	32176	502.7	26767.4	582.0	8.318	133.086	33.831	753.301	168876	25.3	43.656	981	809.1	973.8	86.9	0.206	512	176	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
783	1716	12358	991.9	12495.1	289.8	7.200	591.789	15.966	379.156	211793	21.2	123.394	1853	809.3	977.4	86.9	1.412	224	64	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
792	4282	37901	592.2	27121.2	591.6	8.851	141.611	34.261	765.325	176042	21.3	41.109	746	807.5	941.1	86.9	0.057	543	272	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
792	3587	29258	457.2	28271.7	613.4	8.157	130.513	35.697	793.132	164887	24.4	45.969	1020	809.0	975.3	86.9	0.161	463	208	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
792	3970	32304	504.7	25481.2	579.5	8.137	130.198	32.189	749.623	167031	25.2	42.075	952	808.9	974.3	86.9	0.151	527	224	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
792	3985	32242	503.8	26061.3	573.7	8.090	129.442	32.906	741.708	166499	25.0	41.777	941	809.0	974.9	86.9	0.196	527	176	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
792	3903	31794	496.8	25569.1	564.4	8.146	130.337	32.264	729.230	164246	24.9	42.082	957	809.0	975.0	86.9	0.110	511	224	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
793	3123	36577	571.5	36033.5	808.6	11.711	187.367	45.422	1043.796	203076	30.3	65.017	1455	799.0	955.2	86.9	0.061	400	224	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
792	3789	31175	487.1	28860.7	627.3	8.227	131.637	36.417	810.541	169897	25.4	44.837	1005	809.0	864.1	86.9	0.169	496	192	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
792	3956	32493	507.7	27861.1	616.1	8.213	131.404	35.178	796.590	173741	25.9	43.914	982	808.9	879.6	86.9	0.226	527	208	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
796	5853	32732	511.4	13675.4	332.5	5.592	89.475	17.171	427.476	134119	18.4	22.914	472	714.7	845.6	86.9	0.038	783	272	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
791	4153	36012	562.7	27299.7	584.3	8.670	138.726	34.504	756.214	170136	21.2	40.963	766	808.1	944.1	86.9	0.062	528	272	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
792	3867	32108	501.7	25475.2	567.4	8.303	132.844	32.182	733.957	165603	25.4	42.822	985	809.0	975.0	86.9	0.124	511	224	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
792	4098	32627	509.8	25261.4	570.2	7.961	127.376	31.876	736.742	165197	24.8	40.309	908	808.8	976.9	86.9	0.161	528	176	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
613	2201	17794	278.0	10925.4	173.9	8.085	129.353	17.823	290.526	89900	14.2	40.845	968	809.3	976.3	86.9	22.391	416	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
451	345	2596	40.6	2557.9	53.6	7.524	120.390	5.670	121.692	26315	2.7	76.276	1174	810.6	969.3	86.9	28.409	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
284	166	1400	21.9	1817.1	44.3	8.420	134.720	6.407	160.127	25470	1.8	153.155	1624	810.5	969.1	86.9	43.020	0	0	4000m.my8033_rel_lto.cy10a19_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
my8033_rel_lto.cy10a_gcp_c2s3036.7535.21551.3096.6400.083nonzero0.099
my8033_rel_lto.cy10a1_gcp_c2s3037.1285.27153.6033.9150.082nonzero0.130
my8033_rel_lto.cy10a2_gcp_c2s3036.9005.29751.7096.0810.013nonzero0.185
my8033_rel_lto.cy10a3_gcp_c2s3037.0025.26751.4826.2350.014nonzero0.078
my8033_rel_lto.cy10a4_gcp_c2s3033.5778.06630.85824.4283.0520.0180.175
my8033_rel_lto.cy10a5_gcp_c2s3033.8675.93538.14221.9950.061nonzerononzero0.294
my8033_rel_lto.cy10a6_gcp_c2s3036.3865.61147.49110.5080.003nonzero0.070
my8033_rel_lto.cy10a7_gcp_c2s3035.7036.08151.5706.6230.0230.064
my8033_rel_lto.cy10a8_gcp_c2s3036.5375.45752.8735.1310.0010.062
my8033_rel_lto.cy10a9_gcp_c2s3036.6545.27052.0256.0010.0480.0020.178
my8033_rel_lto.cy10a10_gcp_c2s3026.94611.68041.68519.6500.039nonzero0.070
my8033_rel_lto.cy10a11_gcp_c2s3036.4245.67151.2186.6850.0020.060
my8033_rel_lto.cy10a12_gcp_c2s3036.3945.55352.0206.0190.013nonzero0.091
my8033_rel_lto.cy10a13_gcp_c2s3034.1116.04844.38415.4320.0260.042
my8033_rel_lto.cy10a14_gcp_c2s3034.8656.26343.72715.1240.021nonzero0.065
my8033_rel_lto.cy10a15_gcp_c2s3036.0046.01851.6716.3050.0020.054
my8033_rel_lto.cy10a16_gcp_c2s3036.0605.71752.8965.2430.084nonzero0.134
my8033_rel_lto.cy10a17_gcp_c2s3042.2331.44753.0002.9660.0910.0190.0310.0490.1630.00130.698
my8033_rel_lto.cy10a18_gcp_c2s3040.5502.10949.7456.8310.2100.0510.0650.3980.03911.987
my8033_rel_lto.cy10a19_gcp_c2s3041.2231.84750.7475.5620.1990.1070.0600.0600.195nonzero18.065

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
my8033_rel_lto.cy10a_gcp_c2s3030.75168.2990.9340.0170.139
my8033_rel_lto.cy10a1_gcp_c2s3034.85764.0141.1080.0200.0010.299
my8033_rel_lto.cy10a2_gcp_c2s3034.92564.4470.6060.0220.0010.294
my8033_rel_lto.cy10a3_gcp_c2s3035.52763.8410.6170.0150.162
my8033_rel_lto.cy10a4_gcp_c2s3012.07872.00315.6060.3130.153
my8033_rel_lto.cy10a5_gcp_c2s3097.5632.3580.0780.355
my8033_rel_lto.cy10a6_gcp_c2s3027.09272.5010.4060.041
my8033_rel_lto.cy10a7_gcp_c2s3026.62472.8920.4840.052
my8033_rel_lto.cy10a8_gcp_c2s3029.38470.3080.3080.042
my8033_rel_lto.cy10a9_gcp_c2s3029.26369.8940.8070.0350.0010.259
my8033_rel_lto.cy10a10_gcp_c2s300.00145.99053.9870.0210.099
my8033_rel_lto.cy10a11_gcp_c2s3027.34172.2810.3770.0010.067
my8033_rel_lto.cy10a12_gcp_c2s3027.72971.7940.4630.0140.160
my8033_rel_lto.cy10a13_gcp_c2s300.21098.7631.0280.099
my8033_rel_lto.cy10a14_gcp_c2s3040.56359.3180.1190.028
my8033_rel_lto.cy10a15_gcp_c2s3028.31371.3660.3210.039
my8033_rel_lto.cy10a16_gcp_c2s3019.89179.1670.9110.0310.120
my8033_rel_lto.cy10a17_gcp_c2s3052.03842.0621.5570.2000.2670.6443.1120.11955.276
my8033_rel_lto.cy10a18_gcp_c2s3058.31236.7161.1130.1810.2822.6760.7190.00117.429
my8033_rel_lto.cy10a19_gcp_c2s3054.59239.9451.3030.6880.2330.5412.6770.02224.280

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
my8033_rel_lto.cy10a_gcp_c2s3057.22342.2280.5370.0110.132
my8033_rel_lto.cy10a1_gcp_c2s3056.90742.2830.7870.0210.0010.382
my8033_rel_lto.cy10a2_gcp_c2s3059.04040.5570.3920.0110.241
my8033_rel_lto.cy10a3_gcp_c2s3059.54940.0130.4290.0080.158
my8033_rel_lto.cy10a4_gcp_c2s3017.05169.86112.8170.2720.142
my8033_rel_lto.cy10a5_gcp_c2s3097.9741.9600.0650.370
my8033_rel_lto.cy10a6_gcp_c2s3052.22747.5190.2530.041
my8033_rel_lto.cy10a7_gcp_c2s3054.63745.1010.2630.045
my8033_rel_lto.cy10a8_gcp_c2s3057.95741.8530.1900.037
my8033_rel_lto.cy10a9_gcp_c2s3056.97042.5810.4310.0190.236
my8033_rel_lto.cy10a10_gcp_c2s3037.59662.0760.3280.044
my8033_rel_lto.cy10a11_gcp_c2s3055.71544.0560.2280.0010.066
my8033_rel_lto.cy10a12_gcp_c2s3057.07942.6330.2810.0060.106
my8033_rel_lto.cy10a13_gcp_c2s3081.07518.8650.0600.046
my8033_rel_lto.cy10a14_gcp_c2s3099.9260.0740.087
my8033_rel_lto.cy10a15_gcp_c2s3055.90343.8940.2020.038
my8033_rel_lto.cy10a16_gcp_c2s3052.47247.1440.3790.0060.159
my8033_rel_lto.cy10a17_gcp_c2s3063.41331.4221.2280.1590.1850.5352.9470.11055.274
my8033_rel_lto.cy10a18_gcp_c2s3062.28332.6991.0750.2030.2932.7370.7080.00317.428
my8033_rel_lto.cy10a19_gcp_c2s3058.88235.7941.2070.6840.2140.5602.6370.02224.236

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
3958	4303	34140	533.4	24469.5	553.1	7.935	126.954	6.182	143.085	167528	25.7	38.936	896	809.0	975.7	86.9	0.099	543	176	4000m.my8033_rel_lto.cy10a_gcp_c2s30
3960	4660	34647	541.4	22532.9	525.0	7.435	118.956	5.690	135.741	187071	26.7	40.143	859	809.1	975.7	86.9	0.130	591	192	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
3974	4436	35454	554.0	26120.0	578.9	7.992	127.864	6.574	149.175	174824	26.8	39.406	906	809.1	973.8	86.9	0.185	559	432	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
3971	4420	35139	549.0	25952.9	571.7	7.951	127.210	6.535	147.421	173372	26.5	39.228	899	809.1	974.0	86.9	0.078	559	448	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
3950	2273	14801	1152.5	11421.6	265.9	6.511	519.170	2.892	68.947	209639	23.5	92.222	1551	809.3	977.9	86.9	0.175	288	208	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
3960	3185	38913	608.0	38496.7	746.3	12.218	195.493	9.721	192.980	192629	22.4	60.484	1055	807.5	941.5	86.9	0.294	400	176	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
3971	4011	31315	489.3	27743.5	607.1	7.807	124.909	6.986	156.537	167904	25.1	41.858	939	809.0	975.5	86.9	0.070	496	432	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
3976	4314	34096	532.8	23084.7	546.6	7.904	126.460	5.806	140.779	166507	26.1	38.598	908	808.9	974.4	86.9	0.064	543	416	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
3974	4500	35652	557.1	25161.2	567.1	7.923	126.772	6.332	146.144	173964	26.9	38.661	897	809.0	975.0	87.0	0.062	559	495	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
3969	4356	34565	540.1	23848.9	545.8	7.934	126.950	6.009	140.822	169123	26.1	38.822	899	809.0	975.1	87.0	0.178	559	192	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
3971	3283	38615	603.4	39130.4	853.5	11.761	188.175	9.853	220.083	215331	32.6	65.584	1489	799.0	954.5	86.9	0.070	416	352	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
3971	4370	34317	536.2	27826.1	613.9	7.854	125.659	7.007	158.291	175793	26.7	40.231	917	809.0	864.2	87.0	0.060	543	464	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
3971	4416	35272	551.1	27315.8	608.2	7.988	127.801	6.878	156.834	178069	27.2	40.325	924	808.9	879.7	86.9	0.091	559	479	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
3980	3616	38588	602.9	37144.4	737.4	10.671	170.735	9.333	189.719	198593	28.1	54.918	1166	714.7	845.6	86.9	0.042	448	384	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
3971	3634	36678	573.1	32858.0	661.0	10.093	161.485	8.274	170.429	180060	23.4	49.547	966	808.1	944.4	86.9	0.065	448	400	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
3974	4382	34664	541.6	24749.8	557.5	7.911	126.581	6.229	143.677	170383	26.4	38.887	904	809.0	975.2	86.9	0.054	543	479	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
3974	4462	35228	550.4	23938.1	552.6	7.895	126.324	6.024	142.413	170705	27.0	38.258	908	808.8	977.0	86.9	0.134	560	192	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
1239	610	3677	57.5	1473.7	24.1	6.030	96.484	1.189	19.933	23148	3.2	37.959	787	809.3	976.8	86.9	30.698	0	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
2039	504	3197	50.0	2511.4	53.9	6.342	101.471	1.232	27.065	27664	4.2	54.878	1250	810.9	970.2	86.9	11.987	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
1502	519	3202	50.0	2716.8	60.9	6.168	98.680	1.809	41.486	27503	3.6	52.982	1040	810.9	970.1	86.9	18.065	0	0	4000m.my8033_rel_lto.cy10a19_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
my8033_rel_lto.cy10a_gcp_c2s3035.5395.79350.0478.5740.0370.0080.0010.740
my8033_rel_lto.cy10a1_gcp_c2s3036.0145.82052.4255.6860.0540.0010.172
my8033_rel_lto.cy10a2_gcp_c2s3035.1466.32948.8159.6900.020nonzero0.076
my8033_rel_lto.cy10a3_gcp_c2s3035.4736.04648.8869.5800.015nonzero0.172
my8033_rel_lto.cy10a4_gcp_c2s3030.63810.01628.96026.1524.2050.0290.001nonzero1.157
my8033_rel_lto.cy10a5_gcp_c2s3031.1525.51320.63742.3370.3530.0080.213
my8033_rel_lto.cy10a6_gcp_c2s3035.2985.99842.52316.1780.004nonzero0.081
my8033_rel_lto.cy10a7_gcp_c2s3034.8196.54851.1567.4710.006nonzero0.072
my8033_rel_lto.cy10a8_gcp_c2s3034.7826.59851.2097.4070.0040.061
my8033_rel_lto.cy10a9_gcp_c2s3035.7295.62450.5008.1300.016nonzero0.116
my8033_rel_lto.cy10a10_gcp_c2s3024.22413.56536.45225.6710.090nonzero0.073
my8033_rel_lto.cy10a11_gcp_c2s3035.2286.14847.73510.8510.036nonzero0.193
my8033_rel_lto.cy10a12_gcp_c2s3035.0496.29248.55010.0240.0830.0010.194
my8033_rel_lto.cy10a13_gcp_c2s3028.6369.22433.05328.9740.1130.063
my8033_rel_lto.cy10a14_gcp_c2s3030.7817.62330.77630.7380.0800.0020.089
my8033_rel_lto.cy10a15_gcp_c2s3034.8866.51849.6928.8500.0540.0010.177
my8033_rel_lto.cy10a16_gcp_c2s3034.1336.91851.1267.7440.0780.0010.131
my8033_rel_lto.cy10a17_gcp_c2s3039.9132.70553.4473.1050.2930.0400.0190.0350.4430.001110.589
my8033_rel_lto.cy10a18_gcp_c2s3034.4065.89547.32410.2860.6380.1230.0581.1340.13714.579
my8033_rel_lto.cy10a19_gcp_c2s3037.9453.86550.6756.2100.4420.2950.0520.0460.4680.00130.457

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
my8033_rel_lto.cy10a_gcp_c2s3029.94769.1980.6370.1740.0440.885
my8033_rel_lto.cy10a1_gcp_c2s3036.84662.2510.8430.0590.0010.383
my8033_rel_lto.cy10a2_gcp_c2s3036.49263.1960.3110.047
my8033_rel_lto.cy10a3_gcp_c2s3036.17063.4650.3400.0250.186
my8033_rel_lto.cy10a4_gcp_c2s3011.36470.28917.9260.4110.0070.0041.644
my8033_rel_lto.cy10a5_gcp_c2s3070.94129.0510.0080.321
my8033_rel_lto.cy10a6_gcp_c2s3027.12572.5350.3400.045
my8033_rel_lto.cy10a7_gcp_c2s3029.49370.2430.2640.041
my8033_rel_lto.cy10a8_gcp_c2s3025.46674.1990.3350.054
my8033_rel_lto.cy10a9_gcp_c2s3031.13168.4600.3780.0310.228
my8033_rel_lto.cy10a10_gcp_c2s300.01152.98146.9830.0250.092
my8033_rel_lto.cy10a11_gcp_c2s3028.45970.8750.6460.0200.172
my8033_rel_lto.cy10a12_gcp_c2s3026.70771.9821.2280.0820.224
my8033_rel_lto.cy10a13_gcp_c2s300.03570.56029.4040.235
my8033_rel_lto.cy10a14_gcp_c2s3041.75557.9230.3220.043
my8033_rel_lto.cy10a15_gcp_c2s3028.31570.7280.8180.1390.211
my8033_rel_lto.cy10a16_gcp_c2s3015.85483.0391.0360.0700.201
my8033_rel_lto.cy10a17_gcp_c2s3044.08647.6972.2440.1640.1040.2395.3670.100122.886
my8033_rel_lto.cy10a18_gcp_c2s3034.33856.5252.6070.1780.1775.0841.0840.00624.511
my8033_rel_lto.cy10a19_gcp_c2s3040.92751.0112.0311.6540.1580.2433.9390.03742.904

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
my8033_rel_lto.cy10a_gcp_c2s3054.87544.4550.4930.1380.0400.732
my8033_rel_lto.cy10a1_gcp_c2s3057.73441.5730.6500.043nonzero0.383
my8033_rel_lto.cy10a2_gcp_c2s3059.61440.1860.2000.047
my8033_rel_lto.cy10a3_gcp_c2s3058.69341.0240.2690.0140.233
my8033_rel_lto.cy10a4_gcp_c2s3015.00868.83415.7800.3660.0080.0032.842
my8033_rel_lto.cy10a5_gcp_c2s3073.53926.4550.0060.336
my8033_rel_lto.cy10a6_gcp_c2s3048.90150.8670.2320.045
my8033_rel_lto.cy10a7_gcp_c2s3055.45644.3640.1800.039
my8033_rel_lto.cy10a8_gcp_c2s3051.41248.3690.2190.053
my8033_rel_lto.cy10a9_gcp_c2s3056.87242.8480.2640.0170.226
my8033_rel_lto.cy10a10_gcp_c2s3028.67670.7650.5590.061
my8033_rel_lto.cy10a11_gcp_c2s3054.10545.4570.4310.0080.232
my8033_rel_lto.cy10a12_gcp_c2s3053.12246.0320.8010.044nonzero0.257
my8033_rel_lto.cy10a13_gcp_c2s3049.60921.11610.30518.9700.173
my8033_rel_lto.cy10a14_gcp_c2s3096.5613.4390.107
my8033_rel_lto.cy10a15_gcp_c2s3053.12246.1740.6290.0760.225
my8033_rel_lto.cy10a16_gcp_c2s3039.83059.4750.6580.0360.160
my8033_rel_lto.cy10a17_gcp_c2s3048.30243.9901.9620.1480.0870.2315.1850.095122.887
my8033_rel_lto.cy10a18_gcp_c2s3037.10253.8042.5890.1820.1815.0451.0920.00624.463
my8033_rel_lto.cy10a19_gcp_c2s3043.45348.5841.9261.6530.1510.2533.9420.03640.918

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
7908	4103	32433	506.8	26669.8	584.5	7.904	126.464	3.373	75.694	170991	29.7	41.671	1086	809.0	976.5	86.9	0.740	512	96	4000m.my8033_rel_lto.cy10a_gcp_c2s30
7925	4418	32439	506.9	24311.8	550.7	7.343	117.492	3.068	71.161	188315	30.2	42.629	1025	809.1	976.6	86.9	0.172	559	400	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
7938	4046	32106	501.7	26917.2	590.5	7.935	126.957	3.391	76.178	170742	29.6	42.198	1097	809.1	974.6	86.9	0.076	511	416	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
7943	4066	32153	502.4	27213.2	590.1	7.908	126.525	3.426	76.074	170997	29.3	42.055	1081	809.1	974.9	86.9	0.172	511	416	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
7882	2015	13299	1067.2	11967.6	280.6	6.600	542.324	1.518	36.452	219983	27.7	109.168	2062	810.4	980.1	86.9	1.157	256	176	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
6572	2228	38971	608.9	51486.5	939.0	17.492	279.874	7.834	146.308	213127	23.4	95.663	1575	808.7	943.7	86.9	0.213	288	96	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
7943	3619	27991	437.4	30596.6	647.9	7.734	123.739	3.852	83.526	168521	28.0	46.561	1160	809.0	976.4	86.9	0.081	448	400	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
7943	4231	33264	519.7	26438.1	593.1	7.861	125.779	3.329	76.463	175390	30.7	41.450	1088	808.9	975.3	86.9	0.072	528	432	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
7943	4224	33227	519.2	27045.8	593.7	7.867	125.868	3.405	76.541	175625	30.7	41.581	1090	809.0	975.9	86.9	0.061	527	463	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
7943	4162	32709	511.1	25973.1	578.1	7.859	125.743	3.270	74.537	172609	29.8	41.473	1074	809.0	975.0	86.9	0.116	527	384	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
7947	2974	35733	558.3	41916.9	899.9	12.014	192.226	5.275	115.952	219019	36.8	73.640	1856	799.0	955.6	86.9	0.073	368	320	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
7943	3941	30897	482.8	30644.2	653.0	7.841	125.449	3.858	84.192	175136	29.6	44.443	1127	809.0	865.1	86.9	0.193	495	240	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
7947	3970	31291	488.9	29045.0	626.2	7.881	126.098	3.655	80.693	174410	29.7	43.928	1122	808.9	880.6	86.9	0.194	511	144	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
5676	2824	36808	575.1	46967.1	891.6	13.033	208.527	8.275	160.856	222444	32.1	78.764	1705	714.7	845.6	87.0	0.063	352	288	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
7938	2774	35700	557.8	41990.8	800.1	12.869	205.906	5.290	103.204	193596	26.1	69.787	1411	808.9	946.3	86.9	0.089	352	288	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
7943	4081	32074	501.2	26402.7	577.1	7.860	125.759	3.324	74.408	170588	30.0	41.804	1103	809.0	976.0	86.9	0.177	512	160	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
7947	4161	32871	513.6	26010.2	580.9	7.899	126.390	3.273	74.847	173495	31.1	41.693	1121	808.8	976.7	86.9	0.131	527	160	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
954	259	1645	25.7	873.8	14.5	6.350	101.595	0.916	15.565	17483	2.0	67.501	1158	810.6	979.3	86.9	110.589	0	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
1634	187	1419	22.2	1501.6	34.0	7.570	121.127	0.919	21.341	21726	3.0	115.934	2401	811.9	972.2	86.9	14.579	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
1333	247	1622	25.3	1872.4	44.6	6.556	104.892	1.404	34.249	22430	2.6	90.662	1576	811.8	972.1	86.9	30.457	0	0	4000m.my8033_rel_lto.cy10a19_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
706964	0	0	0.0	3705.8	202.7	0.000	0.000	0.005	0.294	172612	76.8	0.244	16	262.1	390.7	86.9	0.400	90802	69625	4000m.my8033_rel_lto.cy10a_gcp_c2s30
698202	0	0	0.0	3656.6	200.2	0.000	0.000	0.005	0.294	174273	77.2	0.250	17	262.1	390.7	86.9	0.589	89703	70248	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
702494	0	0	0.0	3719.9	202.2	0.000	0.000	0.005	0.295	173465	77.0	0.247	16	262.1	390.7	86.9	0.307	89738	69425	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
690488	0	0	0.0	3657.9	199.2	0.000	0.000	0.005	0.295	152517	76.8	0.221	17	262.1	390.7	86.9	0.303	88135	68026	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
691682	0	0	0.0	1565.2	188.8	0.000	0.000	0.002	0.279	175154	76.9	0.253	17	262.1	390.7	86.9	0.248	88334	70248	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
699178	0	0	0.0	3666.7	200.8	0.000	0.000	0.005	0.294	164117	76.8	0.235	16	262.1	390.7	86.9	0.292	89733	69625	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
697350	0	0	0.0	3653.3	200.1	0.000	0.000	0.005	0.294	170603	76.8	0.245	17	262.1	390.7	86.9	1.017	89502	68226	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
700280	0	0	0.0	3669.9	200.6	0.000	0.000	0.005	0.293	168965	76.8	0.241	16	262.1	390.7	86.7	0.559	89932	70423	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
700158	0	0	0.0	3668.7	200.8	0.000	0.000	0.005	0.294	163362	76.9	0.233	16	262.1	390.7	86.5	0.537	89503	69624	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
699790	0	0	0.0	3669.7	200.9	0.000	0.000	0.005	0.294	162072	76.7	0.232	16	262.1	390.7	86.0	0.475	89802	69447	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
698812	0	0	0.0	3669.4	200.7	0.000	0.000	0.005	0.294	170982	76.7	0.245	16	262.1	390.7	86.9	0.578	89703	69071	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
697472	0	0	0.0	3803.9	204.9	0.000	0.000	0.005	0.301	172656	76.7	0.248	16	262.1	278.7	86.9	0.293	89503	69525	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
699178	0	0	0.0	3787.1	204.2	0.000	0.000	0.005	0.299	168491	76.8	0.241	16	262.1	294.7	86.9	0.479	89503	69425	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
700771	0	0	0.0	3675.5	201.4	0.000	0.000	0.005	0.294	169280	76.9	0.242	16	262.1	390.7	86.9	0.374	89903	69457	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
696986	0	0	0.0	3651.4	199.7	0.000	0.000	0.005	0.293	167967	77.0	0.241	17	262.1	390.7	86.9	0.298	89003	69524	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
699790	0	0	0.0	3669.1	200.7	0.000	0.000	0.005	0.294	167740	76.9	0.240	16	262.1	390.7	86.9	0.293	89602	69925	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
702247	0	0	0.0	3379.3	193.0	0.000	0.000	0.005	0.281	170869	76.9	0.243	16	262.1	390.7	86.9	0.570	89704	69225	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
479042	0	0	0.0	2150.9	104.9	0.000	0.000	0.004	0.224	121252	53.5	0.253	17	262.1	390.7	86.9	50.411	87308	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
212495	0	0	0.0	976.5	57.1	0.000	0.000	0.005	0.275	41323	24.1	0.194	17	262.1	390.8	86.9	61.200	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
268709	0	0	0.0	1236.8	72.2	0.000	0.000	0.005	0.275	53931	30.0	0.201	17	262.1	390.7	86.9	73.691	400	0	4000m.my8033_rel_lto.cy10a19_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
603060	0	7642	649.2	12691.7	773.2	0.013	1.102	0.021	1.313	55738	57.3	0.092	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a_gcp_c2s30
595519	0	7534	649.4	12700.9	758.6	0.013	1.117	0.021	1.304	59252	54.5	0.099	14	586.1	714.7	86.9	0.003	NA	NA	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
601519	0	7610	646.3	12555.8	773.9	0.013	1.100	0.021	1.317	49161	56.9	0.082	14	586.1	714.7	86.9	0.020	NA	NA	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
601609	0	7583	654.8	12639.4	767.0	0.013	1.114	0.021	1.306	49183	54.4	0.082	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
566586	0	5387	613.7	11295.7	719.2	0.010	1.109	0.020	1.300	88068	56.0	0.155	15	586.1	714.7	86.9	0.007	NA	NA	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
626484	0	7916	680.8	13274.0	800.9	0.013	1.113	0.021	1.309	57142	56.3	0.091	13	586.1	714.7	86.9	0.009	NA	NA	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
635037	0	8032	691.8	13301.2	812.3	0.013	1.116	0.021	1.310	51059	56.5	0.080	13	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
595342	0	7590	639.4	12596.9	766.4	0.013	1.100	0.021	1.318	56882	58.1	0.096	15	586.1	714.7	86.9	0.005	NA	NA	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
596318	0	7578	635.9	12556.0	764.5	0.013	1.092	0.021	1.313	46046	55.5	0.077	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
581410	0	7329	623.3	12290.1	746.6	0.013	1.098	0.021	1.315	51556	56.3	0.089	15	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
612198	0	7734	659.9	12686.4	784.9	0.013	1.104	0.021	1.313	58922	57.9	0.096	14	586.1	714.7	86.9	0.005	NA	NA	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
596229	0	7546	641.5	12405.9	760.4	0.013	1.102	0.021	1.306	47315	55.6	0.079	14	586.1	602.7	86.9	0.006	NA	NA	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
636958	0	8017	686.3	13386.9	809.4	0.013	1.103	0.021	1.301	47913	56.5	0.075	13	586.1	618.7	86.9	0.006	NA	NA	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
595342	0	7592	646.3	12574.2	761.2	0.013	1.112	0.021	1.309	51538	55.3	0.087	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
573327	0	7247	607.7	12121.1	734.1	0.013	1.085	0.021	1.311	62334	57.8	0.109	15	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
624138	0	7882	670.0	13090.3	804.9	0.013	1.099	0.021	1.321	53851	58.8	0.086	14	586.1	714.7	86.9	0.009	NA	NA	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
616538	0	7855	675.1	13467.7	793.4	0.013	1.121	0.022	1.318	56139	58.4	0.091	14	586.1	714.7	86.9	0.004	NA	NA	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
468231	0	5932	506.6	8570.7	566.5	0.013	1.108	0.018	1.239	31904	41.9	0.068	13	586.1	714.7	86.9	0.013	NA	NA	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
238912	0	2867	231.1	5403.7	313.9	0.012	0.990	0.023	1.345	54440	30.2	0.228	19	586.1	714.8	86.9	5.718	NA	NA	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
259275	0	3014	251.6	5803.9	347.3	0.012	0.994	0.022	1.372	31903	27.2	0.123	16	586.1	714.7	86.9	0.002	NA	NA	4000m.my8033_rel_lto.cy10a19_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
14409	0	17044	266.3	34543.3	775.6	1.183	18.926	2.397	55.118	175995	37.2	12.214	387	809.0	975.5	86.9	1.173	999	250	4000m.my8033_rel_lto.cy10a_gcp_c2s30
13443	0	15818	247.2	31592.7	720.3	1.177	18.827	2.350	54.868	191914	36.3	14.276	405	809.1	975.5	86.9	0.593	949	250	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
14237	0	17273	269.9	35841.2	794.6	1.213	19.411	2.517	57.147	180383	37.3	12.670	393	809.1	973.5	86.9	1.662	999	200	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
14383	0	17260	269.7	36269.5	798.9	1.200	19.200	2.522	56.874	180835	36.7	12.573	383	809.1	973.8	86.9	1.428	999	250	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
7807	0	8814	245.5	18080.1	418.5	1.129	32.199	2.316	54.898	268014	26.0	34.329	500	809.3	977.4	86.9	4.852	400	100	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
5385	0	25667	401.1	48026.5	921.5	4.767	76.269	8.919	175.247	180834	17.5	33.584	488	807.5	941.1	86.9	0.926	749	200	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
14370	0	17020	265.9	35248.5	790.8	1.184	18.950	2.453	56.348	179048	38.1	12.460	398	809.0	975.2	86.9	1.018	1049	250	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
15172	0	17877	279.3	34170.5	781.1	1.178	18.853	2.252	52.723	179120	38.7	11.806	383	808.9	974.3	86.9	0.845	999	300	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
15352	0	17860	279.1	33528.4	762.3	1.163	18.614	2.184	50.845	177319	36.9	11.550	361	809.0	974.9	86.9	1.368	899	100	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
15708	0	18230	284.9	34159.4	768.7	1.161	18.570	2.175	50.113	179818	37.6	11.448	359	809.0	975.0	86.9	0.376	999	300	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
10861	0	24054	375.8	43115.7	982.2	2.215	35.435	3.970	92.610	215510	38.9	19.843	537	799.0	955.2	86.9	0.576	1099	300	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
11698	0	14046	219.5	30990.4	727.8	1.201	19.213	2.649	63.711	155762	31.8	13.316	408	809.0	864.1	86.9	3.122	749	50	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
14245	0	16942	264.7	35596.3	791.5	1.189	19.030	2.499	56.900	180477	37.8	12.670	398	808.9	879.6	86.9	0.663	1049	250	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
4876	0	22665	354.1	43398.4	865.0	4.649	74.377	8.901	181.678	188328	24.5	38.627	754	714.7	845.6	87.0	0.305	500	250	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
6949	0	23193	362.4	43692.2	865.7	3.338	53.405	6.288	127.574	172725	20.3	24.858	438	808.1	944.0	86.9	0.288	999	300	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
14606	0	17244	269.4	35166.6	787.8	1.181	18.889	2.408	55.232	178930	38.1	12.250	391	809.0	975.0	86.9	0.312	999	300	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
15823	0	17943	280.4	33252.4	760.6	1.134	18.144	2.102	49.225	180329	38.8	11.397	368	808.8	976.9	87.0	1.114	1049	300	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
18442	0	19112	298.6	26569.4	511.2	1.036	16.581	1.441	28.387	179272	42.1	9.721	342	809.3	976.3	86.9	11.816	1599	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
1258	0	1315	20.6	2424.7	61.0	1.046	16.729	1.928	49.617	22931	2.1	18.230	250	810.6	969.2	86.9	35.541	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
1408	0	1523	23.8	2755.0	73.4	1.082	17.308	1.957	53.375	23151	2.4	16.444	256	810.5	969.0	86.9	134.824	0	0	4000m.my8033_rel_lto.cy10a19_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
792	3665	30582	477.8	24325.8	544.8	8.343	133.495	30.714	704.402	158387	24.1	43.211	986	809.0	975.5	86.9	0.256	495	112	4000m.my8033_rel_lto.cy10a_gcp_c2s30
789	3968	31652	494.6	22818.4	521.6	7.977	127.637	28.921	676.965	176915	24.4	44.589	922	809.1	975.5	86.9	0.232	528	144	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
792	3900	32460	507.2	26990.5	589.6	8.324	133.181	34.079	762.268	170285	25.8	43.666	992	809.1	973.6	86.9	0.212	527	192	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
791	3868	32176	502.7	26767.4	582.0	8.318	133.086	33.831	753.301	168876	25.3	43.656	981	809.1	973.8	86.9	0.206	512	176	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
783	1716	12358	991.9	12495.1	289.8	7.200	591.789	15.966	379.156	211793	21.2	123.394	1853	809.3	977.4	86.9	1.412	224	64	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
792	4282	37901	592.2	27121.2	591.6	8.851	141.611	34.261	765.325	176042	21.3	41.109	746	807.5	941.1	86.9	0.057	543	272	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
792	3587	29258	457.2	28271.7	613.4	8.157	130.513	35.697	793.132	164887	24.4	45.969	1020	809.0	975.3	86.9	0.161	463	208	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
792	3970	32304	504.7	25481.2	579.5	8.137	130.198	32.189	749.623	167031	25.2	42.075	952	808.9	974.3	86.9	0.151	527	224	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
792	3985	32242	503.8	26061.3	573.7	8.090	129.442	32.906	741.708	166499	25.0	41.777	941	809.0	974.9	86.9	0.196	527	176	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
792	3903	31794	496.8	25569.1	564.4	8.146	130.337	32.264	729.230	164246	24.9	42.082	957	809.0	975.0	86.9	0.110	511	224	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
793	3123	36577	571.5	36033.5	808.6	11.711	187.367	45.422	1043.796	203076	30.3	65.017	1455	799.0	955.2	86.9	0.061	400	224	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
792	3789	31175	487.1	28860.7	627.3	8.227	131.637	36.417	810.541	169897	25.4	44.837	1005	809.0	864.1	86.9	0.169	496	192	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
792	3956	32493	507.7	27861.1	616.1	8.213	131.404	35.178	796.590	173741	25.9	43.914	982	808.9	879.6	86.9	0.226	527	208	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
796	5853	32732	511.4	13675.4	332.5	5.592	89.475	17.171	427.476	134119	18.4	22.914	472	714.7	845.6	86.9	0.038	783	272	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
791	4153	36012	562.7	27299.7	584.3	8.670	138.726	34.504	756.214	170136	21.2	40.963	766	808.1	944.1	86.9	0.062	528	272	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
792	3867	32108	501.7	25475.2	567.4	8.303	132.844	32.182	733.957	165603	25.4	42.822	985	809.0	975.0	86.9	0.124	511	224	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
792	4098	32627	509.8	25261.4	570.2	7.961	127.376	31.876	736.742	165197	24.8	40.309	908	808.8	976.9	86.9	0.161	528	176	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
613	2201	17794	278.0	10925.4	173.9	8.085	129.353	17.823	290.526	89900	14.2	40.845	968	809.3	976.3	86.9	22.391	416	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
451	345	2596	40.6	2557.9	53.6	7.524	120.390	5.670	121.692	26315	2.7	76.276	1174	810.6	969.3	86.9	28.409	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
284	166	1400	21.9	1817.1	44.3	8.420	134.720	6.407	160.127	25470	1.8	153.155	1624	810.5	969.1	86.9	43.020	0	0	4000m.my8033_rel_lto.cy10a19_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
3958	4303	34140	533.4	24469.5	553.1	7.935	126.954	6.182	143.085	167528	25.7	38.936	896	809.0	975.7	86.9	0.099	543	176	4000m.my8033_rel_lto.cy10a_gcp_c2s30
3960	4660	34647	541.4	22532.9	525.0	7.435	118.956	5.690	135.741	187071	26.7	40.143	859	809.1	975.7	86.9	0.130	591	192	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
3974	4436	35454	554.0	26120.0	578.9	7.992	127.864	6.574	149.175	174824	26.8	39.406	906	809.1	973.8	86.9	0.185	559	432	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
3971	4420	35139	549.0	25952.9	571.7	7.951	127.210	6.535	147.421	173372	26.5	39.228	899	809.1	974.0	86.9	0.078	559	448	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
3950	2273	14801	1152.5	11421.6	265.9	6.511	519.170	2.892	68.947	209639	23.5	92.222	1551	809.3	977.9	86.9	0.175	288	208	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
3960	3185	38913	608.0	38496.7	746.3	12.218	195.493	9.721	192.980	192629	22.4	60.484	1055	807.5	941.5	86.9	0.294	400	176	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
3971	4011	31315	489.3	27743.5	607.1	7.807	124.909	6.986	156.537	167904	25.1	41.858	939	809.0	975.5	86.9	0.070	496	432	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
3976	4314	34096	532.8	23084.7	546.6	7.904	126.460	5.806	140.779	166507	26.1	38.598	908	808.9	974.4	86.9	0.064	543	416	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
3974	4500	35652	557.1	25161.2	567.1	7.923	126.772	6.332	146.144	173964	26.9	38.661	897	809.0	975.0	87.0	0.062	559	495	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
3969	4356	34565	540.1	23848.9	545.8	7.934	126.950	6.009	140.822	169123	26.1	38.822	899	809.0	975.1	87.0	0.178	559	192	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
3971	3283	38615	603.4	39130.4	853.5	11.761	188.175	9.853	220.083	215331	32.6	65.584	1489	799.0	954.5	86.9	0.070	416	352	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
3971	4370	34317	536.2	27826.1	613.9	7.854	125.659	7.007	158.291	175793	26.7	40.231	917	809.0	864.2	87.0	0.060	543	464	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
3971	4416	35272	551.1	27315.8	608.2	7.988	127.801	6.878	156.834	178069	27.2	40.325	924	808.9	879.7	86.9	0.091	559	479	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
3980	3616	38588	602.9	37144.4	737.4	10.671	170.735	9.333	189.719	198593	28.1	54.918	1166	714.7	845.6	86.9	0.042	448	384	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
3971	3634	36678	573.1	32858.0	661.0	10.093	161.485	8.274	170.429	180060	23.4	49.547	966	808.1	944.4	86.9	0.065	448	400	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
3974	4382	34664	541.6	24749.8	557.5	7.911	126.581	6.229	143.677	170383	26.4	38.887	904	809.0	975.2	86.9	0.054	543	479	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
3974	4462	35228	550.4	23938.1	552.6	7.895	126.324	6.024	142.413	170705	27.0	38.258	908	808.8	977.0	86.9	0.134	560	192	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
1239	610	3677	57.5	1473.7	24.1	6.030	96.484	1.189	19.933	23148	3.2	37.959	787	809.3	976.8	86.9	30.698	0	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
2039	504	3197	50.0	2511.4	53.9	6.342	101.471	1.232	27.065	27664	4.2	54.878	1250	810.9	970.2	86.9	11.987	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
1502	519	3202	50.0	2716.8	60.9	6.168	98.680	1.809	41.486	27503	3.6	52.982	1040	810.9	970.1	86.9	18.065	0	0	4000m.my8033_rel_lto.cy10a19_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
7908	4103	32433	506.8	26669.8	584.5	7.904	126.464	3.373	75.694	170991	29.7	41.671	1086	809.0	976.5	86.9	0.740	512	96	4000m.my8033_rel_lto.cy10a_gcp_c2s30
7925	4418	32439	506.9	24311.8	550.7	7.343	117.492	3.068	71.161	188315	30.2	42.629	1025	809.1	976.6	86.9	0.172	559	400	4000m.my8033_rel_lto.cy10a1_gcp_c2s30
7938	4046	32106	501.7	26917.2	590.5	7.935	126.957	3.391	76.178	170742	29.6	42.198	1097	809.1	974.6	86.9	0.076	511	416	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
7943	4066	32153	502.4	27213.2	590.1	7.908	126.525	3.426	76.074	170997	29.3	42.055	1081	809.1	974.9	86.9	0.172	511	416	4000m.my8033_rel_lto.cy10a3_gcp_c2s30
7882	2015	13299	1067.2	11967.6	280.6	6.600	542.324	1.518	36.452	219983	27.7	109.168	2062	810.4	980.1	86.9	1.157	256	176	4000m.my8033_rel_lto.cy10a4_gcp_c2s30
6572	2228	38971	608.9	51486.5	939.0	17.492	279.874	7.834	146.308	213127	23.4	95.663	1575	808.7	943.7	86.9	0.213	288	96	4000m.my8033_rel_lto.cy10a5_gcp_c2s30
7943	3619	27991	437.4	30596.6	647.9	7.734	123.739	3.852	83.526	168521	28.0	46.561	1160	809.0	976.4	86.9	0.081	448	400	4000m.my8033_rel_lto.cy10a6_gcp_c2s30
7943	4231	33264	519.7	26438.1	593.1	7.861	125.779	3.329	76.463	175390	30.7	41.450	1088	808.9	975.3	86.9	0.072	528	432	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
7943	4224	33227	519.2	27045.8	593.7	7.867	125.868	3.405	76.541	175625	30.7	41.581	1090	809.0	975.9	86.9	0.061	527	463	4000m.my8033_rel_lto.cy10a8_gcp_c2s30
7943	4162	32709	511.1	25973.1	578.1	7.859	125.743	3.270	74.537	172609	29.8	41.473	1074	809.0	975.0	86.9	0.116	527	384	4000m.my8033_rel_lto.cy10a9_gcp_c2s30
7947	2974	35733	558.3	41916.9	899.9	12.014	192.226	5.275	115.952	219019	36.8	73.640	1856	799.0	955.6	86.9	0.073	368	320	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
7943	3941	30897	482.8	30644.2	653.0	7.841	125.449	3.858	84.192	175136	29.6	44.443	1127	809.0	865.1	86.9	0.193	495	240	4000m.my8033_rel_lto.cy10a11_gcp_c2s30
7947	3970	31291	488.9	29045.0	626.2	7.881	126.098	3.655	80.693	174410	29.7	43.928	1122	808.9	880.6	86.9	0.194	511	144	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
5676	2824	36808	575.1	46967.1	891.6	13.033	208.527	8.275	160.856	222444	32.1	78.764	1705	714.7	845.6	87.0	0.063	352	288	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
7938	2774	35700	557.8	41990.8	800.1	12.869	205.906	5.290	103.204	193596	26.1	69.787	1411	808.9	946.3	86.9	0.089	352	288	4000m.my8033_rel_lto.cy10a14_gcp_c2s30
7943	4081	32074	501.2	26402.7	577.1	7.860	125.759	3.324	74.408	170588	30.0	41.804	1103	809.0	976.0	86.9	0.177	512	160	4000m.my8033_rel_lto.cy10a15_gcp_c2s30
7947	4161	32871	513.6	26010.2	580.9	7.899	126.390	3.273	74.847	173495	31.1	41.693	1121	808.8	976.7	86.9	0.131	527	160	4000m.my8033_rel_lto.cy10a16_gcp_c2s30
954	259	1645	25.7	873.8	14.5	6.350	101.595	0.916	15.565	17483	2.0	67.501	1158	810.6	979.3	86.9	110.589	0	0	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
1634	187	1419	22.2	1501.6	34.0	7.570	121.127	0.919	21.341	21726	3.0	115.934	2401	811.9	972.2	86.9	14.579	0	0	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
1333	247	1622	25.3	1872.4	44.6	6.556	104.892	1.404	34.249	22430	2.6	90.662	1576	811.8	972.1	86.9	30.457	0	0	4000m.my8033_rel_lto.cy10a19_gcp_c2s30

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	9.653	90.247	0.066	0.019	0.014	0.001	0.000	0.000	0.000	0.400	my8033_rel_lto.cy10a_gcp_c2s30
0.000	8.006	91.895	0.067	0.018	0.015	nonzero	0.000	0.000	0.000	0.589	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	6.319	93.579	0.070	0.017	0.014	0.001	0.000	0.000	0.000	0.307	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	2.080	97.817	0.072	0.017	0.014	0.001	0.000	0.000	0.000	0.303	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	8.013	91.734	0.223	0.016	0.015	0.000	0.000	0.000	0.000	0.248	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	4.165	95.735	0.068	0.017	0.014	nonzero	0.000	0.000	0.000	0.292	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	4.450	95.446	0.068	0.021	0.014	0.001	nonzero	0.000	0.000	1.017	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	5.517	94.378	0.074	0.017	0.014	0.001	0.000	0.000	0.000	0.559	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	4.579	95.321	0.065	0.020	0.014	0.001	0.000	0.000	0.000	0.537	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	5.280	94.617	0.067	0.020	0.014	0.001	0.000	0.000	0.000	0.475	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	6.517	93.368	0.080	0.020	0.014	0.001	0.000	0.000	0.000	0.578	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	5.683	94.197	0.073	0.033	0.014	nonzero	0.000	0.000	0.000	0.293	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	5.801	94.085	0.071	0.027	0.014	0.001	0.000	0.000	0.000	0.479	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	6.159	93.740	0.071	0.015	0.014	0.001	0.000	0.000	0.000	0.374	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	4.178	95.724	0.066	0.017	0.014	0.001	0.000	0.000	0.000	0.298	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	5.587	94.314	0.067	0.017	0.014	0.001	0.000	0.000	0.000	0.293	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	5.717	94.183	0.065	0.020	0.014	0.001	0.000	0.000	0.000	0.570	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	8.799	91.102	0.056	0.017	0.011	0.006	0.005	0.002	0.001	50.411	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	30.905	68.993	0.041	0.010	0.009	0.003	0.006	0.031	0.002	61.200	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	35.043	64.855	0.038	0.011	0.009	0.007	0.016	0.021	0.001	73.691	my8033_rel_lto.cy10a19_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	0.284	58.228	30.087	11.341	0.059	0.001	0.000	0.000	1.173	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	0.416	54.852	32.179	12.540	0.013	0.000	0.000	0.000	0.593	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	0.199	56.315	31.956	11.474	0.051	0.005	0.000	0.000	1.662	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	0.313	57.384	30.936	11.326	0.039	0.002	0.000	0.000	1.428	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	0.217	41.323	37.698	16.850	3.911	0.001	nonzero	0.000	4.852	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	43.992	55.826	0.182	0.000	0.000	0.000	0.926	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	0.283	55.772	32.724	11.213	0.008	nonzero	0.000	0.000	1.018	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	0.640	60.520	27.754	11.072	0.013	0.000	0.000	0.000	0.845	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	1.097	63.297	24.466	11.032	0.107	0.001	0.000	0.000	1.368	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	1.047	63.452	24.594	10.899	0.007	0.000	0.000	0.000	0.376	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	0.003	24.002	60.997	14.963	0.037	0.000	0.000	0.000	0.576	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	0.090	54.907	34.212	9.907	0.405	0.478	0.000	0.000	3.122	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	0.184	55.200	33.287	11.314	0.015	0.000	0.000	0.000	0.663	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	0.008	47.474	52.507	0.011	0.000	0.000	0.000	0.305	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	8.281	51.924	24.564	15.227	0.003	0.000	0.000	0.000	0.288	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	0.519	58.086	30.161	11.230	0.004	0.000	0.000	0.000	0.312	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	0.378	63.236	26.181	10.185	0.020	0.001	0.000	0.000	1.114	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	1.495	67.484	24.494	6.450	0.037	0.024	0.017	0.000	11.816	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	55.063	27.054	9.381	2.553	1.561	0.689	3.624	0.075	35.541	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	51.519	31.318	9.514	2.335	0.994	0.989	3.274	0.057	134.824	my8033_rel_lto.cy10a19_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	20.029	75.873	3.865	0.232	nonzero	0.000	0.000	0.000	0.328	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	21.293	73.682	4.622	0.397	0.006	0.000	0.000	0.000	0.535	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	20.250	74.262	5.282	0.205	0.001	0.000	0.000	0.000	0.336	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	21.156	73.819	4.874	0.151	0.001	0.000	0.000	0.000	0.379	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	16.544	70.259	13.050	0.146	0.000	0.000	0.000	0.000	0.247	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	79.940	20.019	0.041	0.000	0.000	0.000	0.553	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	18.786	76.263	4.718	0.232	0.000	0.000	0.000	0.000	0.239	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	20.449	75.948	3.386	0.218	0.000	0.000	0.000	0.000	0.200	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	24.057	72.885	2.865	0.193	nonzero	0.000	0.000	0.000	0.384	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	24.129	72.920	2.775	0.176	0.000	0.000	0.000	0.000	0.197	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	23.892	72.390	3.538	0.180	nonzero	0.000	0.000	0.000	0.278	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	17.724	75.703	6.175	0.172	0.103	0.123	0.000	0.000	3.042	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	19.221	75.566	5.056	0.157	nonzero	0.000	0.000	0.000	0.257	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	52.146	17.382	10.849	19.623	0.000	0.000	0.000	0.000	0.181	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	0.000	0.000	93.013	6.987	0.000	0.000	0.000	0.000	0.177	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	19.904	75.942	3.924	0.230	0.000	0.000	0.000	0.000	0.240	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	21.511	74.892	3.526	0.071	0.000	0.000	0.000	0.000	0.134	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	23.912	70.929	4.918	0.208	0.009	0.012	0.010	0.000	11.807	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	91.212	7.698	0.140	0.038	0.281	0.285	0.345	0.001	30.302	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	89.722	9.197	0.166	0.056	0.115	0.150	0.585	0.009	122.874	my8033_rel_lto.cy10a19_gcp_c2s30

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
33.094	6.511	48.426	11.633	0.331	0.006	nonzero	0.000	0.000	0.000	0.256	my8033_rel_lto.cy10a_gcp_c2s30
31.480	7.476	52.416	8.457	0.163	0.008	0.000	0.000	0.000	0.000	0.232	my8033_rel_lto.cy10a1_gcp_c2s30
35.940	5.230	47.794	10.926	0.109	0.001	0.000	0.000	0.000	0.000	0.212	my8033_rel_lto.cy10a2_gcp_c2s30
35.011	5.735	48.194	10.940	0.118	0.001	0.000	0.000	0.000	0.000	0.206	my8033_rel_lto.cy10a3_gcp_c2s30
32.426	7.537	25.786	28.543	5.595	0.111	0.001	nonzero	0.000	0.000	1.412	my8033_rel_lto.cy10a4_gcp_c2s30
36.240	5.550	51.068	7.141	0.001	0.000	0.000	0.000	0.000	0.000	0.057	my8033_rel_lto.cy10a5_gcp_c2s30
35.640	5.521	43.080	15.668	0.092	nonzero	0.000	0.000	0.000	0.000	0.161	my8033_rel_lto.cy10a6_gcp_c2s30
36.057	5.221	48.141	10.525	0.055	nonzero	0.000	0.000	0.000	0.000	0.151	my8033_rel_lto.cy10a7_gcp_c2s30
36.678	4.734	48.448	10.048	0.092	0.001	0.000	0.000	0.000	0.000	0.196	my8033_rel_lto.cy10a8_gcp_c2s30
36.233	5.070	47.472	11.156	0.068	nonzero	0.000	0.000	0.000	0.000	0.110	my8033_rel_lto.cy10a9_gcp_c2s30
26.796	10.981	39.630	22.497	0.096	0.000	0.000	0.000	0.000	0.000	0.061	my8033_rel_lto.cy10a10_gcp_c2s30
36.020	5.247	45.960	12.671	0.101	0.001	0.000	0.000	0.000	0.000	0.169	my8033_rel_lto.cy10a11_gcp_c2s30
36.201	5.099	47.956	10.658	0.085	0.001	0.000	0.000	0.000	0.000	0.226	my8033_rel_lto.cy10a12_gcp_c2s30
44.339	2.215	51.630	1.814	0.002	0.000	0.000	0.000	0.000	0.000	0.038	my8033_rel_lto.cy10a13_gcp_c2s30
35.986	6.034	49.491	8.485	0.004	0.000	0.000	0.000	0.000	0.000	0.062	my8033_rel_lto.cy10a14_gcp_c2s30
32.864	7.101	48.987	10.980	0.068	nonzero	0.000	0.000	0.000	0.000	0.124	my8033_rel_lto.cy10a15_gcp_c2s30
36.465	4.918	49.265	9.267	0.084	0.001	0.000	0.000	0.000	0.000	0.161	my8033_rel_lto.cy10a16_gcp_c2s30
35.999	4.554	48.609	10.455	0.341	0.012	0.003	0.004	0.023	nonzero	22.391	my8033_rel_lto.cy10a17_gcp_c2s30
38.279	1.430	48.865	10.405	0.381	0.045	0.046	0.487	0.060	0.001	28.409	my8033_rel_lto.cy10a18_gcp_c2s30
32.859	5.405	52.725	7.377	0.538	0.364	0.072	0.035	0.622	0.003	43.020	my8033_rel_lto.cy10a19_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	9.101	83.910	6.306	0.670	0.014	0.000	0.000	0.000	0.419	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	7.726	87.090	4.667	0.517	0.000	0.000	0.000	0.000	0.215	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	14.837	78.826	5.986	0.351	0.000	0.000	0.000	0.000	0.237	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	13.354	80.441	5.865	0.337	0.003	0.000	0.000	0.000	0.264	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	2.663	56.733	37.705	2.764	0.122	0.014	0.000	0.000	1.343	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	99.764	0.236	0.000	0.000	0.000	0.000	0.082	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	9.017	85.003	5.774	0.205	0.000	0.000	0.000	0.000	0.213	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	11.958	84.910	3.024	0.108	0.000	0.000	0.000	0.000	0.160	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	14.972	81.910	2.962	0.156	0.000	0.000	0.000	0.000	0.184	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	13.785	82.740	3.392	0.083	0.000	0.000	0.000	0.000	0.138	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	0.000	67.073	32.743	0.184	0.000	0.000	0.000	0.000	0.138	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	9.924	84.462	5.392	0.222	0.000	0.000	0.000	0.000	0.208	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	12.111	82.743	4.875	0.271	0.000	0.000	0.000	0.000	0.234	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	7.854	91.052	1.094	0.000	0.000	0.000	0.000	0.143	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	38.045	61.917	0.038	0.000	0.000	0.000	0.000	0.000	0.023	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	7.847	88.115	3.823	0.215	0.000	0.000	0.000	0.000	0.169	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	8.549	89.778	1.615	0.059	0.000	0.000	0.000	0.000	0.136	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	13.490	78.368	3.747	0.677	0.132	0.438	2.997	0.153	24.725	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	23.066	55.021	7.337	0.708	0.670	9.260	3.670	0.267	61.500	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	10.601	56.010	12.351	4.726	1.240	0.688	13.698	0.688	184.076	my8033_rel_lto.cy10a19_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	17.757	76.295	5.337	0.594	0.017	0.000	0.000	0.000	0.419	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	15.462	80.323	3.736	0.476	0.003	0.000	0.000	0.000	0.262	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	25.094	69.455	5.142	0.309	0.000	0.000	0.000	0.000	0.236	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	22.997	71.656	5.062	0.281	0.003	0.000	0.000	0.000	0.263	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	4.368	60.181	33.108	2.219	0.122	0.003	0.000	0.000	1.188	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	99.792	0.208	0.000	0.000	0.000	0.000	0.089	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	17.556	77.392	4.882	0.170	0.000	0.000	0.000	0.000	0.212	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	23.090	74.361	2.455	0.094	0.000	0.000	0.000	0.000	0.129	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	26.431	70.875	2.580	0.115	0.000	0.000	0.000	0.000	0.183	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	24.760	72.243	2.920	0.076	0.000	0.000	0.000	0.000	0.129	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	10.069	86.819	3.024	0.087	0.000	0.000	0.000	0.000	0.108	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	20.726	74.868	4.219	0.188	0.000	0.000	0.000	0.000	0.207	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	24.292	71.510	3.962	0.236	0.000	0.000	0.000	0.000	0.229	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	95.656	4.316	0.028	0.000	0.000	0.000	0.000	0.000	0.038	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	0.000	0.000	99.812	0.188	0.000	0.000	0.000	0.000	0.081	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	17.892	78.663	3.240	0.205	0.000	0.000	0.000	0.000	0.167	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	20.049	78.632	1.288	0.031	0.000	0.000	0.000	0.000	0.161	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	19.542	72.892	3.340	0.608	0.083	0.434	2.976	0.125	24.547	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	24.760	52.997	7.660	0.444	0.726	9.809	3.365	0.240	61.481	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	12.170	53.517	13.503	4.844	1.014	0.698	13.778	0.476	196.652	my8033_rel_lto.cy10a19_gcp_c2s30

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
36.753	5.215	51.309	6.640	0.083	nonzero	0.000	0.000	0.000	0.000	0.099	my8033_rel_lto.cy10a_gcp_c2s30
37.128	5.271	53.603	3.915	0.082	nonzero	0.000	0.000	0.000	0.000	0.130	my8033_rel_lto.cy10a1_gcp_c2s30
36.900	5.297	51.709	6.081	0.013	nonzero	0.000	0.000	0.000	0.000	0.185	my8033_rel_lto.cy10a2_gcp_c2s30
37.002	5.267	51.482	6.235	0.014	nonzero	0.000	0.000	0.000	0.000	0.078	my8033_rel_lto.cy10a3_gcp_c2s30
33.577	8.066	30.858	24.428	3.052	0.018	0.000	0.000	0.000	0.000	0.175	my8033_rel_lto.cy10a4_gcp_c2s30
33.867	5.935	38.142	21.995	0.061	nonzero	nonzero	0.000	0.000	0.000	0.294	my8033_rel_lto.cy10a5_gcp_c2s30
36.386	5.611	47.491	10.508	0.003	nonzero	0.000	0.000	0.000	0.000	0.070	my8033_rel_lto.cy10a6_gcp_c2s30
35.703	6.081	51.570	6.623	0.023	0.000	0.000	0.000	0.000	0.000	0.064	my8033_rel_lto.cy10a7_gcp_c2s30
36.537	5.457	52.873	5.131	0.001	0.000	0.000	0.000	0.000	0.000	0.062	my8033_rel_lto.cy10a8_gcp_c2s30
36.654	5.270	52.025	6.001	0.048	0.002	0.000	0.000	0.000	0.000	0.178	my8033_rel_lto.cy10a9_gcp_c2s30
26.946	11.680	41.685	19.650	0.039	nonzero	0.000	0.000	0.000	0.000	0.070	my8033_rel_lto.cy10a10_gcp_c2s30
36.424	5.671	51.218	6.685	0.002	0.000	0.000	0.000	0.000	0.000	0.060	my8033_rel_lto.cy10a11_gcp_c2s30
36.394	5.553	52.020	6.019	0.013	nonzero	0.000	0.000	0.000	0.000	0.091	my8033_rel_lto.cy10a12_gcp_c2s30
34.111	6.048	44.384	15.432	0.026	0.000	0.000	0.000	0.000	0.000	0.042	my8033_rel_lto.cy10a13_gcp_c2s30
34.865	6.263	43.727	15.124	0.021	nonzero	0.000	0.000	0.000	0.000	0.065	my8033_rel_lto.cy10a14_gcp_c2s30
36.004	6.018	51.671	6.305	0.002	0.000	0.000	0.000	0.000	0.000	0.054	my8033_rel_lto.cy10a15_gcp_c2s30
36.060	5.717	52.896	5.243	0.084	nonzero	0.000	0.000	0.000	0.000	0.134	my8033_rel_lto.cy10a16_gcp_c2s30
42.233	1.447	53.000	2.966	0.091	0.019	0.031	0.049	0.163	0.001	30.698	my8033_rel_lto.cy10a17_gcp_c2s30
40.550	2.109	49.745	6.831	0.210	0.051	0.065	0.398	0.039	0.000	11.987	my8033_rel_lto.cy10a18_gcp_c2s30
41.223	1.847	50.747	5.562	0.199	0.107	0.060	0.060	0.195	nonzero	18.065	my8033_rel_lto.cy10a19_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	30.751	68.299	0.934	0.017	0.000	0.000	0.000	0.000	0.139	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	34.857	64.014	1.108	0.020	0.001	0.000	0.000	0.000	0.299	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	34.925	64.447	0.606	0.022	0.001	0.000	0.000	0.000	0.294	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	35.527	63.841	0.617	0.015	0.000	0.000	0.000	0.000	0.162	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	12.078	72.003	15.606	0.313	0.000	0.000	0.000	0.000	0.153	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	97.563	2.358	0.078	0.000	0.000	0.000	0.355	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	27.092	72.501	0.406	0.000	0.000	0.000	0.000	0.000	0.041	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	26.624	72.892	0.484	0.000	0.000	0.000	0.000	0.000	0.052	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	29.384	70.308	0.308	0.000	0.000	0.000	0.000	0.000	0.042	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	29.263	69.894	0.807	0.035	0.001	0.000	0.000	0.000	0.259	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	0.001	45.990	53.987	0.021	0.000	0.000	0.000	0.000	0.099	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	27.341	72.281	0.377	0.001	0.000	0.000	0.000	0.000	0.067	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	27.729	71.794	0.463	0.014	0.000	0.000	0.000	0.000	0.160	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	0.210	98.763	1.028	0.000	0.000	0.000	0.000	0.099	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	40.563	59.318	0.119	0.000	0.000	0.000	0.000	0.000	0.028	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	28.313	71.366	0.321	0.000	0.000	0.000	0.000	0.000	0.039	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	19.891	79.167	0.911	0.031	0.000	0.000	0.000	0.000	0.120	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	52.038	42.062	1.557	0.200	0.267	0.644	3.112	0.119	55.276	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	58.312	36.716	1.113	0.181	0.282	2.676	0.719	0.001	17.429	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	54.592	39.945	1.303	0.688	0.233	0.541	2.677	0.022	24.280	my8033_rel_lto.cy10a19_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	57.223	42.228	0.537	0.011	0.000	0.000	0.000	0.000	0.132	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	56.907	42.283	0.787	0.021	0.001	0.000	0.000	0.000	0.382	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	59.040	40.557	0.392	0.011	0.000	0.000	0.000	0.000	0.241	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	59.549	40.013	0.429	0.008	0.000	0.000	0.000	0.000	0.158	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	17.051	69.861	12.817	0.272	0.000	0.000	0.000	0.000	0.142	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	97.974	1.960	0.065	0.000	0.000	0.000	0.370	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	52.227	47.519	0.253	0.000	0.000	0.000	0.000	0.000	0.041	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	54.637	45.101	0.263	0.000	0.000	0.000	0.000	0.000	0.045	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	57.957	41.853	0.190	0.000	0.000	0.000	0.000	0.000	0.037	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	56.970	42.581	0.431	0.019	0.000	0.000	0.000	0.000	0.236	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	37.596	62.076	0.328	0.000	0.000	0.000	0.000	0.000	0.044	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	55.715	44.056	0.228	0.001	0.000	0.000	0.000	0.000	0.066	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	57.079	42.633	0.281	0.006	0.000	0.000	0.000	0.000	0.106	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	81.075	18.865	0.060	0.000	0.000	0.000	0.000	0.000	0.046	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	0.000	0.000	99.926	0.074	0.000	0.000	0.000	0.000	0.087	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	55.903	43.894	0.202	0.000	0.000	0.000	0.000	0.000	0.038	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	52.472	47.144	0.379	0.006	0.000	0.000	0.000	0.000	0.159	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	63.413	31.422	1.228	0.159	0.185	0.535	2.947	0.110	55.274	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	62.283	32.699	1.075	0.203	0.293	2.737	0.708	0.003	17.428	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	58.882	35.794	1.207	0.684	0.214	0.560	2.637	0.022	24.236	my8033_rel_lto.cy10a19_gcp_c2s30

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
35.539	5.793	50.047	8.574	0.037	0.008	0.001	0.000	0.000	0.000	0.740	my8033_rel_lto.cy10a_gcp_c2s30
36.014	5.820	52.425	5.686	0.054	0.001	0.000	0.000	0.000	0.000	0.172	my8033_rel_lto.cy10a1_gcp_c2s30
35.146	6.329	48.815	9.690	0.020	nonzero	0.000	0.000	0.000	0.000	0.076	my8033_rel_lto.cy10a2_gcp_c2s30
35.473	6.046	48.886	9.580	0.015	nonzero	0.000	0.000	0.000	0.000	0.172	my8033_rel_lto.cy10a3_gcp_c2s30
30.638	10.016	28.960	26.152	4.205	0.029	0.001	nonzero	0.000	0.000	1.157	my8033_rel_lto.cy10a4_gcp_c2s30
31.152	5.513	20.637	42.337	0.353	0.008	0.000	0.000	0.000	0.000	0.213	my8033_rel_lto.cy10a5_gcp_c2s30
35.298	5.998	42.523	16.178	0.004	nonzero	0.000	0.000	0.000	0.000	0.081	my8033_rel_lto.cy10a6_gcp_c2s30
34.819	6.548	51.156	7.471	0.006	nonzero	0.000	0.000	0.000	0.000	0.072	my8033_rel_lto.cy10a7_gcp_c2s30
34.782	6.598	51.209	7.407	0.004	0.000	0.000	0.000	0.000	0.000	0.061	my8033_rel_lto.cy10a8_gcp_c2s30
35.729	5.624	50.500	8.130	0.016	nonzero	0.000	0.000	0.000	0.000	0.116	my8033_rel_lto.cy10a9_gcp_c2s30
24.224	13.565	36.452	25.671	0.090	nonzero	0.000	0.000	0.000	0.000	0.073	my8033_rel_lto.cy10a10_gcp_c2s30
35.228	6.148	47.735	10.851	0.036	nonzero	0.000	0.000	0.000	0.000	0.193	my8033_rel_lto.cy10a11_gcp_c2s30
35.049	6.292	48.550	10.024	0.083	0.001	0.000	0.000	0.000	0.000	0.194	my8033_rel_lto.cy10a12_gcp_c2s30
28.636	9.224	33.053	28.974	0.113	0.000	0.000	0.000	0.000	0.000	0.063	my8033_rel_lto.cy10a13_gcp_c2s30
30.781	7.623	30.776	30.738	0.080	0.002	0.000	0.000	0.000	0.000	0.089	my8033_rel_lto.cy10a14_gcp_c2s30
34.886	6.518	49.692	8.850	0.054	0.001	0.000	0.000	0.000	0.000	0.177	my8033_rel_lto.cy10a15_gcp_c2s30
34.133	6.918	51.126	7.744	0.078	0.001	0.000	0.000	0.000	0.000	0.131	my8033_rel_lto.cy10a16_gcp_c2s30
39.913	2.705	53.447	3.105	0.293	0.040	0.019	0.035	0.443	0.001	110.589	my8033_rel_lto.cy10a17_gcp_c2s30
34.406	5.895	47.324	10.286	0.638	0.123	0.058	1.134	0.137	0.000	14.579	my8033_rel_lto.cy10a18_gcp_c2s30
37.945	3.865	50.675	6.210	0.442	0.295	0.052	0.046	0.468	0.001	30.457	my8033_rel_lto.cy10a19_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	29.947	69.198	0.637	0.174	0.044	0.000	0.000	0.000	0.885	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	36.846	62.251	0.843	0.059	0.001	0.000	0.000	0.000	0.383	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	36.492	63.196	0.311	0.000	0.000	0.000	0.000	0.000	0.047	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	36.170	63.465	0.340	0.025	0.000	0.000	0.000	0.000	0.186	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	11.364	70.289	17.926	0.411	0.007	0.004	0.000	0.000	1.644	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	70.941	29.051	0.008	0.000	0.000	0.000	0.321	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	27.125	72.535	0.340	0.000	0.000	0.000	0.000	0.000	0.045	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	29.493	70.243	0.264	0.000	0.000	0.000	0.000	0.000	0.041	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	25.466	74.199	0.335	0.000	0.000	0.000	0.000	0.000	0.054	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	31.131	68.460	0.378	0.031	0.000	0.000	0.000	0.000	0.228	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	0.011	52.981	46.983	0.025	0.000	0.000	0.000	0.000	0.092	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	28.459	70.875	0.646	0.020	0.000	0.000	0.000	0.000	0.172	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	26.707	71.982	1.228	0.082	0.000	0.000	0.000	0.000	0.224	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	0.035	70.560	29.404	0.000	0.000	0.000	0.000	0.235	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	41.755	57.923	0.322	0.000	0.000	0.000	0.000	0.000	0.043	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	28.315	70.728	0.818	0.139	0.000	0.000	0.000	0.000	0.211	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	15.854	83.039	1.036	0.070	0.000	0.000	0.000	0.000	0.201	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	44.086	47.697	2.244	0.164	0.104	0.239	5.367	0.100	122.886	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	34.338	56.525	2.607	0.178	0.177	5.084	1.084	0.006	24.511	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	40.927	51.011	2.031	1.654	0.158	0.243	3.939	0.037	42.904	my8033_rel_lto.cy10a19_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	54.875	44.455	0.493	0.138	0.040	0.000	0.000	0.000	0.732	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	57.734	41.573	0.650	0.043	nonzero	0.000	0.000	0.000	0.383	my8033_rel_lto.cy10a1_gcp_c2s30
0.000	0.000	59.614	40.186	0.200	0.000	0.000	0.000	0.000	0.000	0.047	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	58.693	41.024	0.269	0.014	0.000	0.000	0.000	0.000	0.233	my8033_rel_lto.cy10a3_gcp_c2s30
0.000	0.000	15.008	68.834	15.780	0.366	0.008	0.003	0.000	0.000	2.842	my8033_rel_lto.cy10a4_gcp_c2s30
0.000	0.000	0.000	0.000	73.539	26.455	0.006	0.000	0.000	0.000	0.336	my8033_rel_lto.cy10a5_gcp_c2s30
0.000	0.000	48.901	50.867	0.232	0.000	0.000	0.000	0.000	0.000	0.045	my8033_rel_lto.cy10a6_gcp_c2s30
0.000	0.000	55.456	44.364	0.180	0.000	0.000	0.000	0.000	0.000	0.039	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	51.412	48.369	0.219	0.000	0.000	0.000	0.000	0.000	0.053	my8033_rel_lto.cy10a8_gcp_c2s30
0.000	0.000	56.872	42.848	0.264	0.017	0.000	0.000	0.000	0.000	0.226	my8033_rel_lto.cy10a9_gcp_c2s30
0.000	0.000	28.676	70.765	0.559	0.000	0.000	0.000	0.000	0.000	0.061	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	54.105	45.457	0.431	0.008	0.000	0.000	0.000	0.000	0.232	my8033_rel_lto.cy10a11_gcp_c2s30
0.000	0.000	53.122	46.032	0.801	0.044	nonzero	0.000	0.000	0.000	0.257	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	49.609	21.116	10.305	18.970	0.000	0.000	0.000	0.000	0.173	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	0.000	0.000	96.561	3.439	0.000	0.000	0.000	0.000	0.107	my8033_rel_lto.cy10a14_gcp_c2s30
0.000	0.000	53.122	46.174	0.629	0.076	0.000	0.000	0.000	0.000	0.225	my8033_rel_lto.cy10a15_gcp_c2s30
0.000	0.000	39.830	59.475	0.658	0.036	0.000	0.000	0.000	0.000	0.160	my8033_rel_lto.cy10a16_gcp_c2s30
0.000	0.000	48.302	43.990	1.962	0.148	0.087	0.231	5.185	0.095	122.887	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	37.102	53.804	2.589	0.182	0.181	5.045	1.092	0.006	24.463	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	43.453	48.584	1.926	1.653	0.151	0.253	3.942	0.036	40.918	my8033_rel_lto.cy10a19_gcp_c2s30