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 500M rows without secondary indexes, creates secondary indexes, then inserts 50M rows with a delete per insert to avoid growing the table. It then does 3 read+write tests for 7200s 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 69553162983823567489447634154
my8033_rel_lto.cy10a2_gcp_c2s30 68929957447922788488648114209
my8033_rel_lto.cy10a7_gcp_c2s30 69192254608925323498248324202
my8033_rel_lto.cy10a10_gcp_c2s30 69144362599421483402438773450
my8033_rel_lto.cy10a12_gcp_c2s30 68918063413122283490247484017
my8033_rel_lto.cy10a13_gcp_c2s30 6920426287496184638739952858
my8033_rel_lto.cy10a17_gcp_c2s30 68073565489529573482948324487
my8033_rel_lto.cy10a18_gcp_c2s30 67215660470123798481046463986
my8033_rel_lto.cy10a20_gcp_c2s30 6945655745625472561838662825
my8033_rel_lto.cy10a21_gcp_c2s30 6896555763835439432038162554
my8033_rel_lto.cy10a22_gcp_c2s30 6902506333286601560944802938
ps8033_rel_lto.cy10aps1_gcp_c2s30 69156357365626679474847734341
ps8033_rel_lto.cy10aps2_gcp_c2s30 69808058549526938476747624326

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.cy10a2_gcp_c2s30 0.990.910.971.001.011.01
my8033_rel_lto.cy10a7_gcp_c2s30 0.990.871.071.021.011.01
my8033_rel_lto.cy10a10_gcp_c2s30 0.990.990.910.820.810.83
my8033_rel_lto.cy10a12_gcp_c2s30 0.991.010.951.001.000.97
my8033_rel_lto.cy10a13_gcp_c2s30 0.991.000.261.310.840.69
my8033_rel_lto.cy10a17_gcp_c2s30 0.981.041.250.991.011.08
my8033_rel_lto.cy10a18_gcp_c2s30 0.970.961.010.980.980.96
my8033_rel_lto.cy10a20_gcp_c2s30 1.000.910.231.150.810.68
my8033_rel_lto.cy10a21_gcp_c2s30 0.990.920.230.880.800.61
my8033_rel_lto.cy10a22_gcp_c2s30 0.991.010.281.150.940.71
ps8033_rel_lto.cy10aps1_gcp_c2s30 0.990.911.130.971.001.05
ps8033_rel_lto.cy10aps2_gcp_c2s30 1.000.931.140.971.001.04

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_c2s3079039787952
my8033_rel_lto.cy10a2_gcp_c2s3079139787952
my8033_rel_lto.cy10a7_gcp_c2s3079039787952
my8033_rel_lto.cy10a10_gcp_c2s3079239797962
my8033_rel_lto.cy10a12_gcp_c2s3079239797954
my8033_rel_lto.cy10a13_gcp_c2s3079839926013
my8033_rel_lto.cy10a17_gcp_c2s3079639867972
my8033_rel_lto.cy10a18_gcp_c2s3078939777951
my8033_rel_lto.cy10a20_gcp_c2s3079839926261
my8033_rel_lto.cy10a21_gcp_c2s3079839927987
my8033_rel_lto.cy10a22_gcp_c2s3079839937227
ps8033_rel_lto.cy10aps1_gcp_c2s3079039777955
ps8033_rel_lto.cy10aps2_gcp_c2s3079039807958
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_c2s303.14396.7570.0680.0170.0140.0010.508
my8033_rel_lto.cy10a2_gcp_c2s301.96697.9330.0710.0150.0140.0010.309
my8033_rel_lto.cy10a7_gcp_c2s301.80398.0960.0690.0180.0140.0010.299
my8033_rel_lto.cy10a10_gcp_c2s301.60598.2800.0840.0160.0140.0010.602
my8033_rel_lto.cy10a12_gcp_c2s301.72298.1660.0740.0230.0140.0010.300
my8033_rel_lto.cy10a13_gcp_c2s302.48897.4150.0690.0130.0140.0010.302
my8033_rel_lto.cy10a17_gcp_c2s300.40499.4830.0820.0160.014nonzero0.955
my8033_rel_lto.cy10a18_gcp_c2s300.28599.6010.0800.0190.0140.0010.347
my8033_rel_lto.cy10a20_gcp_c2s302.76397.1380.0720.0130.0140.0010.304
my8033_rel_lto.cy10a21_gcp_c2s301.70898.1920.0660.0200.0140.0010.304
my8033_rel_lto.cy10a22_gcp_c2s301.68198.2030.0830.0180.0140.0010.305
ps8033_rel_lto.cy10aps1_gcp_c2s302.45697.4460.0650.0200.0130.0010.316
ps8033_rel_lto.cy10aps2_gcp_c2s305.08494.8180.0670.0160.014nonzero0.301

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
695531	0	0	0.0	3649.7	199.6	0.000	0.000	0.005	0.294	226248	77.1	0.325	17	262.1	390.7	86.9	0.508	89403	68925	4000m.my8033_rel_lto.cy10a_gcp_c2s30
689299	0	0	0.0	3657.9	198.7	0.000	0.000	0.005	0.295	219446	77.1	0.318	17	262.1	390.7	86.9	0.309	88535	67926	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
691922	0	0	0.0	3626.9	198.5	0.000	0.000	0.005	0.294	211407	77.1	0.306	17	262.1	390.7	86.7	0.299	88304	68126	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
691443	0	0	0.0	3624.7	198.2	0.000	0.000	0.005	0.294	212701	77.1	0.308	17	262.1	390.7	86.9	0.602	88435	67191	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
689180	0	0	0.0	3735.2	201.7	0.000	0.000	0.005	0.300	211576	77.0	0.307	17	262.1	294.7	86.9	0.300	88633	67626	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
692042	0	0	0.0	3631.3	198.6	0.000	0.000	0.005	0.294	217255	77.0	0.314	17	262.1	390.7	86.9	0.302	89104	67924	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
680735	0	0	0.0	3220.7	152.0	0.000	0.000	0.005	0.229	179211	77.1	0.263	17	262.1	390.7	86.8	0.955	87105	67769	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
672156	0	0	0.0	3531.5	193.1	0.000	0.000	0.005	0.294	172338	77.0	0.256	17	262.1	390.7	86.9	0.347	86007	66052	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
694565	0	0	0.0	3644.3	199.2	0.000	0.000	0.005	0.294	229030	77.1	0.330	17	262.1	390.7	86.9	0.304	89202	68653	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
689655	0	0	0.0	3617.8	197.9	0.000	0.000	0.005	0.294	219310	77.1	0.318	17	262.1	390.7	86.9	0.304	88505	67427	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
690250	0	0	0.0	3617.5	198.0	0.000	0.000	0.005	0.294	222213	77.1	0.322	17	262.1	390.7	86.9	0.305	88203	66927	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
691563	0	0	0.0	3519.0	195.6	0.000	0.000	0.005	0.290	218170	77.0	0.315	17	262.1	390.7	86.9	0.316	88803	67327	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
698080	0	0	0.0	3551.5	194.5	0.000	0.000	0.005	0.285	231541	77.2	0.332	17	262.1	390.7	86.9	0.301	89402	69158	4000m.ps8033_rel_lto.cy10aps2_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
629838	0	7938	691.9	13394.9	803.7	0.013	1.125	0.021	1.307	52484	56.4	0.083	13	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a_gcp_c2s30
574479	0	7294	616.3	12007.1	736.2	0.013	1.098	0.021	1.312	50552	57.1	0.088	15	586.1	714.7	87.0	0.003	NA	NA	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
546089	0	6848	585.5	11567.8	700.3	0.013	1.098	0.021	1.313	55252	56.2	0.101	15	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
625994	0	7766	675.3	12888.4	801.1	0.012	1.105	0.021	1.310	56313	59.3	0.090	14	586.1	714.7	87.0	0.006	NA	NA	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
634131	0	7979	695.0	13238.8	803.5	0.013	1.122	0.021	1.298	51550	58.3	0.081	14	586.1	618.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
628749	0	7805	686.6	13376.7	801.9	0.012	1.118	0.021	1.306	53816	56.1	0.086	13	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
654895	0	8291	707.0	11789.0	795.3	0.013	1.105	0.018	1.244	38457	58.3	0.059	13	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
604701	0	7593	659.9	12732.1	768.8	0.013	1.117	0.021	1.302	58813	57.5	0.097	14	586.1	714.7	87.0	0.015	NA	NA	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
574562	0	7254	614.0	12079.2	742.3	0.013	1.094	0.021	1.323	53293	58.0	0.093	15	586.1	714.7	87.0	0.006	NA	NA	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
576383	0	7258	617.6	12136.0	737.9	0.013	1.097	0.021	1.311	55758	57.0	0.097	15	586.1	714.7	87.0	0.003	NA	NA	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
633328	0	7958	692.5	13100.0	806.0	0.013	1.120	0.021	1.303	57429	58.0	0.091	14	586.1	714.7	87.0	0.003	NA	NA	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
573656	0	7299	614.9	11745.0	738.9	0.013	1.098	0.020	1.319	50149	59.9	0.087	16	586.1	714.7	87.1	0.004	NA	NA	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
585495	0	7430	625.0	11861.5	764.5	0.013	1.093	0.020	1.337	50109	61.1	0.086	16	586.1	714.7	87.1	0.014	NA	NA	4000m.ps8033_rel_lto.cy10aps2_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.24170.09026.7622.8860.0210.447
my8033_rel_lto.cy10a2_gcp_c2s300.19466.11231.0512.6390.0050.482
my8033_rel_lto.cy10a7_gcp_c2s300.87475.65020.4592.9640.0530.472
my8033_rel_lto.cy10a10_gcp_c2s301.21970.79823.7394.2120.0320.432
my8033_rel_lto.cy10a12_gcp_c2s300.12864.77832.2282.8510.0150.438
my8033_rel_lto.cy10a13_gcp_c2s300.26365.82133.9130.0040.701
my8033_rel_lto.cy10a17_gcp_c2s302.38480.63914.8792.0080.0900.620
my8033_rel_lto.cy10a18_gcp_c2s300.56372.89123.2833.1840.0780.518
my8033_rel_lto.cy10a20_gcp_c2s300.08442.07657.8040.0370.791
my8033_rel_lto.cy10a21_gcp_c2s300.49828.05671.4320.014nonzero18.493
my8033_rel_lto.cy10a22_gcp_c2s300.42556.49743.0720.0060.371
ps8033_rel_lto.cy10aps1_gcp_c2s301.03381.24015.4901.7630.4740.0012.191
ps8033_rel_lto.cy10aps2_gcp_c2s301.07480.64315.2712.8770.134nonzero1.055

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_c2s304.39277.04018.1160.4350.0180.500
my8033_rel_lto.cy10a2_gcp_c2s304.38873.49321.8280.2870.0040.476
my8033_rel_lto.cy10a7_gcp_c2s305.46279.86914.1790.4420.0480.506
my8033_rel_lto.cy10a10_gcp_c2s306.82782.6249.5211.0040.0240.445
my8033_rel_lto.cy10a12_gcp_c2s303.97973.46522.1410.4020.0130.430
my8033_rel_lto.cy10a13_gcp_c2s3050.05616.79412.04321.107nonzero0.302
my8033_rel_lto.cy10a17_gcp_c2s307.98281.32110.1850.4330.0800.639
my8033_rel_lto.cy10a18_gcp_c2s304.68178.59016.1580.5050.0650.467
my8033_rel_lto.cy10a20_gcp_c2s3010.22714.53944.55030.684nonzero0.290
my8033_rel_lto.cy10a21_gcp_c2s305.0716.99657.86230.071nonzerononzero18.404
my8033_rel_lto.cy10a22_gcp_c2s3012.55921.65745.28220.5020.198
ps8033_rel_lto.cy10aps1_gcp_c2s305.89282.22911.3020.4400.1360.0012.168
ps8033_rel_lto.cy10aps2_gcp_c2s305.92582.59410.9330.4390.108nonzero1.090

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
23567	0	13333	208.3	25956.0	622.3	0.566	9.052	1.101	27.041	198966	61.5	8.443	391	833.4	1023.8	87.0	0.447	3346	300	4000m.my8033_rel_lto.cy10a_gcp_c2s30
22788	0	12984	202.9	27219.4	639.5	0.570	9.116	1.194	28.736	203732	60.3	8.940	397	833.4	1023.4	87.0	0.482	3196	300	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
25323	0	13951	218.0	24748.3	613.1	0.551	8.815	0.977	24.793	195616	61.7	7.725	365	833.4	1024.6	87.0	0.472	3646	300	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
21483	0	19115	298.7	32201.7	822.6	0.890	14.236	1.499	39.210	210929	60.0	9.818	419	828.0	1017.8	87.0	0.432	3344	350	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
22283	0	12824	200.4	26423.0	633.4	0.575	9.208	1.186	29.107	200527	60.5	8.999	407	833.4	928.6	87.0	0.438	3098	300	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
6184	0	22628	353.6	42250.1	835.5	3.659	58.543	6.832	138.348	181919	24.8	29.416	602	714.7	846.9	87.0	0.701	599	250	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
29573	0	15371	240.2	22778.2	408.8	0.520	8.316	0.770	14.157	196325	67.3	6.639	341	834.2	1024.4	86.9	0.620	4095	499	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
23798	0	13049	203.9	26714.8	635.6	0.548	8.773	1.123	27.351	194841	59.1	8.187	373	833.5	1024.2	87.0	0.518	3348	300	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
5472	0	21217	331.5	39046.3	784.4	3.878	62.043	7.136	146.794	184597	24.7	33.737	677	748.8	884.0	87.0	0.791	599	350	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
5439	0	20102	314.1	36882.9	751.0	3.696	59.129	6.781	141.379	180935	24.7	33.264	681	779.9	925.4	87.0	18.493	649	350	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
6601	0	25314	395.5	41622.2	925.7	3.835	61.358	6.306	143.603	213979	31.1	32.417	707	748.7	884.1	87.0	0.371	699	400	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
26679	0	13465	210.4	22260.0	662.2	0.505	8.075	0.834	25.418	197501	63.7	7.403	358	834.4	1024.8	87.0	2.191	3746	250	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
26938	0	14039	219.4	23156.4	680.7	0.521	8.339	0.860	25.874	207527	64.0	7.704	356	833.9	1024.1	87.0	1.055	3846	300	4000m.ps8033_rel_lto.cy10aps2_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_c2s3039.7422.94754.9912.2930.0270.0010.222
my8033_rel_lto.cy10a2_gcp_c2s3039.9982.82554.7392.3800.0560.003nonzero0.680
my8033_rel_lto.cy10a7_gcp_c2s3040.0772.58255.5761.7370.0270.0010.216
my8033_rel_lto.cy10a10_gcp_c2s3033.7336.37553.4316.3930.0630.005nonzero0.367
my8033_rel_lto.cy10a12_gcp_c2s3039.6992.91955.1012.2520.0280.0010.243
my8033_rel_lto.cy10a13_gcp_c2s3046.6921.53551.3170.4550.001nonzero0.081
my8033_rel_lto.cy10a17_gcp_c2s3040.6191.81753.6403.8660.0540.0040.250
my8033_rel_lto.cy10a18_gcp_c2s3040.4382.72954.0932.7060.0330.0010.230
my8033_rel_lto.cy10a20_gcp_c2s3045.0001.90150.2902.8050.005nonzero0.091
my8033_rel_lto.cy10a21_gcp_c2s3040.0423.24347.1449.5530.017nonzero0.128
my8033_rel_lto.cy10a22_gcp_c2s3044.4432.42151.0262.1060.0030.039
ps8033_rel_lto.cy10aps1_gcp_c2s3039.7463.01255.9331.2780.0180.013nonzero0.664
ps8033_rel_lto.cy10aps2_gcp_c2s3039.8422.92155.6861.5160.0310.004nonzero0.282

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_c2s3059.47239.4150.9980.1140.0010.256
my8033_rel_lto.cy10a2_gcp_c2s3072.45625.7931.5450.1940.0130.416
my8033_rel_lto.cy10a7_gcp_c2s3060.98537.8371.0900.0870.0010.274
my8033_rel_lto.cy10a10_gcp_c2s3017.51980.1601.9020.4170.0030.311
my8033_rel_lto.cy10a12_gcp_c2s3059.28739.3851.2150.1110.0010.259
my8033_rel_lto.cy10a13_gcp_c2s3061.83238.0770.0910.237
my8033_rel_lto.cy10a17_gcp_c2s3052.66446.4970.6740.1640.222
my8033_rel_lto.cy10a18_gcp_c2s3056.36142.2551.2600.1220.0020.297
my8033_rel_lto.cy10a20_gcp_c2s3048.94850.6870.3610.0040.374
my8033_rel_lto.cy10a21_gcp_c2s3015.96883.4730.5480.0110.338
my8033_rel_lto.cy10a22_gcp_c2s3041.61058.3520.0370.090
ps8033_rel_lto.cy10aps1_gcp_c2s3056.20842.9040.5770.2980.0130.398
ps8033_rel_lto.cy10aps2_gcp_c2s3059.26539.9070.6220.2060.0010.333

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_c2s3062.48736.6000.8460.0670.218
my8033_rel_lto.cy10a2_gcp_c2s3074.25524.3031.3140.1180.0100.416
my8033_rel_lto.cy10a7_gcp_c2s3063.04135.9131.0010.0440.0010.275
my8033_rel_lto.cy10a10_gcp_c2s3051.85946.4271.4770.2370.238
my8033_rel_lto.cy10a12_gcp_c2s3062.26636.5921.0760.0640.0010.259
my8033_rel_lto.cy10a13_gcp_c2s3098.7271.2370.0360.056
my8033_rel_lto.cy10a17_gcp_c2s3057.59241.7490.5570.1020.221
my8033_rel_lto.cy10a18_gcp_c2s3060.06238.6711.1960.0700.207
my8033_rel_lto.cy10a20_gcp_c2s3091.0776.1242.7990.054
my8033_rel_lto.cy10a21_gcp_c2s3081.23914.9093.8520.059
my8033_rel_lto.cy10a22_gcp_c2s3093.6026.3590.0390.032
ps8033_rel_lto.cy10aps1_gcp_c2s3057.28042.0030.4720.2270.0170.663
ps8033_rel_lto.cy10aps2_gcp_c2s3061.49737.8310.5350.1370.0010.332

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
790	4894	35335	552.1	17791.2	450.4	7.220	115.519	22.523	583.824	152165	23.4	31.092	717	833.4	1024.2	87.0	0.222	639	336	4000m.my8033_rel_lto.cy10a_gcp_c2s30
791	4886	35878	560.6	18640.8	474.2	7.344	117.496	23.557	613.657	157049	24.1	32.145	740	833.4	1023.9	87.0	0.680	640	304	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
790	4982	35719	558.1	17469.8	450.9	7.170	114.723	22.122	584.652	153403	23.3	30.794	702	833.4	1025.0	87.0	0.216	655	368	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
792	4024	39533	617.7	28424.0	697.5	9.824	157.191	35.902	902.172	190427	28.5	47.324	1062	828.0	1011.3	87.0	0.367	527	320	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
792	4902	35435	553.7	18538.7	476.1	7.228	115.655	23.416	615.733	155275	23.6	31.675	722	833.4	929.0	87.0	0.243	639	320	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
798	6387	32765	511.9	8129.5	213.4	5.130	82.081	10.181	273.613	118323	16.5	18.526	388	714.7	846.9	87.0	0.081	815	416	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
796	4829	34192	534.3	13537.8	213.9	7.081	113.297	17.018	275.397	133052	20.6	27.554	640	834.2	1024.9	87.0	0.250	623	416	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
789	4810	34412	537.7	18396.0	434.2	7.154	114.461	23.310	563.423	149224	22.8	31.022	711	833.5	1024.6	87.0	0.230	623	352	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
798	5618	33071	516.7	14225.2	323.2	5.887	94.185	17.819	414.584	135458	18.3	24.112	489	748.8	884.0	87.0	0.091	783	304	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
798	4320	35241	550.6	26976.2	558.7	8.158	130.524	33.805	716.926	169520	21.5	39.241	747	779.9	923.6	87.0	0.128	463	288	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
798	5609	32774	512.1	12510.2	314.5	5.844	93.497	15.669	403.358	135086	18.6	24.086	497	748.7	884.1	87.0	0.039	751	368	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
790	4748	33518	523.7	14707.2	410.1	7.059	112.947	18.628	531.929	142904	22.3	30.096	704	834.4	1025.2	87.0	0.664	608	368	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
790	4767	33664	526.0	14808.2	412.6	7.062	112.994	18.737	534.622	143889	22.3	30.186	702	833.9	1024.5	87.0	0.282	623	352	4000m.ps8033_rel_lto.cy10aps2_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_c2s3039.4973.14654.0463.3090.001nonzero0.191
my8033_rel_lto.cy10a2_gcp_c2s3039.9842.96453.8653.186nonzerononzero0.192
my8033_rel_lto.cy10a7_gcp_c2s3039.5953.02254.6362.7420.006nonzerononzero0.523
my8033_rel_lto.cy10a10_gcp_c2s3031.9228.02750.6489.4020.001nonzero0.174
my8033_rel_lto.cy10a12_gcp_c2s3039.3703.20054.1623.2660.001nonzero0.204
my8033_rel_lto.cy10a13_gcp_c2s3037.0913.79248.33110.7590.026nonzero0.122
my8033_rel_lto.cy10a17_gcp_c2s3040.1622.16753.6303.9850.055nonzero0.169
my8033_rel_lto.cy10a18_gcp_c2s3040.3252.74253.2603.6710.002nonzero0.198
my8033_rel_lto.cy10a20_gcp_c2s3036.2864.34647.13812.2040.026nonzero0.113
my8033_rel_lto.cy10a21_gcp_c2s3037.3933.14146.51912.9340.0130.042
my8033_rel_lto.cy10a22_gcp_c2s3035.4865.84953.2305.4230.013nonzero0.084
ps8033_rel_lto.cy10aps1_gcp_c2s3039.1743.48856.2991.0270.0020.011nonzero0.299
ps8033_rel_lto.cy10aps2_gcp_c2s3038.9983.62856.1761.1850.0130.001nonzero0.442

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_c2s3079.22120.6760.1030.045
my8033_rel_lto.cy10a2_gcp_c2s3087.62512.3680.0070.031
my8033_rel_lto.cy10a7_gcp_c2s3081.33718.5170.1390.006nonzero0.313
my8033_rel_lto.cy10a10_gcp_c2s3038.89060.9900.1200.044
my8033_rel_lto.cy10a12_gcp_c2s3077.72422.1610.1150.056
my8033_rel_lto.cy10a13_gcp_c2s3010.44689.2700.2820.0020.303
my8033_rel_lto.cy10a17_gcp_c2s3079.82720.0710.1030.037
my8033_rel_lto.cy10a18_gcp_c2s3076.55623.2480.1960.057
my8033_rel_lto.cy10a20_gcp_c2s306.89492.8690.2360.0010.327
my8033_rel_lto.cy10a21_gcp_c2s308.54091.4490.0110.076
my8033_rel_lto.cy10a22_gcp_c2s3026.04673.8380.1170.203
ps8033_rel_lto.cy10aps1_gcp_c2s3081.48518.4140.0790.022nonzero0.299
ps8033_rel_lto.cy10aps2_gcp_c2s3079.26120.6000.1330.0060.236

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_c2s3086.60413.3020.0940.045
my8033_rel_lto.cy10a2_gcp_c2s3091.8008.1750.0250.028
my8033_rel_lto.cy10a7_gcp_c2s3087.82612.0320.1350.0070.246
my8033_rel_lto.cy10a10_gcp_c2s3070.88329.0060.1110.050
my8033_rel_lto.cy10a12_gcp_c2s3085.40714.4840.1090.050
my8033_rel_lto.cy10a13_gcp_c2s3091.8448.0630.0910.0020.078
my8033_rel_lto.cy10a17_gcp_c2s3086.52213.4000.0780.053
my8033_rel_lto.cy10a18_gcp_c2s3084.12215.6860.1930.057
my8033_rel_lto.cy10a20_gcp_c2s3083.39016.5320.0760.0020.097
my8033_rel_lto.cy10a21_gcp_c2s3083.97615.9960.0280.033
my8033_rel_lto.cy10a22_gcp_c2s3084.50415.4730.023nonzero0.065
ps8033_rel_lto.cy10aps1_gcp_c2s3087.34512.5690.0630.0230.170
ps8033_rel_lto.cy10aps2_gcp_c2s3085.64014.2370.1170.0060.161

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
3978	4763	33711	526.7	20020.7	483.9	7.078	113.244	5.033	124.578	153328	25.0	32.192	787	833.4	1026.4	87.0	0.191	591	527	4000m.my8033_rel_lto.cy10a_gcp_c2s30
3978	4811	34448	538.3	21052.2	509.9	7.160	114.568	5.292	131.250	157258	24.5	32.688	764	833.4	1026.1	87.0	0.192	607	543	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
3978	4832	34034	531.8	19606.3	484.3	7.044	112.696	4.928	124.643	154401	24.9	31.955	773	833.4	1027.3	87.0	0.523	607	527	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
3979	3877	38419	600.3	31625.8	740.7	9.909	158.542	7.948	190.637	196524	30.1	50.687	1165	828.0	1013.5	87.0	0.174	495	432	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
3979	4748	33666	526.0	21497.3	522.0	7.090	113.446	5.403	134.342	157554	25.3	33.183	799	833.4	931.3	87.0	0.204	591	527	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
3992	3995	37280	582.5	31949.3	654.9	9.331	149.303	8.003	167.988	192823	25.8	48.265	969	714.7	846.9	87.0	0.122	496	368	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
3986	4832	33540	524.1	15037.6	239.5	6.941	111.049	3.773	61.515	136579	23.0	28.263	714	834.2	1027.1	87.0	0.169	607	543	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
3977	4646	32400	506.2	20145.6	459.2	6.974	111.590	5.066	118.236	148661	24.0	32.001	775	833.5	1026.9	87.0	0.198	576	511	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
3992	3866	36868	576.1	32251.1	657.6	9.536	152.576	8.080	168.700	184744	25.7	47.784	997	748.8	884.0	86.9	0.113	480	384	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
3992	3816	36883	576.3	32566.3	667.4	9.664	154.624	8.157	171.189	184799	25.5	48.421	1002	779.9	923.6	86.9	0.042	479	416	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
3993	4480	39909	623.6	28301.3	673.7	8.909	142.537	7.088	172.789	190246	28.2	42.468	944	748.7	884.1	86.9	0.084	560	448	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
3977	4773	32987	515.4	16142.0	451.9	6.911	110.570	4.059	116.359	147570	24.6	30.915	773	834.4	1027.5	87.0	0.299	607	511	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
3980	4762	32968	515.1	16184.7	452.7	6.924	110.781	4.067	116.495	147856	24.6	31.052	775	833.9	1026.7	87.0	0.442	592	543	4000m.ps8033_rel_lto.cy10aps2_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_c2s3036.4664.75950.8207.9280.0260.0010.219
my8033_rel_lto.cy10a2_gcp_c2s3036.4534.99550.8797.6650.0060.0010.222
my8033_rel_lto.cy10a7_gcp_c2s3036.4224.80851.3927.3570.0210.001nonzero0.723
my8033_rel_lto.cy10a10_gcp_c2s3028.62510.42144.76116.1750.0170.0010.225
my8033_rel_lto.cy10a12_gcp_c2s3036.4164.76149.2669.5170.0380.0010.225
my8033_rel_lto.cy10a13_gcp_c2s3029.9638.09332.93128.9450.0680.050
my8033_rel_lto.cy10a17_gcp_c2s3038.1552.99853.5615.1140.1710.0010.192
my8033_rel_lto.cy10a18_gcp_c2s3036.5704.78149.4909.1110.0480.001nonzero0.447
my8033_rel_lto.cy10a20_gcp_c2s3029.7518.00133.05129.0800.117nonzero0.116
my8033_rel_lto.cy10a21_gcp_c2s3029.1358.01226.85735.8580.138nonzero0.069
my8033_rel_lto.cy10a22_gcp_c2s3024.87812.64336.33525.9990.145nonzero0.111
ps8033_rel_lto.cy10aps1_gcp_c2s3035.5965.70155.9682.6580.0590.019nonzero0.320
ps8033_rel_lto.cy10aps2_gcp_c2s3035.8385.44255.3563.2770.0840.003nonzero0.482

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_c2s3053.43745.7830.7720.0070.113
my8033_rel_lto.cy10a2_gcp_c2s3052.73346.4260.8400.0010.099
my8033_rel_lto.cy10a7_gcp_c2s3050.38648.6350.9660.013nonzero0.267
my8033_rel_lto.cy10a10_gcp_c2s3012.14986.4161.4350.058
my8033_rel_lto.cy10a12_gcp_c2s3048.76250.4810.7420.0150.112
my8033_rel_lto.cy10a13_gcp_c2s300.70873.74625.5470.207
my8033_rel_lto.cy10a17_gcp_c2s3068.73630.8110.4460.0080.088
my8033_rel_lto.cy10a18_gcp_c2s3051.23847.1731.5640.0240.203
my8033_rel_lto.cy10a20_gcp_c2s300.80366.20032.9950.0030.334
my8033_rel_lto.cy10a21_gcp_c2s301.33398.3090.3580.118
my8033_rel_lto.cy10a22_gcp_c2s301.84182.64315.516nonzero0.263
ps8033_rel_lto.cy10aps1_gcp_c2s3064.23735.3280.3680.0670.237
ps8033_rel_lto.cy10aps2_gcp_c2s3069.43030.1090.4390.022nonzero0.348

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_c2s3065.15334.1480.6920.0060.101
my8033_rel_lto.cy10a2_gcp_c2s3060.69538.4960.8080.0010.099
my8033_rel_lto.cy10a7_gcp_c2s3060.68438.3990.9040.013nonzero0.265
my8033_rel_lto.cy10a10_gcp_c2s3033.44165.7980.7610.061
my8033_rel_lto.cy10a12_gcp_c2s3060.39438.9200.6730.0130.120
my8033_rel_lto.cy10a13_gcp_c2s3053.61715.46111.85219.0700.166
my8033_rel_lto.cy10a17_gcp_c2s3078.42921.2080.3550.0080.091
my8033_rel_lto.cy10a18_gcp_c2s3061.68936.8121.4770.0220.212
my8033_rel_lto.cy10a20_gcp_c2s3031.00221.96428.49818.5350.156
my8033_rel_lto.cy10a21_gcp_c2s3043.53755.8460.6170.057
my8033_rel_lto.cy10a22_gcp_c2s3033.91939.61519.4337.0330.124
ps8033_rel_lto.cy10aps1_gcp_c2s3074.03825.6020.2950.0650.242
ps8033_rel_lto.cy10aps2_gcp_c2s3078.73620.8670.3780.0190.210

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
7952	4154	30708	479.8	23364.8	531.5	7.393	118.291	2.938	68.445	158275	31.1	38.106	1123	833.4	1030.9	87.0	0.219	512	448	4000m.my8033_rel_lto.cy10a_gcp_c2s30
7952	4209	31033	484.9	23807.3	547.8	7.373	117.969	2.994	70.541	160851	30.7	38.216	1094	833.4	1030.6	87.0	0.222	528	448	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
7952	4202	30974	484.0	23023.7	531.8	7.372	117.949	2.895	68.474	159325	31.2	37.919	1114	833.4	1031.7	87.0	0.723	527	448	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
7962	3450	34218	534.7	34480.7	792.7	9.917	158.677	4.330	101.943	199601	35.6	57.850	1548	828.0	1018.0	87.0	0.225	432	384	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
7954	4017	29700	464.1	26093.5	584.7	7.394	118.303	3.281	75.279	162020	30.9	40.336	1154	833.4	935.8	87.0	0.225	496	432	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
6013	2858	35060	547.8	43379.0	830.7	12.266	196.258	7.214	141.459	208067	31.1	72.794	1632	714.7	846.9	86.9	0.050	352	304	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
7972	4487	32728	511.4	17675.6	284.4	7.294	116.699	2.217	36.536	146028	29.8	32.543	996	834.2	1031.6	87.0	0.192	560	495	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
7951	3986	29161	455.6	23249.7	507.3	7.316	117.051	2.924	65.332	153812	30.3	38.587	1140	833.5	1031.3	87.0	0.447	496	384	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
6261	2825	34168	533.9	43077.9	825.7	12.094	193.502	6.881	135.050	214714	31.5	76.000	1672	748.8	884.0	86.9	0.116	352	240	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
7987	2554	32612	509.6	44262.9	844.6	12.768	204.286	5.542	108.288	201340	32.0	78.827	1879	779.9	924.7	86.9	0.069	320	256	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
7227	2938	37499	585.9	44971.0	936.5	12.762	204.194	6.223	132.694	230348	36.8	78.395	1879	748.7	884.1	86.9	0.111	368	304	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
7955	4341	31535	492.7	18582.3	523.2	7.264	116.230	2.336	67.351	155618	31.4	35.848	1085	834.4	1031.9	87.0	0.320	544	432	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
7958	4326	31539	492.8	18669.9	524.8	7.291	116.650	2.346	67.535	156104	31.0	36.086	1075	833.9	1031.2	87.0	0.482	544	288	4000m.ps8033_rel_lto.cy10aps2_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
695531	0	0	0.0	3649.7	199.6	0.000	0.000	0.005	0.294	226248	77.1	0.325	17	262.1	390.7	86.9	0.508	89403	68925	4000m.my8033_rel_lto.cy10a_gcp_c2s30
689299	0	0	0.0	3657.9	198.7	0.000	0.000	0.005	0.295	219446	77.1	0.318	17	262.1	390.7	86.9	0.309	88535	67926	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
691922	0	0	0.0	3626.9	198.5	0.000	0.000	0.005	0.294	211407	77.1	0.306	17	262.1	390.7	86.7	0.299	88304	68126	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
691443	0	0	0.0	3624.7	198.2	0.000	0.000	0.005	0.294	212701	77.1	0.308	17	262.1	390.7	86.9	0.602	88435	67191	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
689180	0	0	0.0	3735.2	201.7	0.000	0.000	0.005	0.300	211576	77.0	0.307	17	262.1	294.7	86.9	0.300	88633	67626	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
692042	0	0	0.0	3631.3	198.6	0.000	0.000	0.005	0.294	217255	77.0	0.314	17	262.1	390.7	86.9	0.302	89104	67924	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
680735	0	0	0.0	3220.7	152.0	0.000	0.000	0.005	0.229	179211	77.1	0.263	17	262.1	390.7	86.8	0.955	87105	67769	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
672156	0	0	0.0	3531.5	193.1	0.000	0.000	0.005	0.294	172338	77.0	0.256	17	262.1	390.7	86.9	0.347	86007	66052	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
694565	0	0	0.0	3644.3	199.2	0.000	0.000	0.005	0.294	229030	77.1	0.330	17	262.1	390.7	86.9	0.304	89202	68653	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
689655	0	0	0.0	3617.8	197.9	0.000	0.000	0.005	0.294	219310	77.1	0.318	17	262.1	390.7	86.9	0.304	88505	67427	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
690250	0	0	0.0	3617.5	198.0	0.000	0.000	0.005	0.294	222213	77.1	0.322	17	262.1	390.7	86.9	0.305	88203	66927	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
691563	0	0	0.0	3519.0	195.6	0.000	0.000	0.005	0.290	218170	77.0	0.315	17	262.1	390.7	86.9	0.316	88803	67327	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
698080	0	0	0.0	3551.5	194.5	0.000	0.000	0.005	0.285	231541	77.2	0.332	17	262.1	390.7	86.9	0.301	89402	69158	4000m.ps8033_rel_lto.cy10aps2_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
629838	0	7938	691.9	13394.9	803.7	0.013	1.125	0.021	1.307	52484	56.4	0.083	13	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a_gcp_c2s30
574479	0	7294	616.3	12007.1	736.2	0.013	1.098	0.021	1.312	50552	57.1	0.088	15	586.1	714.7	87.0	0.003	NA	NA	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
546089	0	6848	585.5	11567.8	700.3	0.013	1.098	0.021	1.313	55252	56.2	0.101	15	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
625994	0	7766	675.3	12888.4	801.1	0.012	1.105	0.021	1.310	56313	59.3	0.090	14	586.1	714.7	87.0	0.006	NA	NA	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
634131	0	7979	695.0	13238.8	803.5	0.013	1.122	0.021	1.298	51550	58.3	0.081	14	586.1	618.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
628749	0	7805	686.6	13376.7	801.9	0.012	1.118	0.021	1.306	53816	56.1	0.086	13	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
654895	0	8291	707.0	11789.0	795.3	0.013	1.105	0.018	1.244	38457	58.3	0.059	13	586.1	714.7	87.0	0.004	NA	NA	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
604701	0	7593	659.9	12732.1	768.8	0.013	1.117	0.021	1.302	58813	57.5	0.097	14	586.1	714.7	87.0	0.015	NA	NA	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
574562	0	7254	614.0	12079.2	742.3	0.013	1.094	0.021	1.323	53293	58.0	0.093	15	586.1	714.7	87.0	0.006	NA	NA	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
576383	0	7258	617.6	12136.0	737.9	0.013	1.097	0.021	1.311	55758	57.0	0.097	15	586.1	714.7	87.0	0.003	NA	NA	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
633328	0	7958	692.5	13100.0	806.0	0.013	1.120	0.021	1.303	57429	58.0	0.091	14	586.1	714.7	87.0	0.003	NA	NA	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
573656	0	7299	614.9	11745.0	738.9	0.013	1.098	0.020	1.319	50149	59.9	0.087	16	586.1	714.7	87.1	0.004	NA	NA	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
585495	0	7430	625.0	11861.5	764.5	0.013	1.093	0.020	1.337	50109	61.1	0.086	16	586.1	714.7	87.1	0.014	NA	NA	4000m.ps8033_rel_lto.cy10aps2_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
23567	0	13333	208.3	25956.0	622.3	0.566	9.052	1.101	27.041	198966	61.5	8.443	391	833.4	1023.8	87.0	0.447	3346	300	4000m.my8033_rel_lto.cy10a_gcp_c2s30
22788	0	12984	202.9	27219.4	639.5	0.570	9.116	1.194	28.736	203732	60.3	8.940	397	833.4	1023.4	87.0	0.482	3196	300	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
25323	0	13951	218.0	24748.3	613.1	0.551	8.815	0.977	24.793	195616	61.7	7.725	365	833.4	1024.6	87.0	0.472	3646	300	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
21483	0	19115	298.7	32201.7	822.6	0.890	14.236	1.499	39.210	210929	60.0	9.818	419	828.0	1017.8	87.0	0.432	3344	350	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
22283	0	12824	200.4	26423.0	633.4	0.575	9.208	1.186	29.107	200527	60.5	8.999	407	833.4	928.6	87.0	0.438	3098	300	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
6184	0	22628	353.6	42250.1	835.5	3.659	58.543	6.832	138.348	181919	24.8	29.416	602	714.7	846.9	87.0	0.701	599	250	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
29573	0	15371	240.2	22778.2	408.8	0.520	8.316	0.770	14.157	196325	67.3	6.639	341	834.2	1024.4	86.9	0.620	4095	499	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
23798	0	13049	203.9	26714.8	635.6	0.548	8.773	1.123	27.351	194841	59.1	8.187	373	833.5	1024.2	87.0	0.518	3348	300	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
5472	0	21217	331.5	39046.3	784.4	3.878	62.043	7.136	146.794	184597	24.7	33.737	677	748.8	884.0	87.0	0.791	599	350	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
5439	0	20102	314.1	36882.9	751.0	3.696	59.129	6.781	141.379	180935	24.7	33.264	681	779.9	925.4	87.0	18.493	649	350	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
6601	0	25314	395.5	41622.2	925.7	3.835	61.358	6.306	143.603	213979	31.1	32.417	707	748.7	884.1	87.0	0.371	699	400	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
26679	0	13465	210.4	22260.0	662.2	0.505	8.075	0.834	25.418	197501	63.7	7.403	358	834.4	1024.8	87.0	2.191	3746	250	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
26938	0	14039	219.4	23156.4	680.7	0.521	8.339	0.860	25.874	207527	64.0	7.704	356	833.9	1024.1	87.0	1.055	3846	300	4000m.ps8033_rel_lto.cy10aps2_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
790	4894	35335	552.1	17791.2	450.4	7.220	115.519	22.523	583.824	152165	23.4	31.092	717	833.4	1024.2	87.0	0.222	639	336	4000m.my8033_rel_lto.cy10a_gcp_c2s30
791	4886	35878	560.6	18640.8	474.2	7.344	117.496	23.557	613.657	157049	24.1	32.145	740	833.4	1023.9	87.0	0.680	640	304	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
790	4982	35719	558.1	17469.8	450.9	7.170	114.723	22.122	584.652	153403	23.3	30.794	702	833.4	1025.0	87.0	0.216	655	368	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
792	4024	39533	617.7	28424.0	697.5	9.824	157.191	35.902	902.172	190427	28.5	47.324	1062	828.0	1011.3	87.0	0.367	527	320	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
792	4902	35435	553.7	18538.7	476.1	7.228	115.655	23.416	615.733	155275	23.6	31.675	722	833.4	929.0	87.0	0.243	639	320	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
798	6387	32765	511.9	8129.5	213.4	5.130	82.081	10.181	273.613	118323	16.5	18.526	388	714.7	846.9	87.0	0.081	815	416	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
796	4829	34192	534.3	13537.8	213.9	7.081	113.297	17.018	275.397	133052	20.6	27.554	640	834.2	1024.9	87.0	0.250	623	416	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
789	4810	34412	537.7	18396.0	434.2	7.154	114.461	23.310	563.423	149224	22.8	31.022	711	833.5	1024.6	87.0	0.230	623	352	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
798	5618	33071	516.7	14225.2	323.2	5.887	94.185	17.819	414.584	135458	18.3	24.112	489	748.8	884.0	87.0	0.091	783	304	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
798	4320	35241	550.6	26976.2	558.7	8.158	130.524	33.805	716.926	169520	21.5	39.241	747	779.9	923.6	87.0	0.128	463	288	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
798	5609	32774	512.1	12510.2	314.5	5.844	93.497	15.669	403.358	135086	18.6	24.086	497	748.7	884.1	87.0	0.039	751	368	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
790	4748	33518	523.7	14707.2	410.1	7.059	112.947	18.628	531.929	142904	22.3	30.096	704	834.4	1025.2	87.0	0.664	608	368	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
790	4767	33664	526.0	14808.2	412.6	7.062	112.994	18.737	534.622	143889	22.3	30.186	702	833.9	1024.5	87.0	0.282	623	352	4000m.ps8033_rel_lto.cy10aps2_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
3978	4763	33711	526.7	20020.7	483.9	7.078	113.244	5.033	124.578	153328	25.0	32.192	787	833.4	1026.4	87.0	0.191	591	527	4000m.my8033_rel_lto.cy10a_gcp_c2s30
3978	4811	34448	538.3	21052.2	509.9	7.160	114.568	5.292	131.250	157258	24.5	32.688	764	833.4	1026.1	87.0	0.192	607	543	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
3978	4832	34034	531.8	19606.3	484.3	7.044	112.696	4.928	124.643	154401	24.9	31.955	773	833.4	1027.3	87.0	0.523	607	527	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
3979	3877	38419	600.3	31625.8	740.7	9.909	158.542	7.948	190.637	196524	30.1	50.687	1165	828.0	1013.5	87.0	0.174	495	432	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
3979	4748	33666	526.0	21497.3	522.0	7.090	113.446	5.403	134.342	157554	25.3	33.183	799	833.4	931.3	87.0	0.204	591	527	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
3992	3995	37280	582.5	31949.3	654.9	9.331	149.303	8.003	167.988	192823	25.8	48.265	969	714.7	846.9	87.0	0.122	496	368	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
3986	4832	33540	524.1	15037.6	239.5	6.941	111.049	3.773	61.515	136579	23.0	28.263	714	834.2	1027.1	87.0	0.169	607	543	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
3977	4646	32400	506.2	20145.6	459.2	6.974	111.590	5.066	118.236	148661	24.0	32.001	775	833.5	1026.9	87.0	0.198	576	511	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
3992	3866	36868	576.1	32251.1	657.6	9.536	152.576	8.080	168.700	184744	25.7	47.784	997	748.8	884.0	86.9	0.113	480	384	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
3992	3816	36883	576.3	32566.3	667.4	9.664	154.624	8.157	171.189	184799	25.5	48.421	1002	779.9	923.6	86.9	0.042	479	416	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
3993	4480	39909	623.6	28301.3	673.7	8.909	142.537	7.088	172.789	190246	28.2	42.468	944	748.7	884.1	86.9	0.084	560	448	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
3977	4773	32987	515.4	16142.0	451.9	6.911	110.570	4.059	116.359	147570	24.6	30.915	773	834.4	1027.5	87.0	0.299	607	511	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
3980	4762	32968	515.1	16184.7	452.7	6.924	110.781	4.067	116.495	147856	24.6	31.052	775	833.9	1026.7	87.0	0.442	592	543	4000m.ps8033_rel_lto.cy10aps2_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
7952	4154	30708	479.8	23364.8	531.5	7.393	118.291	2.938	68.445	158275	31.1	38.106	1123	833.4	1030.9	87.0	0.219	512	448	4000m.my8033_rel_lto.cy10a_gcp_c2s30
7952	4209	31033	484.9	23807.3	547.8	7.373	117.969	2.994	70.541	160851	30.7	38.216	1094	833.4	1030.6	87.0	0.222	528	448	4000m.my8033_rel_lto.cy10a2_gcp_c2s30
7952	4202	30974	484.0	23023.7	531.8	7.372	117.949	2.895	68.474	159325	31.2	37.919	1114	833.4	1031.7	87.0	0.723	527	448	4000m.my8033_rel_lto.cy10a7_gcp_c2s30
7962	3450	34218	534.7	34480.7	792.7	9.917	158.677	4.330	101.943	199601	35.6	57.850	1548	828.0	1018.0	87.0	0.225	432	384	4000m.my8033_rel_lto.cy10a10_gcp_c2s30
7954	4017	29700	464.1	26093.5	584.7	7.394	118.303	3.281	75.279	162020	30.9	40.336	1154	833.4	935.8	87.0	0.225	496	432	4000m.my8033_rel_lto.cy10a12_gcp_c2s30
6013	2858	35060	547.8	43379.0	830.7	12.266	196.258	7.214	141.459	208067	31.1	72.794	1632	714.7	846.9	86.9	0.050	352	304	4000m.my8033_rel_lto.cy10a13_gcp_c2s30
7972	4487	32728	511.4	17675.6	284.4	7.294	116.699	2.217	36.536	146028	29.8	32.543	996	834.2	1031.6	87.0	0.192	560	495	4000m.my8033_rel_lto.cy10a17_gcp_c2s30
7951	3986	29161	455.6	23249.7	507.3	7.316	117.051	2.924	65.332	153812	30.3	38.587	1140	833.5	1031.3	87.0	0.447	496	384	4000m.my8033_rel_lto.cy10a18_gcp_c2s30
6261	2825	34168	533.9	43077.9	825.7	12.094	193.502	6.881	135.050	214714	31.5	76.000	1672	748.8	884.0	86.9	0.116	352	240	4000m.my8033_rel_lto.cy10a20_gcp_c2s30
7987	2554	32612	509.6	44262.9	844.6	12.768	204.286	5.542	108.288	201340	32.0	78.827	1879	779.9	924.7	86.9	0.069	320	256	4000m.my8033_rel_lto.cy10a21_gcp_c2s30
7227	2938	37499	585.9	44971.0	936.5	12.762	204.194	6.223	132.694	230348	36.8	78.395	1879	748.7	884.1	86.9	0.111	368	304	4000m.my8033_rel_lto.cy10a22_gcp_c2s30
7955	4341	31535	492.7	18582.3	523.2	7.264	116.230	2.336	67.351	155618	31.4	35.848	1085	834.4	1031.9	87.0	0.320	544	432	4000m.ps8033_rel_lto.cy10aps1_gcp_c2s30
7958	4326	31539	492.8	18669.9	524.8	7.291	116.650	2.346	67.535	156104	31.0	36.086	1075	833.9	1031.2	87.0	0.482	544	288	4000m.ps8033_rel_lto.cy10aps2_gcp_c2s30

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	3.143	96.757	0.068	0.017	0.014	0.001	0.000	0.000	0.000	0.508	my8033_rel_lto.cy10a_gcp_c2s30
0.000	1.966	97.933	0.071	0.015	0.014	0.001	0.000	0.000	0.000	0.309	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	1.803	98.096	0.069	0.018	0.014	0.001	0.000	0.000	0.000	0.299	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	1.605	98.280	0.084	0.016	0.014	0.001	0.000	0.000	0.000	0.602	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	1.722	98.166	0.074	0.023	0.014	0.001	0.000	0.000	0.000	0.300	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	2.488	97.415	0.069	0.013	0.014	0.001	0.000	0.000	0.000	0.302	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.404	99.483	0.082	0.016	0.014	nonzero	0.000	0.000	0.000	0.955	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.285	99.601	0.080	0.019	0.014	0.001	0.000	0.000	0.000	0.347	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	2.763	97.138	0.072	0.013	0.014	0.001	0.000	0.000	0.000	0.304	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	1.708	98.192	0.066	0.020	0.014	0.001	0.000	0.000	0.000	0.304	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	1.681	98.203	0.083	0.018	0.014	0.001	0.000	0.000	0.000	0.305	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	2.456	97.446	0.065	0.020	0.013	0.001	0.000	0.000	0.000	0.316	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	5.084	94.818	0.067	0.016	0.014	nonzero	0.000	0.000	0.000	0.301	ps8033_rel_lto.cy10aps2_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.241	70.090	26.762	2.886	0.021	0.000	0.000	0.000	0.447	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	0.194	66.112	31.051	2.639	0.005	0.000	0.000	0.000	0.482	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	0.874	75.650	20.459	2.964	0.053	0.000	0.000	0.000	0.472	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	1.219	70.798	23.739	4.212	0.032	0.000	0.000	0.000	0.432	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	0.128	64.778	32.228	2.851	0.015	0.000	0.000	0.000	0.438	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	0.263	65.821	33.913	0.004	0.000	0.000	0.000	0.701	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	2.384	80.639	14.879	2.008	0.090	0.000	0.000	0.000	0.620	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	0.563	72.891	23.283	3.184	0.078	0.000	0.000	0.000	0.518	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	0.000	0.084	42.076	57.804	0.037	0.000	0.000	0.000	0.791	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	0.000	0.498	28.056	71.432	0.014	0.000	0.000	nonzero	18.493	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	0.000	0.425	56.497	43.072	0.006	0.000	0.000	0.000	0.371	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	1.033	81.240	15.490	1.763	0.474	0.001	0.000	0.000	2.191	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	1.074	80.643	15.271	2.877	0.134	nonzero	0.000	0.000	1.055	ps8033_rel_lto.cy10aps2_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	4.392	77.040	18.116	0.435	0.018	0.000	0.000	0.000	0.500	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	4.388	73.493	21.828	0.287	0.004	0.000	0.000	0.000	0.476	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	5.462	79.869	14.179	0.442	0.048	0.000	0.000	0.000	0.506	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	6.827	82.624	9.521	1.004	0.024	0.000	0.000	0.000	0.445	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	3.979	73.465	22.141	0.402	0.013	0.000	0.000	0.000	0.430	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	50.056	16.794	12.043	21.107	nonzero	0.000	0.000	0.000	0.302	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	7.982	81.321	10.185	0.433	0.080	0.000	0.000	0.000	0.639	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	4.681	78.590	16.158	0.505	0.065	0.000	0.000	0.000	0.467	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	10.227	14.539	44.550	30.684	nonzero	0.000	0.000	0.000	0.290	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	5.071	6.996	57.862	30.071	nonzero	0.000	0.000	nonzero	18.404	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	12.559	21.657	45.282	20.502	0.000	0.000	0.000	0.000	0.198	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	5.892	82.229	11.302	0.440	0.136	0.001	0.000	0.000	2.168	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	5.925	82.594	10.933	0.439	0.108	nonzero	0.000	0.000	1.090	ps8033_rel_lto.cy10aps2_gcp_c2s30

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
39.742	2.947	54.991	2.293	0.027	0.001	0.000	0.000	0.000	0.000	0.222	my8033_rel_lto.cy10a_gcp_c2s30
39.998	2.825	54.739	2.380	0.056	0.003	nonzero	0.000	0.000	0.000	0.680	my8033_rel_lto.cy10a2_gcp_c2s30
40.077	2.582	55.576	1.737	0.027	0.001	0.000	0.000	0.000	0.000	0.216	my8033_rel_lto.cy10a7_gcp_c2s30
33.733	6.375	53.431	6.393	0.063	0.005	nonzero	0.000	0.000	0.000	0.367	my8033_rel_lto.cy10a10_gcp_c2s30
39.699	2.919	55.101	2.252	0.028	0.001	0.000	0.000	0.000	0.000	0.243	my8033_rel_lto.cy10a12_gcp_c2s30
46.692	1.535	51.317	0.455	0.001	nonzero	0.000	0.000	0.000	0.000	0.081	my8033_rel_lto.cy10a13_gcp_c2s30
40.619	1.817	53.640	3.866	0.054	0.004	0.000	0.000	0.000	0.000	0.250	my8033_rel_lto.cy10a17_gcp_c2s30
40.438	2.729	54.093	2.706	0.033	0.001	0.000	0.000	0.000	0.000	0.230	my8033_rel_lto.cy10a18_gcp_c2s30
45.000	1.901	50.290	2.805	0.005	nonzero	0.000	0.000	0.000	0.000	0.091	my8033_rel_lto.cy10a20_gcp_c2s30
40.042	3.243	47.144	9.553	0.017	nonzero	0.000	0.000	0.000	0.000	0.128	my8033_rel_lto.cy10a21_gcp_c2s30
44.443	2.421	51.026	2.106	0.003	0.000	0.000	0.000	0.000	0.000	0.039	my8033_rel_lto.cy10a22_gcp_c2s30
39.746	3.012	55.933	1.278	0.018	0.013	nonzero	0.000	0.000	0.000	0.664	ps8033_rel_lto.cy10aps1_gcp_c2s30
39.842	2.921	55.686	1.516	0.031	0.004	nonzero	0.000	0.000	0.000	0.282	ps8033_rel_lto.cy10aps2_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	59.472	39.415	0.998	0.114	0.001	0.000	0.000	0.000	0.256	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	72.456	25.793	1.545	0.194	0.013	0.000	0.000	0.000	0.416	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	60.985	37.837	1.090	0.087	0.001	0.000	0.000	0.000	0.274	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	17.519	80.160	1.902	0.417	0.003	0.000	0.000	0.000	0.311	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	59.287	39.385	1.215	0.111	0.001	0.000	0.000	0.000	0.259	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	61.832	38.077	0.091	0.000	0.000	0.000	0.000	0.237	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	52.664	46.497	0.674	0.164	0.000	0.000	0.000	0.000	0.222	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	56.361	42.255	1.260	0.122	0.002	0.000	0.000	0.000	0.297	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	0.000	48.948	50.687	0.361	0.004	0.000	0.000	0.000	0.374	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	0.000	15.968	83.473	0.548	0.011	0.000	0.000	0.000	0.338	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	0.000	41.610	58.352	0.037	0.000	0.000	0.000	0.000	0.090	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	56.208	42.904	0.577	0.298	0.013	0.000	0.000	0.000	0.398	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	59.265	39.907	0.622	0.206	0.001	0.000	0.000	0.000	0.333	ps8033_rel_lto.cy10aps2_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	62.487	36.600	0.846	0.067	0.000	0.000	0.000	0.000	0.218	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	74.255	24.303	1.314	0.118	0.010	0.000	0.000	0.000	0.416	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	63.041	35.913	1.001	0.044	0.001	0.000	0.000	0.000	0.275	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	51.859	46.427	1.477	0.237	0.000	0.000	0.000	0.000	0.238	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	62.266	36.592	1.076	0.064	0.001	0.000	0.000	0.000	0.259	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	98.727	1.237	0.036	0.000	0.000	0.000	0.000	0.000	0.056	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	57.592	41.749	0.557	0.102	0.000	0.000	0.000	0.000	0.221	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	60.062	38.671	1.196	0.070	0.000	0.000	0.000	0.000	0.207	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	91.077	6.124	2.799	0.000	0.000	0.000	0.000	0.000	0.054	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	81.239	14.909	3.852	0.000	0.000	0.000	0.000	0.000	0.059	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	93.602	6.359	0.039	0.000	0.000	0.000	0.000	0.000	0.032	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	57.280	42.003	0.472	0.227	0.017	0.000	0.000	0.000	0.663	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	61.497	37.831	0.535	0.137	0.001	0.000	0.000	0.000	0.332	ps8033_rel_lto.cy10aps2_gcp_c2s30

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
39.497	3.146	54.046	3.309	0.001	nonzero	0.000	0.000	0.000	0.000	0.191	my8033_rel_lto.cy10a_gcp_c2s30
39.984	2.964	53.865	3.186	nonzero	nonzero	0.000	0.000	0.000	0.000	0.192	my8033_rel_lto.cy10a2_gcp_c2s30
39.595	3.022	54.636	2.742	0.006	nonzero	nonzero	0.000	0.000	0.000	0.523	my8033_rel_lto.cy10a7_gcp_c2s30
31.922	8.027	50.648	9.402	0.001	nonzero	0.000	0.000	0.000	0.000	0.174	my8033_rel_lto.cy10a10_gcp_c2s30
39.370	3.200	54.162	3.266	0.001	nonzero	0.000	0.000	0.000	0.000	0.204	my8033_rel_lto.cy10a12_gcp_c2s30
37.091	3.792	48.331	10.759	0.026	nonzero	0.000	0.000	0.000	0.000	0.122	my8033_rel_lto.cy10a13_gcp_c2s30
40.162	2.167	53.630	3.985	0.055	nonzero	0.000	0.000	0.000	0.000	0.169	my8033_rel_lto.cy10a17_gcp_c2s30
40.325	2.742	53.260	3.671	0.002	nonzero	0.000	0.000	0.000	0.000	0.198	my8033_rel_lto.cy10a18_gcp_c2s30
36.286	4.346	47.138	12.204	0.026	nonzero	0.000	0.000	0.000	0.000	0.113	my8033_rel_lto.cy10a20_gcp_c2s30
37.393	3.141	46.519	12.934	0.013	0.000	0.000	0.000	0.000	0.000	0.042	my8033_rel_lto.cy10a21_gcp_c2s30
35.486	5.849	53.230	5.423	0.013	nonzero	0.000	0.000	0.000	0.000	0.084	my8033_rel_lto.cy10a22_gcp_c2s30
39.174	3.488	56.299	1.027	0.002	0.011	nonzero	0.000	0.000	0.000	0.299	ps8033_rel_lto.cy10aps1_gcp_c2s30
38.998	3.628	56.176	1.185	0.013	0.001	nonzero	0.000	0.000	0.000	0.442	ps8033_rel_lto.cy10aps2_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	79.221	20.676	0.103	0.000	0.000	0.000	0.000	0.000	0.045	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	87.625	12.368	0.007	0.000	0.000	0.000	0.000	0.000	0.031	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	81.337	18.517	0.139	0.006	nonzero	0.000	0.000	0.000	0.313	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	38.890	60.990	0.120	0.000	0.000	0.000	0.000	0.000	0.044	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	77.724	22.161	0.115	0.000	0.000	0.000	0.000	0.000	0.056	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	10.446	89.270	0.282	0.002	0.000	0.000	0.000	0.303	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	79.827	20.071	0.103	0.000	0.000	0.000	0.000	0.000	0.037	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	76.556	23.248	0.196	0.000	0.000	0.000	0.000	0.000	0.057	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	0.000	6.894	92.869	0.236	0.001	0.000	0.000	0.000	0.327	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	0.000	8.540	91.449	0.011	0.000	0.000	0.000	0.000	0.076	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	0.000	26.046	73.838	0.117	0.000	0.000	0.000	0.000	0.203	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	81.485	18.414	0.079	0.022	nonzero	0.000	0.000	0.000	0.299	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	79.261	20.600	0.133	0.006	0.000	0.000	0.000	0.000	0.236	ps8033_rel_lto.cy10aps2_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	86.604	13.302	0.094	0.000	0.000	0.000	0.000	0.000	0.045	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	91.800	8.175	0.025	0.000	0.000	0.000	0.000	0.000	0.028	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	87.826	12.032	0.135	0.007	0.000	0.000	0.000	0.000	0.246	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	70.883	29.006	0.111	0.000	0.000	0.000	0.000	0.000	0.050	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	85.407	14.484	0.109	0.000	0.000	0.000	0.000	0.000	0.050	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	91.844	8.063	0.091	0.002	0.000	0.000	0.000	0.000	0.078	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	86.522	13.400	0.078	0.000	0.000	0.000	0.000	0.000	0.053	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	84.122	15.686	0.193	0.000	0.000	0.000	0.000	0.000	0.057	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	83.390	16.532	0.076	0.002	0.000	0.000	0.000	0.000	0.097	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	83.976	15.996	0.028	0.000	0.000	0.000	0.000	0.000	0.033	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	84.504	15.473	0.023	nonzero	0.000	0.000	0.000	0.000	0.065	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	87.345	12.569	0.063	0.023	0.000	0.000	0.000	0.000	0.170	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	85.640	14.237	0.117	0.006	0.000	0.000	0.000	0.000	0.161	ps8033_rel_lto.cy10aps2_gcp_c2s30

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
36.466	4.759	50.820	7.928	0.026	0.001	0.000	0.000	0.000	0.000	0.219	my8033_rel_lto.cy10a_gcp_c2s30
36.453	4.995	50.879	7.665	0.006	0.001	0.000	0.000	0.000	0.000	0.222	my8033_rel_lto.cy10a2_gcp_c2s30
36.422	4.808	51.392	7.357	0.021	0.001	nonzero	0.000	0.000	0.000	0.723	my8033_rel_lto.cy10a7_gcp_c2s30
28.625	10.421	44.761	16.175	0.017	0.001	0.000	0.000	0.000	0.000	0.225	my8033_rel_lto.cy10a10_gcp_c2s30
36.416	4.761	49.266	9.517	0.038	0.001	0.000	0.000	0.000	0.000	0.225	my8033_rel_lto.cy10a12_gcp_c2s30
29.963	8.093	32.931	28.945	0.068	0.000	0.000	0.000	0.000	0.000	0.050	my8033_rel_lto.cy10a13_gcp_c2s30
38.155	2.998	53.561	5.114	0.171	0.001	0.000	0.000	0.000	0.000	0.192	my8033_rel_lto.cy10a17_gcp_c2s30
36.570	4.781	49.490	9.111	0.048	0.001	nonzero	0.000	0.000	0.000	0.447	my8033_rel_lto.cy10a18_gcp_c2s30
29.751	8.001	33.051	29.080	0.117	nonzero	0.000	0.000	0.000	0.000	0.116	my8033_rel_lto.cy10a20_gcp_c2s30
29.135	8.012	26.857	35.858	0.138	nonzero	0.000	0.000	0.000	0.000	0.069	my8033_rel_lto.cy10a21_gcp_c2s30
24.878	12.643	36.335	25.999	0.145	nonzero	0.000	0.000	0.000	0.000	0.111	my8033_rel_lto.cy10a22_gcp_c2s30
35.596	5.701	55.968	2.658	0.059	0.019	nonzero	0.000	0.000	0.000	0.320	ps8033_rel_lto.cy10aps1_gcp_c2s30
35.838	5.442	55.356	3.277	0.084	0.003	nonzero	0.000	0.000	0.000	0.482	ps8033_rel_lto.cy10aps2_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	53.437	45.783	0.772	0.007	0.000	0.000	0.000	0.000	0.113	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	52.733	46.426	0.840	0.001	0.000	0.000	0.000	0.000	0.099	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	50.386	48.635	0.966	0.013	nonzero	0.000	0.000	0.000	0.267	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	12.149	86.416	1.435	0.000	0.000	0.000	0.000	0.000	0.058	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	48.762	50.481	0.742	0.015	0.000	0.000	0.000	0.000	0.112	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	0.000	0.708	73.746	25.547	0.000	0.000	0.000	0.000	0.207	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	68.736	30.811	0.446	0.008	0.000	0.000	0.000	0.000	0.088	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	51.238	47.173	1.564	0.024	0.000	0.000	0.000	0.000	0.203	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	0.000	0.803	66.200	32.995	0.003	0.000	0.000	0.000	0.334	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	0.000	1.333	98.309	0.358	0.000	0.000	0.000	0.000	0.118	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	0.000	1.841	82.643	15.516	nonzero	0.000	0.000	0.000	0.263	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	64.237	35.328	0.368	0.067	0.000	0.000	0.000	0.000	0.237	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	69.430	30.109	0.439	0.022	nonzero	0.000	0.000	0.000	0.348	ps8033_rel_lto.cy10aps2_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	65.153	34.148	0.692	0.006	0.000	0.000	0.000	0.000	0.101	my8033_rel_lto.cy10a_gcp_c2s30
0.000	0.000	60.695	38.496	0.808	0.001	0.000	0.000	0.000	0.000	0.099	my8033_rel_lto.cy10a2_gcp_c2s30
0.000	0.000	60.684	38.399	0.904	0.013	nonzero	0.000	0.000	0.000	0.265	my8033_rel_lto.cy10a7_gcp_c2s30
0.000	0.000	33.441	65.798	0.761	0.000	0.000	0.000	0.000	0.000	0.061	my8033_rel_lto.cy10a10_gcp_c2s30
0.000	0.000	60.394	38.920	0.673	0.013	0.000	0.000	0.000	0.000	0.120	my8033_rel_lto.cy10a12_gcp_c2s30
0.000	0.000	53.617	15.461	11.852	19.070	0.000	0.000	0.000	0.000	0.166	my8033_rel_lto.cy10a13_gcp_c2s30
0.000	0.000	78.429	21.208	0.355	0.008	0.000	0.000	0.000	0.000	0.091	my8033_rel_lto.cy10a17_gcp_c2s30
0.000	0.000	61.689	36.812	1.477	0.022	0.000	0.000	0.000	0.000	0.212	my8033_rel_lto.cy10a18_gcp_c2s30
0.000	0.000	31.002	21.964	28.498	18.535	0.000	0.000	0.000	0.000	0.156	my8033_rel_lto.cy10a20_gcp_c2s30
0.000	0.000	43.537	55.846	0.617	0.000	0.000	0.000	0.000	0.000	0.057	my8033_rel_lto.cy10a21_gcp_c2s30
0.000	0.000	33.919	39.615	19.433	7.033	0.000	0.000	0.000	0.000	0.124	my8033_rel_lto.cy10a22_gcp_c2s30
0.000	0.000	74.038	25.602	0.295	0.065	0.000	0.000	0.000	0.000	0.242	ps8033_rel_lto.cy10aps1_gcp_c2s30
0.000	0.000	78.736	20.867	0.378	0.019	0.000	0.000	0.000	0.000	0.210	ps8033_rel_lto.cy10aps2_gcp_c2s30