Introduction

This is a report for the insert benchmark with 20M docs and 1 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 has 8 AMD cores, 16G RAM and an NVMe SSD. It is described here as the Beelink. The benchmark was run with 1 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). It uses 1 table. It loads 20M rows per table without secondary indexes, creates secondary indexes, then inserts 200M rows per table 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 cached by Postgres. 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
pg152_o2_nofp.cx8_bee 7194223372111168827382208114
pg153_o2_nofp.cx8_bee 7220223928612531830982118034
pg152_o2_nofp.cx8a1_bee 7220223647011064823081248074
pg153_o2_nofp.cx8a1_bee 7246423647012706830582668072
pg152_o2_nofp.cx8a10_bee 7194223647011112834181888050
pg153_o2_nofp.cx8a10_bee 7194223928612423830480927991
pg152_o2_nofp.cx8a12_bee 7220224512210979813880427964
pg153_o2_nofp.cx8a12_bee 7220224216912723824881007981
pg152_o2_nofp.cx8a15_bee 7272723928610900817181307971
pg153_o2_nofp.cx8a15_bee 7246423928612524826082238158
pg152_o2_nofp.cx8a16_bee 7272723928622763812281558001
pg153_o2_nofp.cx8a16_bee 7117423928624163823980708068
pg152_o2_nofp.cx8a24_bee 7299323928610916818480787939
pg153_o2_nofp.cx8a24_bee 7168423928612686841881748040
pg152_o2_nofp.cx8a25_bee 729932392869496822681748000
pg153_o2_nofp.cx8a25_bee 7246423928611421811979148024

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
pg152_o2_nofp.cx8_bee 1.001.001.001.001.001.00
pg153_o2_nofp.cx8_bee 1.001.021.121.001.000.99
pg152_o2_nofp.cx8a1_bee 1.001.010.990.990.991.00
pg153_o2_nofp.cx8a1_bee 1.011.011.141.001.010.99
pg152_o2_nofp.cx8a10_bee 1.001.010.991.011.000.99
pg153_o2_nofp.cx8a10_bee 1.001.021.111.000.980.98
pg152_o2_nofp.cx8a12_bee 1.001.050.980.980.980.98
pg153_o2_nofp.cx8a12_bee 1.001.041.141.000.990.98
pg152_o2_nofp.cx8a15_bee 1.011.020.980.990.990.98
pg153_o2_nofp.cx8a15_bee 1.011.021.121.001.001.01
pg152_o2_nofp.cx8a16_bee 1.011.022.040.980.990.99
pg153_o2_nofp.cx8a16_bee 0.991.022.161.000.980.99
pg152_o2_nofp.cx8a24_bee 1.011.020.980.990.980.98
pg153_o2_nofp.cx8a24_bee 1.001.021.141.020.990.99
pg152_o2_nofp.cx8a25_bee 1.011.020.850.990.990.99
pg153_o2_nofp.cx8a25_bee 1.011.021.020.980.960.99

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
pg152_o2_nofp.cx8_bee100499999
pg153_o2_nofp.cx8_bee100499999
pg152_o2_nofp.cx8a1_bee100499999
pg153_o2_nofp.cx8a1_bee100499999
pg152_o2_nofp.cx8a10_bee100499999
pg153_o2_nofp.cx8a10_bee100499999
pg152_o2_nofp.cx8a12_bee100499999
pg153_o2_nofp.cx8a12_bee100499999
pg152_o2_nofp.cx8a15_bee100499999
pg153_o2_nofp.cx8a15_bee100499999
pg152_o2_nofp.cx8a16_bee100499999
pg153_o2_nofp.cx8a16_bee100499999
pg152_o2_nofp.cx8a24_bee100499999
pg153_o2_nofp.cx8a24_bee100499999
pg152_o2_nofp.cx8a25_bee100499999
pg153_o2_nofp.cx8a25_bee100499999
target1005001000

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
pg152_o2_nofp.cx8_bee100.0000.003
pg153_o2_nofp.cx8_bee100.0000.004
pg152_o2_nofp.cx8a1_bee100.0000.003
pg153_o2_nofp.cx8a1_bee100.0000.003
pg152_o2_nofp.cx8a10_bee100.0000.003
pg153_o2_nofp.cx8a10_bee100.0000.003
pg152_o2_nofp.cx8a12_bee100.0000.003
pg153_o2_nofp.cx8a12_bee100.0000.003
pg152_o2_nofp.cx8a15_bee100.0000.003
pg153_o2_nofp.cx8a15_bee100.0000.003
pg152_o2_nofp.cx8a16_bee100.0000.003
pg153_o2_nofp.cx8a16_bee100.0000.003
pg152_o2_nofp.cx8a24_bee100.0000.003
pg153_o2_nofp.cx8a24_bee100.0000.003
pg152_o2_nofp.cx8a25_bee99.9990.0010.004
pg153_o2_nofp.cx8a25_bee100.0000.003

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
71942	0	0	0.0	83.6	30.5	0.000	0.000	0.001	0.433	8923	23.3	0.124	26	1.9	5.2	1.9	0.003	72417	70819	20m.pg152_o2_nofp.cx8_bee
72202	0	0	0.0	83.6	30.4	0.000	0.000	0.001	0.431	8892	23.3	0.123	26	1.9	5.2	1.5	0.004	72313	71020	20m.pg153_o2_nofp.cx8_bee
72202	0	0	0.0	84.3	30.6	0.000	0.000	0.001	0.434	8953	23.1	0.124	26	1.9	5.2	0.2	0.003	72557	71385	20m.pg152_o2_nofp.cx8a1_bee
72464	0	0	0.0	84.8	30.7	0.000	0.000	0.001	0.434	9006	23.2	0.124	26	1.9	5.2	1.9	0.003	72917	70921	20m.pg153_o2_nofp.cx8a1_bee
71942	0	0	0.0	83.2	30.5	0.000	0.000	0.001	0.433	8941	23.2	0.124	26	1.9	5.2	1.9	0.003	72418	70619	20m.pg152_o2_nofp.cx8a10_bee
71942	0	0	0.0	83.6	30.3	0.000	0.000	0.001	0.432	8886	23.2	0.124	26	1.9	5.2	0.2	0.003	72218	69921	20m.pg153_o2_nofp.cx8a10_bee
72202	0	0	0.0	84.1	30.5	0.000	0.000	0.001	0.432	8906	23.2	0.123	26	1.9	5.2	0.3	0.003	72417	70520	20m.pg152_o2_nofp.cx8a12_bee
72202	0	0	0.0	84.3	30.5	0.000	0.000	0.001	0.432	8938	22.9	0.124	25	1.9	5.2	2.0	0.003	72518	71122	20m.pg153_o2_nofp.cx8a12_bee
72727	0	0	0.0	85.3	30.8	0.000	0.000	0.001	0.434	8987	23.5	0.124	26	1.9	5.2	1.9	0.003	73316	71719	20m.pg152_o2_nofp.cx8a15_bee
72464	0	0	0.0	84.2	30.5	0.000	0.000	0.001	0.431	8935	23.3	0.123	26	1.9	5.2	0.2	0.003	72617	71416	20m.pg153_o2_nofp.cx8a15_bee
72727	0	0	0.0	84.5	30.6	0.000	0.000	0.001	0.431	8952	23.2	0.123	26	1.9	5.2	0.2	0.003	72720	71621	20m.pg152_o2_nofp.cx8a16_bee
71174	0	0	0.0	82.9	30.0	0.000	0.000	0.001	0.431	8807	23.4	0.124	26	1.9	5.2	1.5	0.003	71221	69523	20m.pg153_o2_nofp.cx8a16_bee
72993	0	0	0.0	85.5	30.8	0.000	0.000	0.001	0.432	9007	23.4	0.123	26	1.9	5.2	0.2	0.003	73117	71920	20m.pg152_o2_nofp.cx8a24_bee
71684	0	0	0.0	84.3	30.3	0.000	0.000	0.001	0.433	8854	23.2	0.124	26	1.9	5.2	1.5	0.003	72118	70020	20m.pg153_o2_nofp.cx8a24_bee
72993	0	0	0.0	84.9	30.8	0.000	0.000	0.001	0.432	9042	23.4	0.124	26	1.9	5.2	0.2	0.004	73116	71221	20m.pg152_o2_nofp.cx8a25_bee
72464	0	0	0.0	83.6	30.5	0.000	0.000	0.001	0.431	8917	23.2	0.123	26	1.9	5.2	0.2	0.003	72517	71317	20m.pg153_o2_nofp.cx8a25_bee

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
233721	0	0	0.0	133.7	62.9	0.000	0.000	0.001	0.275	692	12.3	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8_bee
239286	0	0	0.0	98.6	46.2	0.000	0.000	0.000	0.198	740	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8_bee
236470	0	0	0.0	114.2	54.4	0.000	0.000	0.000	0.235	635	12.7	0.003	4	3.7	8.0	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a1_bee
236470	0	0	0.0	74.0	34.6	0.000	0.000	0.000	0.150	668	12.8	0.003	4	3.7	8.0	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a1_bee
236470	0	0	0.0	98.4	45.8	0.000	0.000	0.000	0.198	718	12.8	0.003	4	3.7	8.6	0.2	0.003	NA	NA	20m.pg152_o2_nofp.cx8a10_bee
239286	0	0	0.0	100.2	46.7	0.000	0.000	0.000	0.200	705	12.6	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a10_bee
245122	0	0	0.0	104.6	48.6	0.000	0.000	0.000	0.203	708	12.9	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a12_bee
242169	0	0	0.0	105.8	49.2	0.000	0.000	0.000	0.208	698	12.7	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a12_bee
239286	0	0	0.0	97.2	45.5	0.000	0.000	0.000	0.195	782	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a15_bee
239286	0	0	0.0	99.2	46.1	0.000	0.000	0.000	0.197	790	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a15_bee
239286	0	0	0.0	97.0	45.5	0.000	0.000	0.000	0.195	775	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a16_bee
239286	0	0	0.0	94.5	44.2	0.000	0.000	0.000	0.189	754	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a16_bee
239286	0	0	0.0	92.7	43.4	0.000	0.000	0.000	0.186	698	12.4	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a24_bee
239286	0	0	0.0	99.0	46.5	0.000	0.000	0.000	0.199	791	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a24_bee
239286	0	0	0.0	96.4	45.1	0.000	0.000	0.000	0.193	805	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a25_bee
239286	0	0	0.0	100.2	46.9	0.000	0.000	0.000	0.201	855	12.6	0.004	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a25_bee

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
pg152_o2_nofp.cx8_bee99.9990.001nonzero0.030
pg153_o2_nofp.cx8_bee100.000nonzerononzero0.024
pg152_o2_nofp.cx8a1_bee99.8050.195nonzero0.025
pg153_o2_nofp.cx8a1_bee99.8040.196nonzero0.031
pg152_o2_nofp.cx8a10_bee99.9990.001nonzero0.033
pg153_o2_nofp.cx8a10_bee99.9980.001nonzero0.024
pg152_o2_nofp.cx8a12_bee99.9990.001nonzero0.024
pg153_o2_nofp.cx8a12_bee99.999nonzerononzero0.025
pg152_o2_nofp.cx8a15_bee99.9950.005nonzero0.031
pg153_o2_nofp.cx8a15_bee99.9960.003nonzero0.031
pg152_o2_nofp.cx8a16_bee99.9970.0020.0010.054
pg153_o2_nofp.cx8a16_bee99.9990.001nonzero0.044
pg152_o2_nofp.cx8a24_bee99.9990.001nonzero0.039
pg153_o2_nofp.cx8a24_bee99.9980.002nonzero0.029
pg152_o2_nofp.cx8a25_bee99.9950.005nonzero0.029
pg153_o2_nofp.cx8a25_bee99.9950.0040.0010.040

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
pg152_o2_nofp.cx8_bee0.08584.4140.8704.8739.7570.051
pg153_o2_nofp.cx8_bee0.07684.5840.8066.8827.6520.044
pg152_o2_nofp.cx8a1_bee0.06984.4860.8064.9089.7320.050
pg153_o2_nofp.cx8a1_bee0.07384.7960.8986.7837.4490.042
pg152_o2_nofp.cx8a10_bee0.07884.4551.0664.8199.5820.050
pg153_o2_nofp.cx8a10_bee0.08884.8580.4596.7607.8350.043
pg152_o2_nofp.cx8a12_bee0.08384.2870.8484.8409.9420.051
pg153_o2_nofp.cx8a12_bee0.08585.1820.5226.8527.3600.040
pg152_o2_nofp.cx8a15_bee0.08284.5340.7514.7079.9250.055
pg153_o2_nofp.cx8a15_bee0.07984.8110.7676.5467.7970.045
pg152_o2_nofp.cx8a16_bee0.10283.4343.37713.087nonzero0.022
pg153_o2_nofp.cx8a16_bee0.10584.4059.0446.446nonzero0.043
pg152_o2_nofp.cx8a24_bee0.08284.2220.8034.84710.0450.050
pg153_o2_nofp.cx8a24_bee0.07684.8240.7257.1747.2010.054
pg152_o2_nofp.cx8a25_bee0.05986.3280.5311.41011.6700.0020.139
pg153_o2_nofp.cx8a25_bee0.06087.6020.8191.9829.5360.0020.140

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
11168	0	0	0.0	51.8	11.8	0.000	0.000	0.005	1.081	5425	17.3	0.486	124	6.1	32.7	6.1	0.030	2647	1198	20m.pg152_o2_nofp.cx8_bee
12531	0	0	0.0	51.9	12.8	0.000	0.000	0.004	1.046	6076	18.0	0.485	115	6.1	34.6	6.1	0.024	3299	1498	20m.pg153_o2_nofp.cx8_bee
11064	0	0	0.0	46.8	10.7	0.000	0.000	0.004	0.987	5385	17.3	0.487	125	6.1	28.6	6.1	0.025	2647	1199	20m.pg152_o2_nofp.cx8a1_bee
12706	0	0	0.0	49.6	11.8	0.000	0.000	0.004	0.951	6160	18.2	0.485	115	6.1	31.5	6.1	0.031	3346	1448	20m.pg153_o2_nofp.cx8a1_bee
11112	0	0	0.0	49.7	11.6	0.000	0.000	0.004	1.073	5408	17.3	0.487	125	6.1	31.2	6.1	0.033	2647	1199	20m.pg152_o2_nofp.cx8a10_bee
12423	0	0	0.0	52.5	12.7	0.000	0.000	0.004	1.046	6033	18.0	0.486	116	6.1	34.6	6.1	0.024	3246	1498	20m.pg153_o2_nofp.cx8a10_bee
10979	0	0	0.0	49.7	11.6	0.000	0.000	0.005	1.086	5343	17.2	0.487	125	6.1	32.4	6.1	0.024	2647	1199	20m.pg152_o2_nofp.cx8a12_bee
12723	0	0	0.0	53.5	12.8	0.000	0.000	0.004	1.029	6167	18.1	0.485	114	6.1	34.7	6.2	0.025	3396	1498	20m.pg153_o2_nofp.cx8a12_bee
10900	0	0	0.0	116.5	18.6	0.000	0.000	0.011	1.748	5320	17.3	0.488	127	6.1	16.1	6.1	0.031	2597	1149	20m.pg152_o2_nofp.cx8a15_bee
12524	0	0	0.0	131.5	21.5	0.000	0.000	0.010	1.759	6083	18.2	0.486	116	6.1	16.1	6.1	0.031	3296	1498	20m.pg153_o2_nofp.cx8a15_bee
22763	0	0	0.0	70.0	19.6	0.000	0.000	0.003	0.880	10959	23.3	0.481	82	5.1	45.1	4.7	0.054	29118	8441	20m.pg152_o2_nofp.cx8a16_bee
24163	0	0	0.0	74.3	20.8	0.000	0.000	0.003	0.879	11605	24.0	0.480	79	5.1	45.1	5.1	0.044	29167	7397	20m.pg153_o2_nofp.cx8a16_bee
10916	0	0	0.0	49.1	11.5	0.000	0.000	0.004	1.083	5310	17.2	0.486	126	6.1	31.7	6.1	0.039	2647	1199	20m.pg152_o2_nofp.cx8a24_bee
12686	0	0	0.0	52.3	12.7	0.000	0.000	0.004	1.027	6148	18.2	0.485	115	6.1	34.0	6.1	0.029	3396	1448	20m.pg153_o2_nofp.cx8a24_bee
9496	0	43	0.3	5445.7	53.9	0.005	0.034	0.573	5.813	4942	18.3	0.520	154	6.2	29.4	2.6	0.029	1848	1149	20m.pg152_o2_nofp.cx8a25_bee
11421	0	48	0.3	6346.3	63.2	0.004	0.031	0.556	5.664	5878	19.3	0.515	135	6.2	33.7	2.6	0.040	2747	1350	20m.pg153_o2_nofp.cx8a25_bee

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
pg152_o2_nofp.cx8_bee99.9420.058nonzerononzero0.004
pg153_o2_nofp.cx8_bee99.9430.057nonzerononzero0.005
pg152_o2_nofp.cx8a1_bee99.9460.054nonzerononzero0.006
pg153_o2_nofp.cx8a1_bee99.9540.046nonzero0.004
pg152_o2_nofp.cx8a10_bee99.9420.058nonzerononzero0.005
pg153_o2_nofp.cx8a10_bee99.9430.057nonzerononzero0.004
pg152_o2_nofp.cx8a12_bee99.9360.064nonzero0.003
pg153_o2_nofp.cx8a12_bee99.9480.051nonzerononzero0.005
pg152_o2_nofp.cx8a15_bee99.9350.064nonzerononzero0.006
pg153_o2_nofp.cx8a15_bee99.9440.056nonzerononzero0.004
pg152_o2_nofp.cx8a16_bee99.9420.058nonzero0.004
pg153_o2_nofp.cx8a16_bee99.9320.068nonzero0.003
pg152_o2_nofp.cx8a24_bee99.9390.061nonzerononzero0.006
pg153_o2_nofp.cx8a24_bee99.9550.045nonzero0.003
pg152_o2_nofp.cx8a25_bee99.9390.060nonzerononzero0.010
pg153_o2_nofp.cx8a25_bee99.9340.066nonzerononzero0.007

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
pg152_o2_nofp.cx8_bee99.9650.0350.007
pg153_o2_nofp.cx8_bee99.9720.0280.007
pg152_o2_nofp.cx8a1_bee70.61829.3820.006
pg153_o2_nofp.cx8a1_bee68.29231.7080.007
pg152_o2_nofp.cx8a10_bee99.9440.0560.006
pg153_o2_nofp.cx8a10_bee99.9720.0280.006
pg152_o2_nofp.cx8a12_bee99.9380.0620.007
pg153_o2_nofp.cx8a12_bee99.9440.0560.006
pg152_o2_nofp.cx8a15_bee99.9510.0490.006
pg153_o2_nofp.cx8a15_bee99.9720.0280.006
pg152_o2_nofp.cx8a16_bee99.9440.0560.007
pg153_o2_nofp.cx8a16_bee99.9580.0420.006
pg152_o2_nofp.cx8a24_bee99.9650.0350.006
pg153_o2_nofp.cx8a24_bee99.9310.0690.006
pg152_o2_nofp.cx8a25_bee99.9720.0280.005
pg153_o2_nofp.cx8a25_bee99.9380.0620.012

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
pg152_o2_nofp.cx8_bee0.90371.1530.02127.9240.011
pg153_o2_nofp.cx8_bee0.75781.30617.9310.0070.004
pg152_o2_nofp.cx8a1_bee0.52870.2220.02129.2290.012
pg153_o2_nofp.cx8a1_bee0.43198.6670.9030.002
pg152_o2_nofp.cx8a10_bee1.14673.25025.5760.0280.005
pg153_o2_nofp.cx8a10_bee0.81287.0970.02812.0620.012
pg152_o2_nofp.cx8a12_bee0.66775.76423.5420.0280.005
pg153_o2_nofp.cx8a12_bee0.54277.43821.9860.0350.007
pg152_o2_nofp.cx8a15_bee0.97968.5420.06230.4170.010
pg153_o2_nofp.cx8a15_bee1.07698.9030.0210.003
pg152_o2_nofp.cx8a16_bee0.96570.6810.82627.5280.008
pg153_o2_nofp.cx8a16_bee0.81968.56928.9651.6460.006
pg152_o2_nofp.cx8a24_bee1.19469.38914.66714.7500.008
pg153_o2_nofp.cx8a24_bee0.50777.77821.6880.0280.005
pg152_o2_nofp.cx8a25_bee0.27868.4720.21530.8750.1600.020
pg153_o2_nofp.cx8a25_bee0.48668.7920.20130.3260.1940.019

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
100	8273	0	0.0	62.7	2.2	0.000	0.000	0.628	23.006	31874	13.2	3.853	128	6.1	29.7	3.7	0.004	7927	7799	20m.pg152_o2_nofp.cx8_bee
100	8309	0	0.0	59.9	2.2	0.000	0.000	0.601	22.563	32008	13.3	3.852	128	6.1	31.9	4.3	0.005	7925	7797	20m.pg153_o2_nofp.cx8_bee
100	8230	0	0.0	63.1	2.0	0.000	0.000	0.632	20.750	31708	13.2	3.853	128	6.1	26.8	4.3	0.006	7895	7766	20m.pg152_o2_nofp.cx8a1_bee
100	8305	0	0.0	58.8	2.2	0.000	0.000	0.589	22.278	32062	13.3	3.861	128	6.1	29.3	4.1	0.004	7973	7861	20m.pg153_o2_nofp.cx8a1_bee
100	8341	0	0.0	61.4	2.2	0.000	0.000	0.615	23.078	32133	13.3	3.853	128	6.1	28.5	3.7	0.005	7959	7829	20m.pg152_o2_nofp.cx8a10_bee
100	8304	0	0.0	61.9	2.3	0.000	0.000	0.620	23.133	31989	13.3	3.852	128	6.1	31.9	3.8	0.004	7893	7764	20m.pg153_o2_nofp.cx8a10_bee
100	8138	0	0.0	63.8	2.2	0.000	0.000	0.640	23.067	31364	13.2	3.854	130	6.1	29.5	3.7	0.003	7813	7685	20m.pg152_o2_nofp.cx8a12_bee
100	8248	0	0.0	60.5	2.4	0.000	0.000	0.607	24.894	31779	13.3	3.853	129	6.1	31.8	4.2	0.005	7910	7796	20m.pg153_o2_nofp.cx8a12_bee
100	8171	0	0.0	54.5	2.0	0.000	0.000	0.546	20.043	31475	13.2	3.852	129	6.1	16.1	3.6	0.006	7815	7692	20m.pg152_o2_nofp.cx8a15_bee
100	8260	0	0.0	54.6	1.9	0.000	0.000	0.547	19.947	31811	13.0	3.851	126	6.1	16.1	3.7	0.004	7941	7813	20m.pg153_o2_nofp.cx8a15_bee
100	8122	0	0.0	51.9	2.1	0.000	0.000	0.520	21.378	31286	13.2	3.852	130	5.1	42.3	3.0	0.004	7686	7559	20m.pg152_o2_nofp.cx8a16_bee
100	8239	0	0.0	52.6	2.1	0.000	0.000	0.527	21.141	31745	13.2	3.853	128	5.1	42.3	3.4	0.003	7861	7734	20m.pg153_o2_nofp.cx8a16_bee
100	8184	0	0.0	62.8	2.2	0.000	0.000	0.629	23.028	31532	13.3	3.853	130	6.1	29.1	4.2	0.006	7799	7700	20m.pg152_o2_nofp.cx8a24_bee
100	8418	0	0.0	59.5	2.4	0.000	0.000	0.597	25.062	32431	13.4	3.853	127	6.1	31.3	4.1	0.003	8007	7877	20m.pg153_o2_nofp.cx8a24_bee
100	8226	1	0.0	161.8	2.5	0.000	0.001	1.621	25.447	31709	13.1	3.854	127	6.2	26.2	2.6	0.010	7895	7733	20m.pg152_o2_nofp.cx8a25_bee
100	8119	1	0.0	157.3	2.4	0.000	0.001	1.576	25.013	31298	13.2	3.855	130	6.2	30.2	2.6	0.007	7781	7637	20m.pg153_o2_nofp.cx8a25_bee

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
pg152_o2_nofp.cx8_bee99.9420.058nonzerononzero0.004
pg153_o2_nofp.cx8_bee99.9470.053nonzerononzero0.004
pg152_o2_nofp.cx8a1_bee99.9510.049nonzero0.003
pg153_o2_nofp.cx8a1_bee99.9530.047nonzerononzero0.005
pg152_o2_nofp.cx8a10_bee99.9450.055nonzerononzero0.004
pg153_o2_nofp.cx8a10_bee99.9430.057nonzerononzero0.004
pg152_o2_nofp.cx8a12_bee99.9410.059nonzerononzero0.005
pg153_o2_nofp.cx8a12_bee99.9440.056nonzero0.003
pg152_o2_nofp.cx8a15_bee99.9460.054nonzero0.004
pg153_o2_nofp.cx8a15_bee99.9490.051nonzero0.003
pg152_o2_nofp.cx8a16_bee99.9570.043nonzerononzero0.004
pg153_o2_nofp.cx8a16_bee99.9520.048nonzerononzero0.005
pg152_o2_nofp.cx8a24_bee99.9470.053nonzerononzero0.005
pg153_o2_nofp.cx8a24_bee99.9470.053nonzero0.003
pg152_o2_nofp.cx8a25_bee99.9340.065nonzero0.0010.010
pg153_o2_nofp.cx8a25_bee99.9330.067nonzerononzero0.010

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
pg152_o2_nofp.cx8_bee99.9790.0210.008
pg153_o2_nofp.cx8_bee99.9850.0150.009
pg152_o2_nofp.cx8a1_bee92.2647.7360.007
pg153_o2_nofp.cx8a1_bee92.7127.2870.006
pg152_o2_nofp.cx8a10_bee99.9710.0290.008
pg153_o2_nofp.cx8a10_bee99.9890.0110.007
pg152_o2_nofp.cx8a12_bee99.9720.0280.008
pg153_o2_nofp.cx8a12_bee99.9870.0130.008
pg152_o2_nofp.cx8a15_bee99.9690.0310.011
pg153_o2_nofp.cx8a15_bee99.9810.0190.015
pg152_o2_nofp.cx8a16_bee99.9820.0170.0010.019
pg153_o2_nofp.cx8a16_bee99.9790.0190.0010.020
pg152_o2_nofp.cx8a24_bee99.9790.0210.008
pg153_o2_nofp.cx8a24_bee99.9900.0100.008
pg152_o2_nofp.cx8a25_bee99.5620.4380.012
pg153_o2_nofp.cx8a25_bee99.8690.1310.012

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
pg152_o2_nofp.cx8_bee4.77677.6810.1126.22811.2030.036
pg153_o2_nofp.cx8_bee4.26974.6102.9217.54010.6600.035
pg152_o2_nofp.cx8a1_bee3.67580.3080.1045.27210.6400.036
pg153_o2_nofp.cx8a1_bee2.67473.7895.7836.20611.5490.033
pg152_o2_nofp.cx8a10_bee4.44073.8640.2299.35312.1140.043
pg153_o2_nofp.cx8a10_bee4.32676.1682.0177.05110.4380.031
pg152_o2_nofp.cx8a12_bee3.51873.4320.27110.71112.0680.038
pg153_o2_nofp.cx8a12_bee3.58573.8750.88610.71010.9440.034
pg152_o2_nofp.cx8a15_bee4.69078.1670.0946.14210.9070.035
pg153_o2_nofp.cx8a15_bee4.35072.9575.3616.20311.1290.033
pg152_o2_nofp.cx8a16_bee4.55072.44410.51012.4940.0010.017
pg153_o2_nofp.cx8a16_bee5.10873.1971.60620.0870.0010.018
pg152_o2_nofp.cx8a24_bee4.48374.5500.11210.12210.7320.043
pg153_o2_nofp.cx8a24_bee3.81073.4421.4899.36111.8990.037
pg152_o2_nofp.cx8a25_bee3.07479.6720.1765.51111.5650.0010.087
pg153_o2_nofp.cx8a25_bee2.86579.7280.2338.1948.9780.0010.076

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
499	8220	0	0.0	51.3	3.0	0.000	0.000	0.103	6.076	31796	13.7	3.868	133	6.1	26.1	3.9	0.004	7847	7607	20m.pg152_o2_nofp.cx8_bee
499	8211	0	0.0	51.7	2.9	0.000	0.000	0.104	5.966	31762	13.8	3.868	134	6.1	26.1	3.6	0.004	7861	7607	20m.pg153_o2_nofp.cx8_bee
499	8124	0	0.0	49.0	2.6	0.000	0.000	0.098	5.410	31427	13.6	3.869	134	6.1	26.1	6.1	0.003	7815	7526	20m.pg152_o2_nofp.cx8a1_bee
499	8266	0	0.0	43.4	2.7	0.000	0.000	0.087	5.572	31977	13.7	3.868	133	6.1	26.1	4.1	0.005	7943	7703	20m.pg153_o2_nofp.cx8a1_bee
499	8188	0	0.0	51.4	3.0	0.000	0.000	0.103	6.133	31672	14.1	3.868	138	6.1	26.1	3.6	0.004	7798	7574	20m.pg152_o2_nofp.cx8a10_bee
499	8092	0	0.0	51.6	3.0	0.000	0.000	0.103	6.100	31308	13.8	3.869	136	6.1	26.1	3.9	0.004	7719	7447	20m.pg153_o2_nofp.cx8a10_bee
499	8042	0	0.0	49.0	3.0	0.000	0.000	0.098	6.237	31127	13.9	3.871	138	6.1	26.1	3.7	0.005	7703	7415	20m.pg152_o2_nofp.cx8a12_bee
499	8100	0	0.0	44.9	3.1	0.000	0.000	0.090	6.372	31355	13.8	3.871	136	6.1	26.1	1.6	0.003	7767	7495	20m.pg153_o2_nofp.cx8a12_bee
499	8130	0	0.0	48.8	2.9	0.000	0.000	0.098	6.030	31454	13.6	3.869	134	6.1	16.1	4.0	0.004	7782	7478	20m.pg152_o2_nofp.cx8a15_bee
499	8223	0	0.0	49.8	2.9	0.000	0.000	0.100	5.999	31806	13.6	3.868	132	6.1	16.1	3.6	0.003	7879	7654	20m.pg153_o2_nofp.cx8a15_bee
499	8155	0	0.0	32.8	2.9	0.000	0.000	0.066	5.864	31514	13.4	3.865	131	5.1	34.4	3.0	0.004	7750	7639	20m.pg152_o2_nofp.cx8a16_bee
499	8070	0	0.0	35.0	2.8	0.000	0.000	0.070	5.840	31184	13.4	3.864	133	5.1	34.5	5.1	0.005	7735	7622	20m.pg153_o2_nofp.cx8a16_bee
499	8078	0	0.0	46.7	3.1	0.000	0.000	0.094	6.268	31262	13.6	3.870	135	6.1	26.1	3.8	0.005	7751	7511	20m.pg152_o2_nofp.cx8a24_bee
499	8174	0	0.0	45.1	3.1	0.000	0.000	0.090	6.316	31631	13.7	3.870	134	6.1	26.1	4.0	0.003	7815	7607	20m.pg153_o2_nofp.cx8a24_bee
499	8174	7	0.0	794.6	7.9	0.001	0.006	1.591	16.184	31674	13.9	3.875	136	6.2	26.2	2.6	0.010	7837	7542	20m.pg152_o2_nofp.cx8a25_bee
499	7914	4	0.0	810.2	8.0	0.000	0.003	1.623	16.421	30675	13.9	3.876	141	6.2	26.2	2.6	0.010	7591	7335	20m.pg153_o2_nofp.cx8a25_bee

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
pg152_o2_nofp.cx8_bee99.9440.056nonzerononzero0.006
pg153_o2_nofp.cx8_bee99.9460.054nonzerononzero0.008
pg152_o2_nofp.cx8a1_bee99.9530.047nonzerononzero0.004
pg153_o2_nofp.cx8a1_bee99.9520.047nonzerononzero0.005
pg152_o2_nofp.cx8a10_bee99.9480.052nonzerononzerononzero0.017
pg153_o2_nofp.cx8a10_bee99.9460.054nonzerononzerononzero0.016
pg152_o2_nofp.cx8a12_bee99.9500.050nonzero0.004
pg153_o2_nofp.cx8a12_bee99.9500.050nonzerononzero0.004
pg152_o2_nofp.cx8a15_bee99.9460.054nonzerononzerononzero0.023
pg153_o2_nofp.cx8a15_bee99.9510.049nonzerononzero0.012
pg152_o2_nofp.cx8a16_bee99.9480.052nonzerononzerononzero0.019
pg153_o2_nofp.cx8a16_bee99.9500.050nonzerononzerononzero0.024
pg152_o2_nofp.cx8a24_bee99.9440.056nonzerononzero0.032
pg153_o2_nofp.cx8a24_bee99.9510.049nonzerononzero0.004
pg152_o2_nofp.cx8a25_bee99.9340.066nonzerononzero0.013
pg153_o2_nofp.cx8a25_bee99.9350.065nonzerononzero0.009

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
pg152_o2_nofp.cx8_bee99.9840.0160.012
pg153_o2_nofp.cx8_bee99.9790.0190.0010.028
pg152_o2_nofp.cx8a1_bee96.0413.9580.0010.021
pg153_o2_nofp.cx8a1_bee96.1463.8540.007
pg152_o2_nofp.cx8a10_bee99.9860.0130.0010.022
pg153_o2_nofp.cx8a10_bee99.9910.0080.0010.022
pg152_o2_nofp.cx8a12_bee99.9870.0130.008
pg153_o2_nofp.cx8a12_bee99.9780.0220.008
pg152_o2_nofp.cx8a15_bee99.9870.0110.0010.020
pg153_o2_nofp.cx8a15_bee99.9810.0170.0010.020
pg152_o2_nofp.cx8a16_bee99.9900.0080.0020.023
pg153_o2_nofp.cx8a16_bee99.9900.0080.0010.025
pg152_o2_nofp.cx8a24_bee99.9900.0100.0010.019
pg153_o2_nofp.cx8a24_bee99.9830.0160.0010.018
pg152_o2_nofp.cx8a25_bee99.8870.1120.012
pg153_o2_nofp.cx8a25_bee99.8840.1160.012

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
pg152_o2_nofp.cx8_bee2.43376.6475.2085.53410.1780.040
pg153_o2_nofp.cx8_bee2.42677.5900.09011.0988.7970.040
pg152_o2_nofp.cx8a1_bee1.52776.6606.0055.24710.5620.040
pg153_o2_nofp.cx8a1_bee1.47279.0100.40610.9908.1220.037
pg152_o2_nofp.cx8a10_bee2.21776.6540.0886.66614.3760.042
pg153_o2_nofp.cx8a10_bee2.21076.4044.9266.6779.7830.034
pg152_o2_nofp.cx8a12_bee2.15077.7690.0907.60312.3880.048
pg153_o2_nofp.cx8a12_bee2.08278.8890.09410.6628.2730.040
pg152_o2_nofp.cx8a15_bee2.30576.6375.1585.45310.4470.040
pg153_o2_nofp.cx8a15_bee2.35577.9090.94910.1028.6850.038
pg152_o2_nofp.cx8a16_bee2.72378.3190.78318.1740.0010.021
pg153_o2_nofp.cx8a16_bee2.89777.8170.10919.1750.0010.023
pg152_o2_nofp.cx8a24_bee2.02279.2560.5114.96413.2480.051
pg153_o2_nofp.cx8a24_bee2.08378.0810.11011.5268.2000.038
pg152_o2_nofp.cx8a25_bee1.67975.8754.7786.65111.0160.0010.093
pg153_o2_nofp.cx8a25_bee1.70377.4505.4195.6609.7660.0010.088

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
999	8114	0	0.0	44.7	3.6	0.000	0.000	0.045	3.742	31604	14.9	3.895	147	6.1	26.1	6.0	0.006	7754	7543	20m.pg152_o2_nofp.cx8_bee
999	8034	0	0.0	44.1	3.7	0.000	0.000	0.044	3.743	31287	14.9	3.894	148	6.1	26.1	6.0	0.008	7703	7495	20m.pg153_o2_nofp.cx8_bee
999	8074	0	0.0	43.2	3.2	0.000	0.000	0.043	3.283	31444	14.9	3.895	148	6.1	26.1	6.0	0.004	7719	7479	20m.pg152_o2_nofp.cx8a1_bee
999	8072	0	0.0	40.2	3.2	0.000	0.000	0.040	3.308	31436	14.8	3.895	147	6.1	26.1	6.0	0.005	7783	7559	20m.pg153_o2_nofp.cx8a1_bee
999	8050	0	0.0	44.6	3.6	0.000	0.000	0.045	3.732	31345	15.1	3.894	150	6.1	26.1	1.9	0.017	7719	7511	20m.pg152_o2_nofp.cx8a10_bee
999	7991	0	0.0	44.9	3.6	0.000	0.000	0.045	3.741	31139	14.8	3.897	148	6.1	26.1	5.3	0.016	7644	7431	20m.pg153_o2_nofp.cx8a10_bee
999	7964	0	0.0	44.1	3.6	0.000	0.000	0.044	3.717	31023	15.0	3.895	151	6.1	26.1	6.0	0.004	7637	7383	20m.pg152_o2_nofp.cx8a12_bee
999	7981	0	0.0	43.1	3.6	0.000	0.000	0.043	3.742	31096	14.9	3.896	149	6.1	26.1	6.0	0.004	7655	7415	20m.pg153_o2_nofp.cx8a12_bee
999	7971	0	0.0	43.8	3.6	0.000	0.000	0.044	3.699	31045	14.9	3.895	150	6.1	16.1	6.1	0.023	7623	7382	20m.pg152_o2_nofp.cx8a15_bee
999	8158	0	0.0	43.6	3.7	0.000	0.000	0.044	3.749	31756	14.8	3.893	145	6.1	16.1	6.0	0.012	7783	7543	20m.pg153_o2_nofp.cx8a15_bee
999	8001	0	0.0	27.6	3.3	0.000	0.000	0.028	3.366	31146	14.4	3.893	144	5.1	25.1	5.0	0.019	7655	7543	20m.pg152_o2_nofp.cx8a16_bee
999	8068	0	0.0	28.5	3.3	0.000	0.000	0.029	3.355	31402	14.3	3.892	142	5.1	25.1	1.7	0.024	7739	7623	20m.pg153_o2_nofp.cx8a16_bee
999	7939	0	0.0	42.2	3.6	0.000	0.000	0.042	3.717	30964	15.1	3.900	152	6.0	26.1	6.0	0.032	7591	7367	20m.pg152_o2_nofp.cx8a24_bee
999	8040	0	0.0	42.5	3.6	0.000	0.000	0.043	3.727	31323	14.8	3.896	147	6.1	26.1	6.0	0.004	7703	7494	20m.pg153_o2_nofp.cx8a24_bee
999	8000	23	0.2	1199.3	11.5	0.003	0.021	1.201	11.816	31225	15.5	3.903	155	6.2	26.2	2.6	0.013	7672	7384	20m.pg152_o2_nofp.cx8a25_bee
999	8024	17	0.1	1183.1	11.4	0.002	0.014	1.185	11.698	31320	15.2	3.903	152	6.2	26.2	2.6	0.009	7655	7336	20m.pg153_o2_nofp.cx8a25_bee

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
71942	0	0	0.0	83.6	30.5	0.000	0.000	0.001	0.433	8923	23.3	0.124	26	1.9	5.2	1.9	0.003	72417	70819	20m.pg152_o2_nofp.cx8_bee
72202	0	0	0.0	83.6	30.4	0.000	0.000	0.001	0.431	8892	23.3	0.123	26	1.9	5.2	1.5	0.004	72313	71020	20m.pg153_o2_nofp.cx8_bee
72202	0	0	0.0	84.3	30.6	0.000	0.000	0.001	0.434	8953	23.1	0.124	26	1.9	5.2	0.2	0.003	72557	71385	20m.pg152_o2_nofp.cx8a1_bee
72464	0	0	0.0	84.8	30.7	0.000	0.000	0.001	0.434	9006	23.2	0.124	26	1.9	5.2	1.9	0.003	72917	70921	20m.pg153_o2_nofp.cx8a1_bee
71942	0	0	0.0	83.2	30.5	0.000	0.000	0.001	0.433	8941	23.2	0.124	26	1.9	5.2	1.9	0.003	72418	70619	20m.pg152_o2_nofp.cx8a10_bee
71942	0	0	0.0	83.6	30.3	0.000	0.000	0.001	0.432	8886	23.2	0.124	26	1.9	5.2	0.2	0.003	72218	69921	20m.pg153_o2_nofp.cx8a10_bee
72202	0	0	0.0	84.1	30.5	0.000	0.000	0.001	0.432	8906	23.2	0.123	26	1.9	5.2	0.3	0.003	72417	70520	20m.pg152_o2_nofp.cx8a12_bee
72202	0	0	0.0	84.3	30.5	0.000	0.000	0.001	0.432	8938	22.9	0.124	25	1.9	5.2	2.0	0.003	72518	71122	20m.pg153_o2_nofp.cx8a12_bee
72727	0	0	0.0	85.3	30.8	0.000	0.000	0.001	0.434	8987	23.5	0.124	26	1.9	5.2	1.9	0.003	73316	71719	20m.pg152_o2_nofp.cx8a15_bee
72464	0	0	0.0	84.2	30.5	0.000	0.000	0.001	0.431	8935	23.3	0.123	26	1.9	5.2	0.2	0.003	72617	71416	20m.pg153_o2_nofp.cx8a15_bee
72727	0	0	0.0	84.5	30.6	0.000	0.000	0.001	0.431	8952	23.2	0.123	26	1.9	5.2	0.2	0.003	72720	71621	20m.pg152_o2_nofp.cx8a16_bee
71174	0	0	0.0	82.9	30.0	0.000	0.000	0.001	0.431	8807	23.4	0.124	26	1.9	5.2	1.5	0.003	71221	69523	20m.pg153_o2_nofp.cx8a16_bee
72993	0	0	0.0	85.5	30.8	0.000	0.000	0.001	0.432	9007	23.4	0.123	26	1.9	5.2	0.2	0.003	73117	71920	20m.pg152_o2_nofp.cx8a24_bee
71684	0	0	0.0	84.3	30.3	0.000	0.000	0.001	0.433	8854	23.2	0.124	26	1.9	5.2	1.5	0.003	72118	70020	20m.pg153_o2_nofp.cx8a24_bee
72993	0	0	0.0	84.9	30.8	0.000	0.000	0.001	0.432	9042	23.4	0.124	26	1.9	5.2	0.2	0.004	73116	71221	20m.pg152_o2_nofp.cx8a25_bee
72464	0	0	0.0	83.6	30.5	0.000	0.000	0.001	0.431	8917	23.2	0.123	26	1.9	5.2	0.2	0.003	72517	71317	20m.pg153_o2_nofp.cx8a25_bee

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
233721	0	0	0.0	133.7	62.9	0.000	0.000	0.001	0.275	692	12.3	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8_bee
239286	0	0	0.0	98.6	46.2	0.000	0.000	0.000	0.198	740	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8_bee
236470	0	0	0.0	114.2	54.4	0.000	0.000	0.000	0.235	635	12.7	0.003	4	3.7	8.0	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a1_bee
236470	0	0	0.0	74.0	34.6	0.000	0.000	0.000	0.150	668	12.8	0.003	4	3.7	8.0	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a1_bee
236470	0	0	0.0	98.4	45.8	0.000	0.000	0.000	0.198	718	12.8	0.003	4	3.7	8.6	0.2	0.003	NA	NA	20m.pg152_o2_nofp.cx8a10_bee
239286	0	0	0.0	100.2	46.7	0.000	0.000	0.000	0.200	705	12.6	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a10_bee
245122	0	0	0.0	104.6	48.6	0.000	0.000	0.000	0.203	708	12.9	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a12_bee
242169	0	0	0.0	105.8	49.2	0.000	0.000	0.000	0.208	698	12.7	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a12_bee
239286	0	0	0.0	97.2	45.5	0.000	0.000	0.000	0.195	782	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a15_bee
239286	0	0	0.0	99.2	46.1	0.000	0.000	0.000	0.197	790	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a15_bee
239286	0	0	0.0	97.0	45.5	0.000	0.000	0.000	0.195	775	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a16_bee
239286	0	0	0.0	94.5	44.2	0.000	0.000	0.000	0.189	754	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a16_bee
239286	0	0	0.0	92.7	43.4	0.000	0.000	0.000	0.186	698	12.4	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a24_bee
239286	0	0	0.0	99.0	46.5	0.000	0.000	0.000	0.199	791	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a24_bee
239286	0	0	0.0	96.4	45.1	0.000	0.000	0.000	0.193	805	12.5	0.003	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg152_o2_nofp.cx8a25_bee
239286	0	0	0.0	100.2	46.9	0.000	0.000	0.000	0.201	855	12.6	0.004	4	3.7	8.6	2.1	0.003	NA	NA	20m.pg153_o2_nofp.cx8a25_bee

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
11168	0	0	0.0	51.8	11.8	0.000	0.000	0.005	1.081	5425	17.3	0.486	124	6.1	32.7	6.1	0.030	2647	1198	20m.pg152_o2_nofp.cx8_bee
12531	0	0	0.0	51.9	12.8	0.000	0.000	0.004	1.046	6076	18.0	0.485	115	6.1	34.6	6.1	0.024	3299	1498	20m.pg153_o2_nofp.cx8_bee
11064	0	0	0.0	46.8	10.7	0.000	0.000	0.004	0.987	5385	17.3	0.487	125	6.1	28.6	6.1	0.025	2647	1199	20m.pg152_o2_nofp.cx8a1_bee
12706	0	0	0.0	49.6	11.8	0.000	0.000	0.004	0.951	6160	18.2	0.485	115	6.1	31.5	6.1	0.031	3346	1448	20m.pg153_o2_nofp.cx8a1_bee
11112	0	0	0.0	49.7	11.6	0.000	0.000	0.004	1.073	5408	17.3	0.487	125	6.1	31.2	6.1	0.033	2647	1199	20m.pg152_o2_nofp.cx8a10_bee
12423	0	0	0.0	52.5	12.7	0.000	0.000	0.004	1.046	6033	18.0	0.486	116	6.1	34.6	6.1	0.024	3246	1498	20m.pg153_o2_nofp.cx8a10_bee
10979	0	0	0.0	49.7	11.6	0.000	0.000	0.005	1.086	5343	17.2	0.487	125	6.1	32.4	6.1	0.024	2647	1199	20m.pg152_o2_nofp.cx8a12_bee
12723	0	0	0.0	53.5	12.8	0.000	0.000	0.004	1.029	6167	18.1	0.485	114	6.1	34.7	6.2	0.025	3396	1498	20m.pg153_o2_nofp.cx8a12_bee
10900	0	0	0.0	116.5	18.6	0.000	0.000	0.011	1.748	5320	17.3	0.488	127	6.1	16.1	6.1	0.031	2597	1149	20m.pg152_o2_nofp.cx8a15_bee
12524	0	0	0.0	131.5	21.5	0.000	0.000	0.010	1.759	6083	18.2	0.486	116	6.1	16.1	6.1	0.031	3296	1498	20m.pg153_o2_nofp.cx8a15_bee
22763	0	0	0.0	70.0	19.6	0.000	0.000	0.003	0.880	10959	23.3	0.481	82	5.1	45.1	4.7	0.054	29118	8441	20m.pg152_o2_nofp.cx8a16_bee
24163	0	0	0.0	74.3	20.8	0.000	0.000	0.003	0.879	11605	24.0	0.480	79	5.1	45.1	5.1	0.044	29167	7397	20m.pg153_o2_nofp.cx8a16_bee
10916	0	0	0.0	49.1	11.5	0.000	0.000	0.004	1.083	5310	17.2	0.486	126	6.1	31.7	6.1	0.039	2647	1199	20m.pg152_o2_nofp.cx8a24_bee
12686	0	0	0.0	52.3	12.7	0.000	0.000	0.004	1.027	6148	18.2	0.485	115	6.1	34.0	6.1	0.029	3396	1448	20m.pg153_o2_nofp.cx8a24_bee
9496	0	43	0.3	5445.7	53.9	0.005	0.034	0.573	5.813	4942	18.3	0.520	154	6.2	29.4	2.6	0.029	1848	1149	20m.pg152_o2_nofp.cx8a25_bee
11421	0	48	0.3	6346.3	63.2	0.004	0.031	0.556	5.664	5878	19.3	0.515	135	6.2	33.7	2.6	0.040	2747	1350	20m.pg153_o2_nofp.cx8a25_bee

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
100	8273	0	0.0	62.7	2.2	0.000	0.000	0.628	23.006	31874	13.2	3.853	128	6.1	29.7	3.7	0.004	7927	7799	20m.pg152_o2_nofp.cx8_bee
100	8309	0	0.0	59.9	2.2	0.000	0.000	0.601	22.563	32008	13.3	3.852	128	6.1	31.9	4.3	0.005	7925	7797	20m.pg153_o2_nofp.cx8_bee
100	8230	0	0.0	63.1	2.0	0.000	0.000	0.632	20.750	31708	13.2	3.853	128	6.1	26.8	4.3	0.006	7895	7766	20m.pg152_o2_nofp.cx8a1_bee
100	8305	0	0.0	58.8	2.2	0.000	0.000	0.589	22.278	32062	13.3	3.861	128	6.1	29.3	4.1	0.004	7973	7861	20m.pg153_o2_nofp.cx8a1_bee
100	8341	0	0.0	61.4	2.2	0.000	0.000	0.615	23.078	32133	13.3	3.853	128	6.1	28.5	3.7	0.005	7959	7829	20m.pg152_o2_nofp.cx8a10_bee
100	8304	0	0.0	61.9	2.3	0.000	0.000	0.620	23.133	31989	13.3	3.852	128	6.1	31.9	3.8	0.004	7893	7764	20m.pg153_o2_nofp.cx8a10_bee
100	8138	0	0.0	63.8	2.2	0.000	0.000	0.640	23.067	31364	13.2	3.854	130	6.1	29.5	3.7	0.003	7813	7685	20m.pg152_o2_nofp.cx8a12_bee
100	8248	0	0.0	60.5	2.4	0.000	0.000	0.607	24.894	31779	13.3	3.853	129	6.1	31.8	4.2	0.005	7910	7796	20m.pg153_o2_nofp.cx8a12_bee
100	8171	0	0.0	54.5	2.0	0.000	0.000	0.546	20.043	31475	13.2	3.852	129	6.1	16.1	3.6	0.006	7815	7692	20m.pg152_o2_nofp.cx8a15_bee
100	8260	0	0.0	54.6	1.9	0.000	0.000	0.547	19.947	31811	13.0	3.851	126	6.1	16.1	3.7	0.004	7941	7813	20m.pg153_o2_nofp.cx8a15_bee
100	8122	0	0.0	51.9	2.1	0.000	0.000	0.520	21.378	31286	13.2	3.852	130	5.1	42.3	3.0	0.004	7686	7559	20m.pg152_o2_nofp.cx8a16_bee
100	8239	0	0.0	52.6	2.1	0.000	0.000	0.527	21.141	31745	13.2	3.853	128	5.1	42.3	3.4	0.003	7861	7734	20m.pg153_o2_nofp.cx8a16_bee
100	8184	0	0.0	62.8	2.2	0.000	0.000	0.629	23.028	31532	13.3	3.853	130	6.1	29.1	4.2	0.006	7799	7700	20m.pg152_o2_nofp.cx8a24_bee
100	8418	0	0.0	59.5	2.4	0.000	0.000	0.597	25.062	32431	13.4	3.853	127	6.1	31.3	4.1	0.003	8007	7877	20m.pg153_o2_nofp.cx8a24_bee
100	8226	1	0.0	161.8	2.5	0.000	0.001	1.621	25.447	31709	13.1	3.854	127	6.2	26.2	2.6	0.010	7895	7733	20m.pg152_o2_nofp.cx8a25_bee
100	8119	1	0.0	157.3	2.4	0.000	0.001	1.576	25.013	31298	13.2	3.855	130	6.2	30.2	2.6	0.007	7781	7637	20m.pg153_o2_nofp.cx8a25_bee

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
499	8220	0	0.0	51.3	3.0	0.000	0.000	0.103	6.076	31796	13.7	3.868	133	6.1	26.1	3.9	0.004	7847	7607	20m.pg152_o2_nofp.cx8_bee
499	8211	0	0.0	51.7	2.9	0.000	0.000	0.104	5.966	31762	13.8	3.868	134	6.1	26.1	3.6	0.004	7861	7607	20m.pg153_o2_nofp.cx8_bee
499	8124	0	0.0	49.0	2.6	0.000	0.000	0.098	5.410	31427	13.6	3.869	134	6.1	26.1	6.1	0.003	7815	7526	20m.pg152_o2_nofp.cx8a1_bee
499	8266	0	0.0	43.4	2.7	0.000	0.000	0.087	5.572	31977	13.7	3.868	133	6.1	26.1	4.1	0.005	7943	7703	20m.pg153_o2_nofp.cx8a1_bee
499	8188	0	0.0	51.4	3.0	0.000	0.000	0.103	6.133	31672	14.1	3.868	138	6.1	26.1	3.6	0.004	7798	7574	20m.pg152_o2_nofp.cx8a10_bee
499	8092	0	0.0	51.6	3.0	0.000	0.000	0.103	6.100	31308	13.8	3.869	136	6.1	26.1	3.9	0.004	7719	7447	20m.pg153_o2_nofp.cx8a10_bee
499	8042	0	0.0	49.0	3.0	0.000	0.000	0.098	6.237	31127	13.9	3.871	138	6.1	26.1	3.7	0.005	7703	7415	20m.pg152_o2_nofp.cx8a12_bee
499	8100	0	0.0	44.9	3.1	0.000	0.000	0.090	6.372	31355	13.8	3.871	136	6.1	26.1	1.6	0.003	7767	7495	20m.pg153_o2_nofp.cx8a12_bee
499	8130	0	0.0	48.8	2.9	0.000	0.000	0.098	6.030	31454	13.6	3.869	134	6.1	16.1	4.0	0.004	7782	7478	20m.pg152_o2_nofp.cx8a15_bee
499	8223	0	0.0	49.8	2.9	0.000	0.000	0.100	5.999	31806	13.6	3.868	132	6.1	16.1	3.6	0.003	7879	7654	20m.pg153_o2_nofp.cx8a15_bee
499	8155	0	0.0	32.8	2.9	0.000	0.000	0.066	5.864	31514	13.4	3.865	131	5.1	34.4	3.0	0.004	7750	7639	20m.pg152_o2_nofp.cx8a16_bee
499	8070	0	0.0	35.0	2.8	0.000	0.000	0.070	5.840	31184	13.4	3.864	133	5.1	34.5	5.1	0.005	7735	7622	20m.pg153_o2_nofp.cx8a16_bee
499	8078	0	0.0	46.7	3.1	0.000	0.000	0.094	6.268	31262	13.6	3.870	135	6.1	26.1	3.8	0.005	7751	7511	20m.pg152_o2_nofp.cx8a24_bee
499	8174	0	0.0	45.1	3.1	0.000	0.000	0.090	6.316	31631	13.7	3.870	134	6.1	26.1	4.0	0.003	7815	7607	20m.pg153_o2_nofp.cx8a24_bee
499	8174	7	0.0	794.6	7.9	0.001	0.006	1.591	16.184	31674	13.9	3.875	136	6.2	26.2	2.6	0.010	7837	7542	20m.pg152_o2_nofp.cx8a25_bee
499	7914	4	0.0	810.2	8.0	0.000	0.003	1.623	16.421	30675	13.9	3.876	141	6.2	26.2	2.6	0.010	7591	7335	20m.pg153_o2_nofp.cx8a25_bee

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
999	8114	0	0.0	44.7	3.6	0.000	0.000	0.045	3.742	31604	14.9	3.895	147	6.1	26.1	6.0	0.006	7754	7543	20m.pg152_o2_nofp.cx8_bee
999	8034	0	0.0	44.1	3.7	0.000	0.000	0.044	3.743	31287	14.9	3.894	148	6.1	26.1	6.0	0.008	7703	7495	20m.pg153_o2_nofp.cx8_bee
999	8074	0	0.0	43.2	3.2	0.000	0.000	0.043	3.283	31444	14.9	3.895	148	6.1	26.1	6.0	0.004	7719	7479	20m.pg152_o2_nofp.cx8a1_bee
999	8072	0	0.0	40.2	3.2	0.000	0.000	0.040	3.308	31436	14.8	3.895	147	6.1	26.1	6.0	0.005	7783	7559	20m.pg153_o2_nofp.cx8a1_bee
999	8050	0	0.0	44.6	3.6	0.000	0.000	0.045	3.732	31345	15.1	3.894	150	6.1	26.1	1.9	0.017	7719	7511	20m.pg152_o2_nofp.cx8a10_bee
999	7991	0	0.0	44.9	3.6	0.000	0.000	0.045	3.741	31139	14.8	3.897	148	6.1	26.1	5.3	0.016	7644	7431	20m.pg153_o2_nofp.cx8a10_bee
999	7964	0	0.0	44.1	3.6	0.000	0.000	0.044	3.717	31023	15.0	3.895	151	6.1	26.1	6.0	0.004	7637	7383	20m.pg152_o2_nofp.cx8a12_bee
999	7981	0	0.0	43.1	3.6	0.000	0.000	0.043	3.742	31096	14.9	3.896	149	6.1	26.1	6.0	0.004	7655	7415	20m.pg153_o2_nofp.cx8a12_bee
999	7971	0	0.0	43.8	3.6	0.000	0.000	0.044	3.699	31045	14.9	3.895	150	6.1	16.1	6.1	0.023	7623	7382	20m.pg152_o2_nofp.cx8a15_bee
999	8158	0	0.0	43.6	3.7	0.000	0.000	0.044	3.749	31756	14.8	3.893	145	6.1	16.1	6.0	0.012	7783	7543	20m.pg153_o2_nofp.cx8a15_bee
999	8001	0	0.0	27.6	3.3	0.000	0.000	0.028	3.366	31146	14.4	3.893	144	5.1	25.1	5.0	0.019	7655	7543	20m.pg152_o2_nofp.cx8a16_bee
999	8068	0	0.0	28.5	3.3	0.000	0.000	0.029	3.355	31402	14.3	3.892	142	5.1	25.1	1.7	0.024	7739	7623	20m.pg153_o2_nofp.cx8a16_bee
999	7939	0	0.0	42.2	3.6	0.000	0.000	0.042	3.717	30964	15.1	3.900	152	6.0	26.1	6.0	0.032	7591	7367	20m.pg152_o2_nofp.cx8a24_bee
999	8040	0	0.0	42.5	3.6	0.000	0.000	0.043	3.727	31323	14.8	3.896	147	6.1	26.1	6.0	0.004	7703	7494	20m.pg153_o2_nofp.cx8a24_bee
999	8000	23	0.2	1199.3	11.5	0.003	0.021	1.201	11.816	31225	15.5	3.903	155	6.2	26.2	2.6	0.013	7672	7384	20m.pg152_o2_nofp.cx8a25_bee
999	8024	17	0.1	1183.1	11.4	0.002	0.014	1.185	11.698	31320	15.2	3.903	152	6.2	26.2	2.6	0.009	7655	7336	20m.pg153_o2_nofp.cx8a25_bee

l.i0

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a1_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a1_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a10_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a10_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a12_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a12_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a15_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a15_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a16_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a16_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a24_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a24_bee
0.000	0.000	99.999	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a25_bee
0.000	0.000	100.000	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a25_bee

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	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.030	pg152_o2_nofp.cx8_bee
0.000	0.000	100.000	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	pg153_o2_nofp.cx8_bee
0.000	0.000	99.805	0.195	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	pg152_o2_nofp.cx8a1_bee
0.000	0.000	99.804	0.196	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	pg153_o2_nofp.cx8a1_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.033	pg152_o2_nofp.cx8a10_bee
0.000	0.000	99.998	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	pg153_o2_nofp.cx8a10_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	pg152_o2_nofp.cx8a12_bee
0.000	0.000	99.999	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.025	pg153_o2_nofp.cx8a12_bee
0.000	0.000	99.995	0.005	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	pg152_o2_nofp.cx8a15_bee
0.000	0.000	99.996	0.003	nonzero	0.000	0.000	0.000	0.000	0.000	0.031	pg153_o2_nofp.cx8a15_bee
0.000	0.000	99.997	0.002	0.001	0.000	0.000	0.000	0.000	0.000	0.054	pg152_o2_nofp.cx8a16_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.044	pg153_o2_nofp.cx8a16_bee
0.000	0.000	99.999	0.001	nonzero	0.000	0.000	0.000	0.000	0.000	0.039	pg152_o2_nofp.cx8a24_bee
0.000	0.000	99.998	0.002	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	pg153_o2_nofp.cx8a24_bee
0.000	0.000	99.995	0.005	nonzero	0.000	0.000	0.000	0.000	0.000	0.029	pg152_o2_nofp.cx8a25_bee
0.000	0.000	99.995	0.004	0.001	0.000	0.000	0.000	0.000	0.000	0.040	pg153_o2_nofp.cx8a25_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.085	84.414	0.870	4.873	9.757	0.000	0.000	0.000	0.000	0.000	0.051	pg152_o2_nofp.cx8_bee
0.076	84.584	0.806	6.882	7.652	0.000	0.000	0.000	0.000	0.000	0.044	pg153_o2_nofp.cx8_bee
0.069	84.486	0.806	4.908	9.732	0.000	0.000	0.000	0.000	0.000	0.050	pg152_o2_nofp.cx8a1_bee
0.073	84.796	0.898	6.783	7.449	0.000	0.000	0.000	0.000	0.000	0.042	pg153_o2_nofp.cx8a1_bee
0.078	84.455	1.066	4.819	9.582	0.000	0.000	0.000	0.000	0.000	0.050	pg152_o2_nofp.cx8a10_bee
0.088	84.858	0.459	6.760	7.835	0.000	0.000	0.000	0.000	0.000	0.043	pg153_o2_nofp.cx8a10_bee
0.083	84.287	0.848	4.840	9.942	0.000	0.000	0.000	0.000	0.000	0.051	pg152_o2_nofp.cx8a12_bee
0.085	85.182	0.522	6.852	7.360	0.000	0.000	0.000	0.000	0.000	0.040	pg153_o2_nofp.cx8a12_bee
0.082	84.534	0.751	4.707	9.925	0.000	0.000	0.000	0.000	0.000	0.055	pg152_o2_nofp.cx8a15_bee
0.079	84.811	0.767	6.546	7.797	0.000	0.000	0.000	0.000	0.000	0.045	pg153_o2_nofp.cx8a15_bee
0.102	83.434	3.377	13.087	nonzero	0.000	0.000	0.000	0.000	0.000	0.022	pg152_o2_nofp.cx8a16_bee
0.105	84.405	9.044	6.446	nonzero	0.000	0.000	0.000	0.000	0.000	0.043	pg153_o2_nofp.cx8a16_bee
0.082	84.222	0.803	4.847	10.045	0.000	0.000	0.000	0.000	0.000	0.050	pg152_o2_nofp.cx8a24_bee
0.076	84.824	0.725	7.174	7.201	0.000	0.000	0.000	0.000	0.000	0.054	pg153_o2_nofp.cx8a24_bee
0.059	86.328	0.531	1.410	11.670	0.002	0.000	0.000	0.000	0.000	0.139	pg152_o2_nofp.cx8a25_bee
0.060	87.602	0.819	1.982	9.536	0.002	0.000	0.000	0.000	0.000	0.140	pg153_o2_nofp.cx8a25_bee

q100.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.942	0.058	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8_bee
99.943	0.057	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg153_o2_nofp.cx8_bee
99.946	0.054	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a1_bee
99.954	0.046	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8a1_bee
99.942	0.058	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg152_o2_nofp.cx8a10_bee
99.943	0.057	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8a10_bee
99.936	0.064	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a12_bee
99.948	0.051	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg153_o2_nofp.cx8a12_bee
99.935	0.064	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a15_bee
99.944	0.056	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8a15_bee
99.942	0.058	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a16_bee
99.932	0.068	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a16_bee
99.939	0.061	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a24_bee
99.955	0.045	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a24_bee
99.939	0.060	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg152_o2_nofp.cx8a25_bee
99.934	0.066	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg153_o2_nofp.cx8a25_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.965	0.035	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg152_o2_nofp.cx8_bee
0.000	0.000	99.972	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg153_o2_nofp.cx8_bee
0.000	0.000	70.618	29.382	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a1_bee
0.000	0.000	68.292	31.708	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg153_o2_nofp.cx8a1_bee
0.000	0.000	99.944	0.056	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a10_bee
0.000	0.000	99.972	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a10_bee
0.000	0.000	99.938	0.062	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg152_o2_nofp.cx8a12_bee
0.000	0.000	99.944	0.056	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a12_bee
0.000	0.000	99.951	0.049	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a15_bee
0.000	0.000	99.972	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a15_bee
0.000	0.000	99.944	0.056	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg152_o2_nofp.cx8a16_bee
0.000	0.000	99.958	0.042	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a16_bee
0.000	0.000	99.965	0.035	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8a24_bee
0.000	0.000	99.931	0.069	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a24_bee
0.000	0.000	99.972	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg152_o2_nofp.cx8a25_bee
0.000	0.000	99.938	0.062	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg153_o2_nofp.cx8a25_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.903	71.153	0.021	27.924	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg152_o2_nofp.cx8_bee
0.757	81.306	17.931	0.007	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8_bee
0.528	70.222	0.021	29.229	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg152_o2_nofp.cx8a1_bee
0.431	98.667	0.903	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.002	pg153_o2_nofp.cx8a1_bee
1.146	73.250	25.576	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg152_o2_nofp.cx8a10_bee
0.812	87.097	0.028	12.062	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg153_o2_nofp.cx8a10_bee
0.667	75.764	23.542	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg152_o2_nofp.cx8a12_bee
0.542	77.438	21.986	0.035	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg153_o2_nofp.cx8a12_bee
0.979	68.542	0.062	30.417	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg152_o2_nofp.cx8a15_bee
1.076	98.903	0.021	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a15_bee
0.965	70.681	0.826	27.528	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8a16_bee
0.819	68.569	28.965	1.646	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a16_bee
1.194	69.389	14.667	14.750	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8a24_bee
0.507	77.778	21.688	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg153_o2_nofp.cx8a24_bee
0.278	68.472	0.215	30.875	0.160	0.000	0.000	0.000	0.000	0.000	0.020	pg152_o2_nofp.cx8a25_bee
0.486	68.792	0.201	30.326	0.194	0.000	0.000	0.000	0.000	0.000	0.019	pg153_o2_nofp.cx8a25_bee

q500.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.942	0.058	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8_bee
99.947	0.053	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8_bee
99.951	0.049	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg152_o2_nofp.cx8a1_bee
99.953	0.047	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg153_o2_nofp.cx8a1_bee
99.945	0.055	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a10_bee
99.943	0.057	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8a10_bee
99.941	0.059	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg152_o2_nofp.cx8a12_bee
99.944	0.056	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a12_bee
99.946	0.054	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a15_bee
99.949	0.051	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a15_bee
99.957	0.043	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a16_bee
99.952	0.048	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg153_o2_nofp.cx8a16_bee
99.947	0.053	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg152_o2_nofp.cx8a24_bee
99.947	0.053	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.003	pg153_o2_nofp.cx8a24_bee
99.934	0.065	nonzero	0.001	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg152_o2_nofp.cx8a25_bee
99.933	0.067	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.010	pg153_o2_nofp.cx8a25_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.979	0.021	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8_bee
0.000	0.000	99.985	0.015	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg153_o2_nofp.cx8_bee
0.000	0.000	92.264	7.736	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg152_o2_nofp.cx8a1_bee
0.000	0.000	92.712	7.287	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg153_o2_nofp.cx8a1_bee
0.000	0.000	99.971	0.029	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8a10_bee
0.000	0.000	99.989	0.011	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg153_o2_nofp.cx8a10_bee
0.000	0.000	99.972	0.028	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8a12_bee
0.000	0.000	99.987	0.013	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg153_o2_nofp.cx8a12_bee
0.000	0.000	99.969	0.031	0.000	0.000	0.000	0.000	0.000	0.000	0.011	pg152_o2_nofp.cx8a15_bee
0.000	0.000	99.981	0.019	0.000	0.000	0.000	0.000	0.000	0.000	0.015	pg153_o2_nofp.cx8a15_bee
0.000	0.000	99.982	0.017	0.001	0.000	0.000	0.000	0.000	0.000	0.019	pg152_o2_nofp.cx8a16_bee
0.000	0.000	99.979	0.019	0.001	0.000	0.000	0.000	0.000	0.000	0.020	pg153_o2_nofp.cx8a16_bee
0.000	0.000	99.979	0.021	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8a24_bee
0.000	0.000	99.990	0.010	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg153_o2_nofp.cx8a24_bee
0.000	0.000	99.562	0.438	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg152_o2_nofp.cx8a25_bee
0.000	0.000	99.869	0.131	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg153_o2_nofp.cx8a25_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
4.776	77.681	0.112	6.228	11.203	0.000	0.000	0.000	0.000	0.000	0.036	pg152_o2_nofp.cx8_bee
4.269	74.610	2.921	7.540	10.660	0.000	0.000	0.000	0.000	0.000	0.035	pg153_o2_nofp.cx8_bee
3.675	80.308	0.104	5.272	10.640	0.000	0.000	0.000	0.000	0.000	0.036	pg152_o2_nofp.cx8a1_bee
2.674	73.789	5.783	6.206	11.549	0.000	0.000	0.000	0.000	0.000	0.033	pg153_o2_nofp.cx8a1_bee
4.440	73.864	0.229	9.353	12.114	0.000	0.000	0.000	0.000	0.000	0.043	pg152_o2_nofp.cx8a10_bee
4.326	76.168	2.017	7.051	10.438	0.000	0.000	0.000	0.000	0.000	0.031	pg153_o2_nofp.cx8a10_bee
3.518	73.432	0.271	10.711	12.068	0.000	0.000	0.000	0.000	0.000	0.038	pg152_o2_nofp.cx8a12_bee
3.585	73.875	0.886	10.710	10.944	0.000	0.000	0.000	0.000	0.000	0.034	pg153_o2_nofp.cx8a12_bee
4.690	78.167	0.094	6.142	10.907	0.000	0.000	0.000	0.000	0.000	0.035	pg152_o2_nofp.cx8a15_bee
4.350	72.957	5.361	6.203	11.129	0.000	0.000	0.000	0.000	0.000	0.033	pg153_o2_nofp.cx8a15_bee
4.550	72.444	10.510	12.494	0.001	0.000	0.000	0.000	0.000	0.000	0.017	pg152_o2_nofp.cx8a16_bee
5.108	73.197	1.606	20.087	0.001	0.000	0.000	0.000	0.000	0.000	0.018	pg153_o2_nofp.cx8a16_bee
4.483	74.550	0.112	10.122	10.732	0.000	0.000	0.000	0.000	0.000	0.043	pg152_o2_nofp.cx8a24_bee
3.810	73.442	1.489	9.361	11.899	0.000	0.000	0.000	0.000	0.000	0.037	pg153_o2_nofp.cx8a24_bee
3.074	79.672	0.176	5.511	11.565	0.001	0.000	0.000	0.000	0.000	0.087	pg152_o2_nofp.cx8a25_bee
2.865	79.728	0.233	8.194	8.978	0.001	0.000	0.000	0.000	0.000	0.076	pg153_o2_nofp.cx8a25_bee

q1000.1

Query response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
99.944	0.056	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.006	pg152_o2_nofp.cx8_bee
99.946	0.054	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg153_o2_nofp.cx8_bee
99.953	0.047	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a1_bee
99.952	0.047	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.005	pg153_o2_nofp.cx8a1_bee
99.948	0.052	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.017	pg152_o2_nofp.cx8a10_bee
99.946	0.054	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.016	pg153_o2_nofp.cx8a10_bee
99.950	0.050	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg152_o2_nofp.cx8a12_bee
99.950	0.050	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8a12_bee
99.946	0.054	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.023	pg152_o2_nofp.cx8a15_bee
99.951	0.049	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg153_o2_nofp.cx8a15_bee
99.948	0.052	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.019	pg152_o2_nofp.cx8a16_bee
99.950	0.050	nonzero	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.024	pg153_o2_nofp.cx8a16_bee
99.944	0.056	nonzero	0.000	nonzero	0.000	0.000	0.000	0.000	0.000	0.032	pg152_o2_nofp.cx8a24_bee
99.951	0.049	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.004	pg153_o2_nofp.cx8a24_bee
99.934	0.066	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.013	pg152_o2_nofp.cx8a25_bee
99.935	0.065	nonzero	nonzero	0.000	0.000	0.000	0.000	0.000	0.000	0.009	pg153_o2_nofp.cx8a25_bee

Insert response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
0.000	0.000	99.984	0.016	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg152_o2_nofp.cx8_bee
0.000	0.000	99.979	0.019	0.001	0.000	0.000	0.000	0.000	0.000	0.028	pg153_o2_nofp.cx8_bee
0.000	0.000	96.041	3.958	0.001	0.000	0.000	0.000	0.000	0.000	0.021	pg152_o2_nofp.cx8a1_bee
0.000	0.000	96.146	3.854	0.000	0.000	0.000	0.000	0.000	0.000	0.007	pg153_o2_nofp.cx8a1_bee
0.000	0.000	99.986	0.013	0.001	0.000	0.000	0.000	0.000	0.000	0.022	pg152_o2_nofp.cx8a10_bee
0.000	0.000	99.991	0.008	0.001	0.000	0.000	0.000	0.000	0.000	0.022	pg153_o2_nofp.cx8a10_bee
0.000	0.000	99.987	0.013	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg152_o2_nofp.cx8a12_bee
0.000	0.000	99.978	0.022	0.000	0.000	0.000	0.000	0.000	0.000	0.008	pg153_o2_nofp.cx8a12_bee
0.000	0.000	99.987	0.011	0.001	0.000	0.000	0.000	0.000	0.000	0.020	pg152_o2_nofp.cx8a15_bee
0.000	0.000	99.981	0.017	0.001	0.000	0.000	0.000	0.000	0.000	0.020	pg153_o2_nofp.cx8a15_bee
0.000	0.000	99.990	0.008	0.002	0.000	0.000	0.000	0.000	0.000	0.023	pg152_o2_nofp.cx8a16_bee
0.000	0.000	99.990	0.008	0.001	0.000	0.000	0.000	0.000	0.000	0.025	pg153_o2_nofp.cx8a16_bee
0.000	0.000	99.990	0.010	0.001	0.000	0.000	0.000	0.000	0.000	0.019	pg152_o2_nofp.cx8a24_bee
0.000	0.000	99.983	0.016	0.001	0.000	0.000	0.000	0.000	0.000	0.018	pg153_o2_nofp.cx8a24_bee
0.000	0.000	99.887	0.112	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg152_o2_nofp.cx8a25_bee
0.000	0.000	99.884	0.116	0.000	0.000	0.000	0.000	0.000	0.000	0.012	pg153_o2_nofp.cx8a25_bee

Delete response time histogram

256us	1ms	4ms	16ms	64ms	256ms	1s	4s	16s	gt	max	tag
2.433	76.647	5.208	5.534	10.178	0.000	0.000	0.000	0.000	0.000	0.040	pg152_o2_nofp.cx8_bee
2.426	77.590	0.090	11.098	8.797	0.000	0.000	0.000	0.000	0.000	0.040	pg153_o2_nofp.cx8_bee
1.527	76.660	6.005	5.247	10.562	0.000	0.000	0.000	0.000	0.000	0.040	pg152_o2_nofp.cx8a1_bee
1.472	79.010	0.406	10.990	8.122	0.000	0.000	0.000	0.000	0.000	0.037	pg153_o2_nofp.cx8a1_bee
2.217	76.654	0.088	6.666	14.376	0.000	0.000	0.000	0.000	0.000	0.042	pg152_o2_nofp.cx8a10_bee
2.210	76.404	4.926	6.677	9.783	0.000	0.000	0.000	0.000	0.000	0.034	pg153_o2_nofp.cx8a10_bee
2.150	77.769	0.090	7.603	12.388	0.000	0.000	0.000	0.000	0.000	0.048	pg152_o2_nofp.cx8a12_bee
2.082	78.889	0.094	10.662	8.273	0.000	0.000	0.000	0.000	0.000	0.040	pg153_o2_nofp.cx8a12_bee
2.305	76.637	5.158	5.453	10.447	0.000	0.000	0.000	0.000	0.000	0.040	pg152_o2_nofp.cx8a15_bee
2.355	77.909	0.949	10.102	8.685	0.000	0.000	0.000	0.000	0.000	0.038	pg153_o2_nofp.cx8a15_bee
2.723	78.319	0.783	18.174	0.001	0.000	0.000	0.000	0.000	0.000	0.021	pg152_o2_nofp.cx8a16_bee
2.897	77.817	0.109	19.175	0.001	0.000	0.000	0.000	0.000	0.000	0.023	pg153_o2_nofp.cx8a16_bee
2.022	79.256	0.511	4.964	13.248	0.000	0.000	0.000	0.000	0.000	0.051	pg152_o2_nofp.cx8a24_bee
2.083	78.081	0.110	11.526	8.200	0.000	0.000	0.000	0.000	0.000	0.038	pg153_o2_nofp.cx8a24_bee
1.679	75.875	4.778	6.651	11.016	0.001	0.000	0.000	0.000	0.000	0.093	pg152_o2_nofp.cx8a25_bee
1.703	77.450	5.419	5.660	9.766	0.001	0.000	0.000	0.000	0.000	0.088	pg153_o2_nofp.cx8a25_bee