Introduction

This is a report for the insert benchmark with 400M docs and 20 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 c2-standard-60 from GCP with 30 cores, hyperthreading disabled, 240G RAM and 3T of NVMe storage. The benchmark was run with 20 clients and there were 1 or 2 connections per client (1 for queries, 1 for inserts). The benchmark loads 400M rows without secondary indexes, creates secondary indexes, loads another 400M rows then does 3 read+write tests for 1800 seconds each that do queries as fast as possible with 100, 500 and then 1000 writes/second/client concurrent with the queries. All clients share one table. The database is cached by the OS page cache but not the storage engine. Clients and the DBMS share one server. The per-database configs are in the per-database subdirectories here.

The tested DBMS are:


Contents


Summary

The numbers are inserts/s for l.i0 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
400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60 71813399354149925704846882065810
400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60 72727386696151229651196378761590
400m.fbmy5635_rel.cy9c4g_gcp_c2s60 727273101010151286707786923066332

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.

dbmsl.i0l.xl.i1q100.1q500.1q1000.1
400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60 1.001.001.001.001.001.00
400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60 1.010.871.010.920.930.94
400m.fbmy5635_rel.cy9c4g_gcp_c2s60 1.011.021.011.001.011.01

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s601976988519769
fbmy5635_rel_o2.cy9c4g_gcp_c2s601976988519769
fbmy5635_rel.cy9c4g_gcp_c2s601976989019769
target20001000020000

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s601.45698.3930.1140.0020.0350.0010.272
fbmy5635_rel_o2.cy9c4g_gcp_c2s601.62298.2440.0980.0010.0350.0010.282
fbmy5635_rel.cy9c4g_gcp_c2s601.50298.3610.1000.0020.0350.0010.264

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
718133	0	0	0.0	540.4	147.8	0.000	0.000	0.001	0.211	134997	39.0	0.188	16	12.6	12.9	NA	0.272	37859	28881	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
727273	0	0	0.0	550.1	150.8	0.000	0.000	0.001	0.212	136975	38.8	0.188	16	12.5	12.9	NA	0.282	38273	29768	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
727273	0	0	0.0	550.8	152.5	0.000	0.000	0.001	0.215	136590	39.0	0.188	16	12.6	12.9	NA	0.264	37974	28879	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
99354	0	0	0.0	47.1	13.8	0.000	0.000	0.000	0.142	567	2.9	0.006	9	25.3	25.6	NA	0.001	NA	NA	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
86696	0	0	0.0	41.0	11.5	0.000	0.000	0.000	0.136	521	2.9	0.006	10	25.3	25.7	NA	0.001	NA	NA	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
101010	0	0	0.0	47.8	13.5	0.000	0.000	0.000	0.137	592	2.9	0.006	9	25.3	25.7	NA	0.001	NA	NA	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s600.0567.21792.6920.0330.0020.138
fbmy5635_rel_o2.cy9c4g_gcp_c2s600.0607.30392.6010.0330.0030.255
fbmy5635_rel.cy9c4g_gcp_c2s600.0607.48492.4200.0310.0050.208

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
149925	0	15	2.4	594.5	176.7	0.000	0.017	0.004	1.207	128635	29.6	0.858	59	56.1	57.2	NA	0.138	7492	6892	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
151229	0	15	2.4	602.4	174.7	0.000	0.016	0.004	1.183	128937	29.0	0.853	58	56.1	57.1	NA	0.255	7590	6942	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
151286	0	15	2.4	622.6	186.5	0.000	0.017	0.004	1.262	139305	29.4	0.921	58	54.5	55.5	NA	0.208	7591	6945	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s6028.77971.2170.004nonzerononzero0.032
fbmy5635_rel_o2.cy9c4g_gcp_c2s606.88293.1120.006nonzerononzero0.029
fbmy5635_rel.cy9c4g_gcp_c2s6030.70769.2890.003nonzerononzero0.051

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s600.00197.4942.4920.0130.052
fbmy5635_rel_o2.cy9c4g_gcp_c2s600.00697.6362.3560.0030.017
fbmy5635_rel.cy9c4g_gcp_c2s600.02699.2540.7190.010

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
1976	70484	0	0.0	19.0	5.1	0.000	0.000	0.010	2.669	290379	64.9	4.120	276	52.5	54.0	NA	0.032	3564	3101	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
1976	65119	0	0.0	22.4	6.3	0.000	0.000	0.011	3.248	268750	64.9	4.127	299	52.4	53.9	NA	0.029	3278	2957	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
1976	70778	0	0.0	18.5	5.0	0.000	0.000	0.009	2.580	292942	64.9	4.139	275	52.4	53.9	NA	0.051	3580	3276	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s6022.79777.1720.0290.001nonzero0.045
fbmy5635_rel_o2.cy9c4g_gcp_c2s605.33894.6250.0360.001nonzero0.043
fbmy5635_rel.cy9c4g_gcp_c2s6024.48775.4840.0280.001nonzero0.042

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60nonzero9.77188.7581.4710.040
fbmy5635_rel_o2.cy9c4g_gcp_c2s600.00110.11288.6011.2860.041
fbmy5635_rel.cy9c4g_gcp_c2s600.00110.25388.4401.3060.035

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
9885	68820	0	0.0	51.8	15.0	0.000	0.000	0.005	1.554	276884	66.3	4.023	289	53.6	55.4	NA	0.045	3500	3182	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
9885	63787	0	0.0	52.3	15.1	0.000	0.000	0.005	1.567	256933	66.2	4.028	311	53.6	55.4	NA	0.043	3228	2958	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
9890	69230	0	0.0	51.4	14.8	0.000	0.000	0.005	1.534	279025	66.2	4.030	287	53.6	55.4	NA	0.042	3486	3196	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s6012.43687.5100.0520.001nonzerononzero0.067
fbmy5635_rel_o2.cy9c4g_gcp_c2s602.72697.2080.0650.001nonzero0.051
fbmy5635_rel.cy9c4g_gcp_c2s6014.60385.3450.0500.001nonzero0.050

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
fbmy5635_rel_withdbg.cy9c4g_gcp_c2s600.00815.45683.5410.9960.038
fbmy5635_rel_o2.cy9c4g_gcp_c2s600.00115.22783.7111.0610.040
fbmy5635_rel.cy9c4g_gcp_c2s600.00315.15383.7341.1100.037

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
19769	65810	0	0.0	103.4	30.9	0.000	0.000	0.005	1.600	259273	68.4	3.940	312	55.9	56.3	NA	0.067	3308	3037	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
19769	61590	0	0.0	104.9	31.4	0.000	0.000	0.005	1.624	243646	68.3	3.956	333	55.9	56.2	NA	0.051	3087	2861	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
19769	66332	0	0.0	105.1	31.4	0.000	0.000	0.005	1.625	261855	68.2	3.948	308	55.9	56.2	NA	0.050	3340	3085	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
718133	0	0	0.0	540.4	147.8	0.000	0.000	0.001	0.211	134997	39.0	0.188	16	12.6	12.9	NA	0.272	37859	28881	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
727273	0	0	0.0	550.1	150.8	0.000	0.000	0.001	0.212	136975	38.8	0.188	16	12.5	12.9	NA	0.282	38273	29768	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
727273	0	0	0.0	550.8	152.5	0.000	0.000	0.001	0.215	136590	39.0	0.188	16	12.6	12.9	NA	0.264	37974	28879	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
99354	0	0	0.0	47.1	13.8	0.000	0.000	0.000	0.142	567	2.9	0.006	9	25.3	25.6	NA	0.001	NA	NA	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
86696	0	0	0.0	41.0	11.5	0.000	0.000	0.000	0.136	521	2.9	0.006	10	25.3	25.7	NA	0.001	NA	NA	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
101010	0	0	0.0	47.8	13.5	0.000	0.000	0.000	0.137	592	2.9	0.006	9	25.3	25.7	NA	0.001	NA	NA	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
149925	0	15	2.4	594.5	176.7	0.000	0.017	0.004	1.207	128635	29.6	0.858	59	56.1	57.2	NA	0.138	7492	6892	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
151229	0	15	2.4	602.4	174.7	0.000	0.016	0.004	1.183	128937	29.0	0.853	58	56.1	57.1	NA	0.255	7590	6942	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
151286	0	15	2.4	622.6	186.5	0.000	0.017	0.004	1.262	139305	29.4	0.921	58	54.5	55.5	NA	0.208	7591	6945	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
1976	70484	0	0.0	19.0	5.1	0.000	0.000	0.010	2.669	290379	64.9	4.120	276	52.5	54.0	NA	0.032	3564	3101	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
1976	65119	0	0.0	22.4	6.3	0.000	0.000	0.011	3.248	268750	64.9	4.127	299	52.4	53.9	NA	0.029	3278	2957	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
1976	70778	0	0.0	18.5	5.0	0.000	0.000	0.009	2.580	292942	64.9	4.139	275	52.4	53.9	NA	0.051	3580	3276	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
9885	68820	0	0.0	51.8	15.0	0.000	0.000	0.005	1.554	276884	66.3	4.023	289	53.6	55.4	NA	0.045	3500	3182	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
9885	63787	0	0.0	52.3	15.1	0.000	0.000	0.005	1.567	256933	66.2	4.028	311	53.6	55.4	NA	0.043	3228	2958	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
9890	69230	0	0.0	51.4	14.8	0.000	0.000	0.005	1.534	279025	66.2	4.030	287	53.6	55.4	NA	0.042	3486	3196	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

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
19769	65810	0	0.0	103.4	30.9	0.000	0.000	0.005	1.600	259273	68.4	3.940	312	55.9	56.3	NA	0.067	3308	3037	400m.fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
19769	61590	0	0.0	104.9	31.4	0.000	0.000	0.005	1.624	243646	68.3	3.956	333	55.9	56.2	NA	0.051	3087	2861	400m.fbmy5635_rel_o2.cy9c4g_gcp_c2s60
19769	66332	0	0.0	105.1	31.4	0.000	0.000	0.005	1.625	261855	68.2	3.948	308	55.9	56.2	NA	0.050	3340	3085	400m.fbmy5635_rel.cy9c4g_gcp_c2s60

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	1.456	98.393	0.114	0.002	0.035	0.001	0.000	0.000	0.000	0.272	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
0.000	1.622	98.244	0.098	0.001	0.035	0.001	0.000	0.000	0.000	0.282	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
0.000	1.502	98.361	0.100	0.002	0.035	0.001	0.000	0.000	0.000	0.264	fbmy5635_rel.cy9c4g_gcp_c2s60

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.056	7.217	92.692	0.033	0.002	0.000	0.000	0.000	0.000	0.138	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
0.000	0.060	7.303	92.601	0.033	0.003	0.000	0.000	0.000	0.000	0.255	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
0.000	0.060	7.484	92.420	0.031	0.005	0.000	0.000	0.000	0.000	0.208	fbmy5635_rel.cy9c4g_gcp_c2s60

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
28.779	71.217	0.004	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
6.882	93.112	0.006	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
30.707	69.289	0.003	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.051	fbmy5635_rel.cy9c4g_gcp_c2s60

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.001	97.494	2.492	0.013	0.000	0.000	0.000	0.000	0.000	0.052	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
0.000	0.006	97.636	2.356	0.003	0.000	0.000	0.000	0.000	0.000	0.017	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
0.000	0.026	99.254	0.719	0.000	0.000	0.000	0.000	0.000	0.000	0.010	fbmy5635_rel.cy9c4g_gcp_c2s60

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
22.797	77.172	0.029	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.045	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
5.338	94.625	0.036	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.043	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
24.487	75.484	0.028	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.042	fbmy5635_rel.cy9c4g_gcp_c2s60

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	nonzero	9.771	88.758	1.471	0.000	0.000	0.000	0.000	0.000	0.040	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
0.000	0.001	10.112	88.601	1.286	0.000	0.000	0.000	0.000	0.000	0.041	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
0.000	0.001	10.253	88.440	1.306	0.000	0.000	0.000	0.000	0.000	0.035	fbmy5635_rel.cy9c4g_gcp_c2s60

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
12.436	87.510	0.052	0.001	nonzero	nonzero	0.000	0.000	0.000	0.000	0.067	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
2.726	97.208	0.065	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.051	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
14.603	85.345	0.050	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.050	fbmy5635_rel.cy9c4g_gcp_c2s60

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.008	15.456	83.541	0.996	0.000	0.000	0.000	0.000	0.000	0.038	fbmy5635_rel_withdbg.cy9c4g_gcp_c2s60
0.000	0.001	15.227	83.711	1.061	0.000	0.000	0.000	0.000	0.000	0.040	fbmy5635_rel_o2.cy9c4g_gcp_c2s60
0.000	0.003	15.153	83.734	1.110	0.000	0.000	0.000	0.000	0.000	0.037	fbmy5635_rel.cy9c4g_gcp_c2s60