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 per table 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 3600s 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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30 52875170054381733330473264931560
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30 55088861892383281334633298931861
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30 51612967285181021305213039829286
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30 35980966008236630319263172230437
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30 50403265148259988318533175030608
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30 55873765074085966314563143930545
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30 57282061023685452337223366232728
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30 57578862142385598335373336732389

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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30 1.001.001.001.001.001.00
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30 1.040.881.021.011.011.01
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30 0.980.960.990.920.930.93
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30 0.680.940.450.970.970.96
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30 0.950.930.730.960.970.97
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30 1.060.931.050.950.960.97
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30 1.080.871.051.021.031.04
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30 1.090.891.051.011.021.03

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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3079739877973
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3079739887976
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s3079739887973
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s3079839877973
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s3079739877973
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s3079739887976
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s3079739877976
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s3079739877976
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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s309.23190.5840.1640.0070.014nonzero0.559
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s308.29391.5290.1560.0070.014nonzero0.327
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s309.68890.1380.1540.0060.014nonzero0.352
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s307.56286.1415.4010.8810.015nonzero0.308
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s308.57189.9531.4560.0060.014nonzero0.312
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s306.98892.8500.1350.0100.0160.0010.370
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s307.26992.5650.1390.0110.0170.0010.362
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s306.89392.9400.1380.0100.0170.0010.392

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
528751	0	0	0.0	521.1	116.9	0.000	0.000	0.001	0.226	68600	71.7	0.130	20	125.3	125.5	25.7	0.559	66527	49546	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
550888	0	0	0.0	540.0	121.7	0.000	0.000	0.001	0.226	64361	73.6	0.117	20	125.2	125.4	26.7	0.327	69824	52742	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
516129	0	0	0.0	496.2	118.9	0.000	0.000	0.001	0.236	72623	71.2	0.141	21	125.1	125.4	25.5	0.352	64690	48247	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
359809	0	0	0.0	460.1	114.9	0.000	0.000	0.001	0.327	44897	54.1	0.125	23	125.1	125.3	37.9	0.308	58934	4795	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
504032	0	0	0.0	505.7	116.2	0.000	0.000	0.001	0.236	66354	68.0	0.132	20	125.2	125.4	26.5	0.312	67148	19779	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
558737	0	0	0.0	576.4	128.3	0.000	0.000	0.001	0.235	65502	73.9	0.117	20	125.4	127.2	26.2	0.370	71023	49046	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
572820	0	0	0.0	586.6	133.6	0.000	0.000	0.001	0.239	66552	74.4	0.116	19	125.0	126.9	27.1	0.362	73420	51640	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
575788	0	0	0.0	591.0	135.1	0.000	0.000	0.001	0.240	67272	74.4	0.117	19	125.2	127.1	27.5	0.392	73820	50944	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
700543	0	505	105.7	277.2	74.1	0.001	0.155	0.000	0.108	2351	50.1	0.003	11	257.6	257.8	102.3	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
618923	0	603	116.4	240.7	65.5	0.001	0.193	0.000	0.108	1882	50.3	0.003	12	257.5	257.7	93.3	0.003	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
672851	0	696	130.7	262.0	72.4	0.001	0.199	0.000	0.110	2242	50.2	0.003	11	257.5	257.7	94.8	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
660082	0	534	106.2	258.0	72.0	0.001	0.165	0.000	0.112	2078	50.0	0.003	11	257.2	257.5	90.8	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
651482	0	623	119.5	251.5	71.1	0.001	0.188	0.000	0.112	2057	49.8	0.003	11	257.5	257.7	94.7	0.004	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
650740	0	673	127.4	252.2	70.7	0.001	0.201	0.000	0.111	2014	50.4	0.003	12	257.7	257.9	94.6	0.020	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
610236	0	582	111.0	234.9	65.6	0.001	0.186	0.000	0.110	1794	50.0	0.003	12	257.4	259.3	92.6	0.003	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
621423	0	589	112.7	242.2	65.9	0.001	0.186	0.000	0.109	1879	49.9	0.003	12	257.6	259.5	93.3	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s300.01648.92350.0760.7250.2580.0020.579
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s300.01040.11459.2650.5050.0990.0080.644
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s300.01041.50757.6010.7040.1760.0010.598
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s300.01341.86344.17110.4603.4910.0020.316
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s300.01137.42854.9997.3970.1610.005nonzero1.200
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s300.01838.40661.4340.1260.0140.002nonzero1.832
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s300.02236.78063.0550.1270.0150.001nonzero2.317
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s300.01836.96462.8730.1280.0150.0020.676

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s300.01641.87256.9580.8740.2780.0030.787
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s300.01233.80265.3940.6660.1170.0090.711
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s300.01335.08863.8470.8560.1930.0020.529
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s300.01437.86448.03410.5763.5100.0020.316
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s300.01434.40157.8607.5520.1680.005nonzero1.200
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s300.02534.29465.3590.2950.0260.002nonzero1.831
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s300.03332.89766.7450.2950.0280.002nonzero2.323
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s300.03033.31166.3370.2920.0290.0020.676

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
81733	0	553	39.3	584.0	119.0	0.007	0.493	0.007	1.491	60233	62.8	0.737	115	286.2	288.0	93.8	0.579	11042	250	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
83281	0	510	26.3	600.2	127.0	0.006	0.323	0.007	1.561	49190	61.9	0.591	111	285.1	286.9	90.0	0.644	10638	400	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
81021	0	522	37.5	580.6	122.0	0.006	0.474	0.007	1.541	92179	65.6	1.138	121	289.2	291.0	91.6	0.598	10793	350	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
36630	0	208	16.2	334.6	76.3	0.006	0.454	0.009	2.134	25945	30.2	0.708	124	281.9	283.7	87.9	0.316	1550	250	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
59988	0	342	26.5	526.1	102.9	0.006	0.453	0.009	1.756	44233	47.0	0.737	118	281.6	283.4	91.5	1.200	8091	549	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
85966	0	507	39.5	747.8	143.6	0.006	0.470	0.009	1.710	52491	67.1	0.611	117	283.7	285.5	91.4	1.832	10788	7442	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
85452	0	466	27.0	742.9	142.3	0.005	0.324	0.009	1.705	49743	65.5	0.582	115	283.8	285.6	89.1	2.317	10738	7292	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
85598	0	465	27.1	743.3	139.9	0.005	0.324	0.009	1.674	49973	65.4	0.584	115	282.3	284.1	90.0	0.676	10738	7342	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3074.25825.3330.4070.001nonzerononzero0.121
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3073.25226.3860.3590.002nonzerononzero0.114
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s3069.69829.7640.5350.0020.001nonzero0.194
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s3075.48624.1340.3790.001nonzerononzero0.096
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s3075.65323.9790.3670.001nonzero0.039
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s3074.08725.4850.4250.002nonzero0.049
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s3076.52123.1990.2800.001nonzerononzero0.092
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s3076.54623.1720.2810.001nonzerononzero0.076

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s302.05797.9110.0260.0050.058
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s302.70397.2620.0350.011
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s300.40699.5710.0160.0070.047
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s302.02897.9460.0170.0090.049
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s301.84998.1460.0050.008
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s300.90399.0890.0050.0030.045
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s304.30995.6820.0070.0020.078
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s303.49796.4980.0050.007

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s308.87091.0920.0330.0050.057
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s307.57192.3850.0430.013
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s302.88597.0560.0540.0050.047
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s306.21593.7430.0330.0090.049
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s307.55092.4360.0120.0020.030
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s305.16394.8090.0260.0020.021
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s307.69392.2930.0100.0020.0020.079
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s308.59291.3910.0170.008

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
797	33047	1271	12.7	24.4	4.2	0.038	0.392	0.031	5.414	130875	53.5	3.960	243	281.2	281.6	85.2	0.121	4507	1774	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
797	33463	986	9.8	27.5	5.0	0.029	0.301	0.035	6.421	130155	54.1	3.889	243	281.1	281.5	68.4	0.114	4060	1391	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
797	30521	1376	14.5	30.8	5.1	0.045	0.487	0.039	6.537	136497	53.4	4.472	262	280.9	281.4	84.2	0.194	3932	1550	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
798	31926	1195	11.5	20.3	3.0	0.037	0.369	0.025	3.906	127522	53.4	3.994	251	280.8	281.3	85.0	0.096	3964	1886	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
797	31853	1128	10.6	16.0	2.6	0.035	0.341	0.020	3.293	127516	53.1	4.003	250	281.0	281.5	87.4	0.039	4139	1790	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
797	31456	1226	11.9	20.2	3.0	0.039	0.388	0.025	3.830	126279	53.2	4.014	254	280.9	281.4	87.0	0.049	4012	2030	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
797	33722	899	7.9	17.8	2.7	0.027	0.241	0.022	3.463	131000	53.6	3.885	238	281.0	281.4	69.1	0.092	4123	1839	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
797	33537	906	8.2	19.5	3.0	0.027	0.251	0.024	3.810	130307	53.8	3.885	241	280.9	281.3	68.2	0.076	4251	2062	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3073.91526.0750.009nonzerononzero0.039
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3073.57026.4190.010nonzerononzero0.031
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s3067.69232.3010.007nonzerononzerononzero0.141
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s3074.16025.8300.009nonzerononzero0.044
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s3074.19225.7980.010nonzerononzero0.048
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s3072.39027.6000.009nonzerononzero0.060
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s3076.40323.5850.012nonzerononzero0.019
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s3076.04223.9440.013nonzerononzero0.027

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3011.47888.4490.0700.0020.031
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3011.18988.7360.0710.0020.0010.089
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s302.49197.4250.0830.001nonzero0.139
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s307.55492.3540.0900.0010.034
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s305.24394.6340.1220.0010.049
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s304.91795.0480.0340.0010.036
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s308.15691.6900.1510.0030.023
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s305.26593.1881.5400.0080.0010.069

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3024.23175.6820.0800.0070.034
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3022.28977.6140.0910.0050.0010.105
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s309.08390.8270.0840.0050.0020.140
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s3019.83680.0730.0870.0050.039
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s3012.32287.5410.1320.0050.047
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s3017.43982.5030.0520.0050.055
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s3017.59182.2520.1550.0030.031
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s3013.85884.6341.4980.0090.0010.068

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
3987	32649	214	4.6	50.2	8.5	0.007	0.143	0.013	2.186	128843	56.5	3.946	260	281.0	282.5	84.7	0.039	4349	3900	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
3988	32989	96	2.4	46.5	9.5	0.003	0.074	0.012	2.428	127531	56.7	3.866	258	281.2	282.7	64.3	0.031	4012	3628	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
3988	30398	199	4.0	46.1	7.5	0.007	0.135	0.012	1.930	138443	56.0	4.554	276	281.0	282.5	84.3	0.141	3820	3454	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
3987	31722	165	3.7	47.0	7.3	0.005	0.120	0.012	1.866	126451	56.4	3.986	267	281.0	282.6	84.2	0.044	3868	3500	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
3987	31750	178	4.0	47.7	8.1	0.006	0.129	0.012	2.083	126908	56.4	3.997	266	281.3	282.8	84.6	0.048	3981	3564	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
3988	31439	178	3.9	49.9	8.4	0.006	0.128	0.013	2.161	125761	56.5	4.000	270	280.9	282.4	85.2	0.060	3884	3244	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
3987	33662	74	2.0	47.7	8.5	0.002	0.060	0.012	2.175	129678	56.6	3.852	252	281.0	282.5	64.9	0.019	4060	3374	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
3987	33367	75	1.9	50.6	9.2	0.002	0.059	0.013	2.357	128506	56.8	3.851	255	281.0	282.5	65.2	0.027	4109	3468	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3071.99327.9920.015nonzerononzero0.025
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3072.30727.6740.0190.001nonzero0.037
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s3062.49437.4840.021nonzerononzero0.040
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s3068.15731.8230.019nonzerononzero0.047
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s3068.79731.1810.021nonzerononzero0.042
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s3068.05731.9060.0370.001nonzero0.037
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s3074.92925.0460.025nonzerononzerononzero0.090
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s3073.84626.1340.020nonzerononzero0.056

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3016.46183.5280.0110.0010.026
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s308.10091.2430.6550.0020.041
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s302.40496.0411.5450.0100.028
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s306.70992.7210.5670.0030.028
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s303.87795.4090.7100.003nonzero0.071
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s302.39581.32716.2570.0210.029
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s305.03689.3715.5800.0130.031
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s309.12890.2370.6280.0070.030

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

dbms256us1ms4ms16ms64ms256ms1s4s16sgtmax
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s3026.46673.4940.0330.0070.051
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s3018.47680.7940.7210.0090.059
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s304.78793.6741.5220.0160.055
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s3014.52384.8670.6000.010nonzero0.081
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s3010.21089.0680.7110.010nonzero0.071
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s305.19979.29815.4740.029nonzero0.086
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s3013.29281.2725.4160.020nonzero0.075
fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s3019.82679.5140.6490.0110.042

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

ips	qps	rps	rmbps	wps	wmbps	rpq	rkbpq	wpi	wkbpi	csps	cpups	cspq	cpupq	dbgb1	dbgb2	rss	maxop	p50	p99	tag
7973	31560	280	6.0	89.4	15.6	0.009	0.194	0.011	1.999	126955	59.5	4.023	283	281.5	283.2	84.4	0.025	4171	3741	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
7976	31861	189	4.5	91.8	16.2	0.006	0.146	0.012	2.074	123885	59.7	3.888	281	281.2	282.9	63.7	0.037	3916	3516	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
7973	29286	313	6.4	91.9	15.6	0.011	0.224	0.012	1.997	138165	59.1	4.718	303	281.2	282.9	84.1	0.040	3660	3292	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
7973	30437	260	6.0	92.3	15.8	0.009	0.202	0.012	2.031	123521	59.6	4.058	294	281.1	282.8	83.7	0.047	3692	3308	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
7973	30608	234	5.6	90.7	15.3	0.008	0.188	0.011	1.961	124250	59.6	4.059	292	281.2	282.8	84.5	0.042	3916	3422	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
7976	30545	250	5.8	93.9	16.3	0.008	0.193	0.012	2.088	122625	59.8	4.015	294	281.0	282.7	84.0	0.037	3774	3069	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
7976	32728	177	4.2	96.5	16.5	0.005	0.131	0.012	2.116	126237	59.9	3.857	275	281.0	282.6	63.5	0.090	3948	3212	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
7976	32389	173	4.3	95.5	16.5	0.005	0.136	0.012	2.123	125233	59.9	3.867	277	281.0	282.7	63.9	0.056	3980	3262	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
528751	0	0	0.0	521.1	116.9	0.000	0.000	0.001	0.226	68600	71.7	0.130	20	125.3	125.5	25.7	0.559	66527	49546	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
550888	0	0	0.0	540.0	121.7	0.000	0.000	0.001	0.226	64361	73.6	0.117	20	125.2	125.4	26.7	0.327	69824	52742	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
516129	0	0	0.0	496.2	118.9	0.000	0.000	0.001	0.236	72623	71.2	0.141	21	125.1	125.4	25.5	0.352	64690	48247	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
359809	0	0	0.0	460.1	114.9	0.000	0.000	0.001	0.327	44897	54.1	0.125	23	125.1	125.3	37.9	0.308	58934	4795	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
504032	0	0	0.0	505.7	116.2	0.000	0.000	0.001	0.236	66354	68.0	0.132	20	125.2	125.4	26.5	0.312	67148	19779	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
558737	0	0	0.0	576.4	128.3	0.000	0.000	0.001	0.235	65502	73.9	0.117	20	125.4	127.2	26.2	0.370	71023	49046	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
572820	0	0	0.0	586.6	133.6	0.000	0.000	0.001	0.239	66552	74.4	0.116	19	125.0	126.9	27.1	0.362	73420	51640	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
575788	0	0	0.0	591.0	135.1	0.000	0.000	0.001	0.240	67272	74.4	0.117	19	125.2	127.1	27.5	0.392	73820	50944	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
700543	0	505	105.7	277.2	74.1	0.001	0.155	0.000	0.108	2351	50.1	0.003	11	257.6	257.8	102.3	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
618923	0	603	116.4	240.7	65.5	0.001	0.193	0.000	0.108	1882	50.3	0.003	12	257.5	257.7	93.3	0.003	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
672851	0	696	130.7	262.0	72.4	0.001	0.199	0.000	0.110	2242	50.2	0.003	11	257.5	257.7	94.8	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
660082	0	534	106.2	258.0	72.0	0.001	0.165	0.000	0.112	2078	50.0	0.003	11	257.2	257.5	90.8	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
651482	0	623	119.5	251.5	71.1	0.001	0.188	0.000	0.112	2057	49.8	0.003	11	257.5	257.7	94.7	0.004	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
650740	0	673	127.4	252.2	70.7	0.001	0.201	0.000	0.111	2014	50.4	0.003	12	257.7	257.9	94.6	0.020	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
610236	0	582	111.0	234.9	65.6	0.001	0.186	0.000	0.110	1794	50.0	0.003	12	257.4	259.3	92.6	0.003	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
621423	0	589	112.7	242.2	65.9	0.001	0.186	0.000	0.109	1879	49.9	0.003	12	257.6	259.5	93.3	0.002	NA	NA	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
81733	0	553	39.3	584.0	119.0	0.007	0.493	0.007	1.491	60233	62.8	0.737	115	286.2	288.0	93.8	0.579	11042	250	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
83281	0	510	26.3	600.2	127.0	0.006	0.323	0.007	1.561	49190	61.9	0.591	111	285.1	286.9	90.0	0.644	10638	400	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
81021	0	522	37.5	580.6	122.0	0.006	0.474	0.007	1.541	92179	65.6	1.138	121	289.2	291.0	91.6	0.598	10793	350	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
36630	0	208	16.2	334.6	76.3	0.006	0.454	0.009	2.134	25945	30.2	0.708	124	281.9	283.7	87.9	0.316	1550	250	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
59988	0	342	26.5	526.1	102.9	0.006	0.453	0.009	1.756	44233	47.0	0.737	118	281.6	283.4	91.5	1.200	8091	549	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
85966	0	507	39.5	747.8	143.6	0.006	0.470	0.009	1.710	52491	67.1	0.611	117	283.7	285.5	91.4	1.832	10788	7442	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
85452	0	466	27.0	742.9	142.3	0.005	0.324	0.009	1.705	49743	65.5	0.582	115	283.8	285.6	89.1	2.317	10738	7292	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
85598	0	465	27.1	743.3	139.9	0.005	0.324	0.009	1.674	49973	65.4	0.584	115	282.3	284.1	90.0	0.676	10738	7342	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
797	33047	1271	12.7	24.4	4.2	0.038	0.392	0.031	5.414	130875	53.5	3.960	243	281.2	281.6	85.2	0.121	4507	1774	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
797	33463	986	9.8	27.5	5.0	0.029	0.301	0.035	6.421	130155	54.1	3.889	243	281.1	281.5	68.4	0.114	4060	1391	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
797	30521	1376	14.5	30.8	5.1	0.045	0.487	0.039	6.537	136497	53.4	4.472	262	280.9	281.4	84.2	0.194	3932	1550	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
798	31926	1195	11.5	20.3	3.0	0.037	0.369	0.025	3.906	127522	53.4	3.994	251	280.8	281.3	85.0	0.096	3964	1886	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
797	31853	1128	10.6	16.0	2.6	0.035	0.341	0.020	3.293	127516	53.1	4.003	250	281.0	281.5	87.4	0.039	4139	1790	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
797	31456	1226	11.9	20.2	3.0	0.039	0.388	0.025	3.830	126279	53.2	4.014	254	280.9	281.4	87.0	0.049	4012	2030	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
797	33722	899	7.9	17.8	2.7	0.027	0.241	0.022	3.463	131000	53.6	3.885	238	281.0	281.4	69.1	0.092	4123	1839	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
797	33537	906	8.2	19.5	3.0	0.027	0.251	0.024	3.810	130307	53.8	3.885	241	280.9	281.3	68.2	0.076	4251	2062	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
3987	32649	214	4.6	50.2	8.5	0.007	0.143	0.013	2.186	128843	56.5	3.946	260	281.0	282.5	84.7	0.039	4349	3900	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
3988	32989	96	2.4	46.5	9.5	0.003	0.074	0.012	2.428	127531	56.7	3.866	258	281.2	282.7	64.3	0.031	4012	3628	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
3988	30398	199	4.0	46.1	7.5	0.007	0.135	0.012	1.930	138443	56.0	4.554	276	281.0	282.5	84.3	0.141	3820	3454	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
3987	31722	165	3.7	47.0	7.3	0.005	0.120	0.012	1.866	126451	56.4	3.986	267	281.0	282.6	84.2	0.044	3868	3500	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
3987	31750	178	4.0	47.7	8.1	0.006	0.129	0.012	2.083	126908	56.4	3.997	266	281.3	282.8	84.6	0.048	3981	3564	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
3988	31439	178	3.9	49.9	8.4	0.006	0.128	0.013	2.161	125761	56.5	4.000	270	280.9	282.4	85.2	0.060	3884	3244	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
3987	33662	74	2.0	47.7	8.5	0.002	0.060	0.012	2.175	129678	56.6	3.852	252	281.0	282.5	64.9	0.019	4060	3374	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
3987	33367	75	1.9	50.6	9.2	0.002	0.059	0.013	2.357	128506	56.8	3.851	255	281.0	282.5	65.2	0.027	4109	3468	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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
7973	31560	280	6.0	89.4	15.6	0.009	0.194	0.011	1.999	126955	59.5	4.023	283	281.5	283.2	84.4	0.025	4171	3741	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
7976	31861	189	4.5	91.8	16.2	0.006	0.146	0.012	2.074	123885	59.7	3.888	281	281.2	282.9	63.7	0.037	3916	3516	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
7973	29286	313	6.4	91.9	15.6	0.011	0.224	0.012	1.997	138165	59.1	4.718	303	281.2	282.9	84.1	0.040	3660	3292	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
7973	30437	260	6.0	92.3	15.8	0.009	0.202	0.012	2.031	123521	59.6	4.058	294	281.1	282.8	83.7	0.047	3692	3308	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
7973	30608	234	5.6	90.7	15.3	0.008	0.188	0.011	1.961	124250	59.6	4.059	292	281.2	282.8	84.5	0.042	3916	3422	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
7976	30545	250	5.8	93.9	16.3	0.008	0.193	0.012	2.088	122625	59.8	4.015	294	281.0	282.7	84.0	0.037	3774	3069	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
7976	32728	177	4.2	96.5	16.5	0.005	0.131	0.012	2.116	126237	59.9	3.857	275	281.0	282.6	63.5	0.090	3948	3212	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
7976	32389	173	4.3	95.5	16.5	0.005	0.136	0.012	2.123	125233	59.9	3.867	277	281.0	282.7	63.9	0.056	3980	3262	4000m.fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	9.231	90.584	0.164	0.007	0.014	nonzero	0.000	0.000	0.000	0.559	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	8.293	91.529	0.156	0.007	0.014	nonzero	0.000	0.000	0.000	0.327	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	9.688	90.138	0.154	0.006	0.014	nonzero	0.000	0.000	0.000	0.352	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	7.562	86.141	5.401	0.881	0.015	nonzero	0.000	0.000	0.000	0.308	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	8.571	89.953	1.456	0.006	0.014	nonzero	0.000	0.000	0.000	0.312	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	6.988	92.850	0.135	0.010	0.016	0.001	0.000	0.000	0.000	0.370	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	7.269	92.565	0.139	0.011	0.017	0.001	0.000	0.000	0.000	0.362	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	6.893	92.940	0.138	0.010	0.017	0.001	0.000	0.000	0.000	0.392	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_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.016	48.923	50.076	0.725	0.258	0.002	0.000	0.000	0.000	0.579	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	0.010	40.114	59.265	0.505	0.099	0.008	0.000	0.000	0.000	0.644	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	0.010	41.507	57.601	0.704	0.176	0.001	0.000	0.000	0.000	0.598	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	0.013	41.863	44.171	10.460	3.491	0.002	0.000	0.000	0.000	0.316	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	0.011	37.428	54.999	7.397	0.161	0.005	nonzero	0.000	0.000	1.200	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	0.018	38.406	61.434	0.126	0.014	0.002	nonzero	0.000	0.000	1.832	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	0.022	36.780	63.055	0.127	0.015	0.001	nonzero	0.000	0.000	2.317	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	0.018	36.964	62.873	0.128	0.015	0.002	0.000	0.000	0.000	0.676	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.016	41.872	56.958	0.874	0.278	0.003	0.000	0.000	0.000	0.787	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	0.012	33.802	65.394	0.666	0.117	0.009	0.000	0.000	0.000	0.711	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	0.013	35.088	63.847	0.856	0.193	0.002	0.000	0.000	0.000	0.529	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	0.014	37.864	48.034	10.576	3.510	0.002	0.000	0.000	0.000	0.316	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	0.014	34.401	57.860	7.552	0.168	0.005	nonzero	0.000	0.000	1.200	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	0.025	34.294	65.359	0.295	0.026	0.002	nonzero	0.000	0.000	1.831	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	0.033	32.897	66.745	0.295	0.028	0.002	nonzero	0.000	0.000	2.323	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	0.030	33.311	66.337	0.292	0.029	0.002	0.000	0.000	0.000	0.676	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
74.258	25.333	0.407	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.121	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
73.252	26.386	0.359	0.002	nonzero	nonzero	0.000	0.000	0.000	0.000	0.114	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
69.698	29.764	0.535	0.002	0.001	nonzero	0.000	0.000	0.000	0.000	0.194	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
75.486	24.134	0.379	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.096	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
75.653	23.979	0.367	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.039	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
74.087	25.485	0.425	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
76.521	23.199	0.280	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.092	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
76.546	23.172	0.281	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.076	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	2.057	97.911	0.026	0.005	0.000	0.000	0.000	0.000	0.000	0.058	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	2.703	97.262	0.035	0.000	0.000	0.000	0.000	0.000	0.000	0.011	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	0.406	99.571	0.016	0.007	0.000	0.000	0.000	0.000	0.000	0.047	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	2.028	97.946	0.017	0.009	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	1.849	98.146	0.005	0.000	0.000	0.000	0.000	0.000	0.000	0.008	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	0.903	99.089	0.005	0.003	0.000	0.000	0.000	0.000	0.000	0.045	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	4.309	95.682	0.007	0.000	0.002	0.000	0.000	0.000	0.000	0.078	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	3.497	96.498	0.005	0.000	0.000	0.000	0.000	0.000	0.000	0.007	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	8.870	91.092	0.033	0.005	0.000	0.000	0.000	0.000	0.000	0.057	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	7.571	92.385	0.043	0.000	0.000	0.000	0.000	0.000	0.000	0.013	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	2.885	97.056	0.054	0.005	0.000	0.000	0.000	0.000	0.000	0.047	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	6.215	93.743	0.033	0.009	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	7.550	92.436	0.012	0.002	0.000	0.000	0.000	0.000	0.000	0.030	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	5.163	94.809	0.026	0.002	0.000	0.000	0.000	0.000	0.000	0.021	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	7.693	92.293	0.010	0.002	0.002	0.000	0.000	0.000	0.000	0.079	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	8.592	91.391	0.017	0.000	0.000	0.000	0.000	0.000	0.000	0.008	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
73.915	26.075	0.009	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.039	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
73.570	26.419	0.010	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
67.692	32.301	0.007	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.141	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
74.160	25.830	0.009	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.044	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
74.192	25.798	0.010	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.048	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
72.390	27.600	0.009	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.060	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
76.403	23.585	0.012	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
76.042	23.944	0.013	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.027	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	11.478	88.449	0.070	0.002	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	11.189	88.736	0.071	0.002	0.001	0.000	0.000	0.000	0.000	0.089	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	2.491	97.425	0.083	0.001	nonzero	0.000	0.000	0.000	0.000	0.139	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	7.554	92.354	0.090	0.001	0.000	0.000	0.000	0.000	0.000	0.034	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	5.243	94.634	0.122	0.001	0.000	0.000	0.000	0.000	0.000	0.049	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	4.917	95.048	0.034	0.001	0.000	0.000	0.000	0.000	0.000	0.036	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	8.156	91.690	0.151	0.003	0.000	0.000	0.000	0.000	0.000	0.023	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	5.265	93.188	1.540	0.008	0.001	0.000	0.000	0.000	0.000	0.069	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	24.231	75.682	0.080	0.007	0.000	0.000	0.000	0.000	0.000	0.034	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	22.289	77.614	0.091	0.005	0.001	0.000	0.000	0.000	0.000	0.105	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	9.083	90.827	0.084	0.005	0.002	0.000	0.000	0.000	0.000	0.140	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	19.836	80.073	0.087	0.005	0.000	0.000	0.000	0.000	0.000	0.039	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	12.322	87.541	0.132	0.005	0.000	0.000	0.000	0.000	0.000	0.047	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	17.439	82.503	0.052	0.005	0.000	0.000	0.000	0.000	0.000	0.055	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	17.591	82.252	0.155	0.003	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	13.858	84.634	1.498	0.009	0.001	0.000	0.000	0.000	0.000	0.068	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
71.993	27.992	0.015	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
72.307	27.674	0.019	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.037	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
62.494	37.484	0.021	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.040	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
68.157	31.823	0.019	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.047	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
68.797	31.181	0.021	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.042	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
68.057	31.906	0.037	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.037	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
74.929	25.046	0.025	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.090	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
73.846	26.134	0.020	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.056	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	16.461	83.528	0.011	0.001	0.000	0.000	0.000	0.000	0.000	0.026	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	8.100	91.243	0.655	0.002	0.000	0.000	0.000	0.000	0.000	0.041	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	2.404	96.041	1.545	0.010	0.000	0.000	0.000	0.000	0.000	0.028	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	6.709	92.721	0.567	0.003	0.000	0.000	0.000	0.000	0.000	0.028	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	3.877	95.409	0.710	0.003	nonzero	0.000	0.000	0.000	0.000	0.071	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	2.395	81.327	16.257	0.021	0.000	0.000	0.000	0.000	0.000	0.029	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	5.036	89.371	5.580	0.013	0.000	0.000	0.000	0.000	0.000	0.031	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	9.128	90.237	0.628	0.007	0.000	0.000	0.000	0.000	0.000	0.030	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	26.466	73.494	0.033	0.007	0.000	0.000	0.000	0.000	0.000	0.051	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c_gcp_c2s30
0.000	18.476	80.794	0.721	0.009	0.000	0.000	0.000	0.000	0.000	0.059	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c1_bc60g_gcp_c2s30
0.000	4.787	93.674	1.522	0.016	0.000	0.000	0.000	0.000	0.000	0.055	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c2_gcp_c2s30
0.000	14.523	84.867	0.600	0.010	nonzero	0.000	0.000	0.000	0.000	0.081	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c3_gcp_c2s30
0.000	10.210	89.068	0.711	0.010	nonzero	0.000	0.000	0.000	0.000	0.071	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c4_gcp_c2s30
0.000	5.199	79.298	15.474	0.029	nonzero	0.000	0.000	0.000	0.000	0.086	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c5_gcp_c2s30
0.000	13.292	81.272	5.416	0.020	nonzero	0.000	0.000	0.000	0.000	0.075	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c6_gcp_c2s30
0.000	19.826	79.514	0.649	0.011	0.000	0.000	0.000	0.000	0.000	0.042	fbmy8028_rel_lto_jun23_ef5b9b101_hack.cy9c7_gcp_c2s30