Commit Latency vs Throughput
Commit Latency vs Throughput
Analysis of how commit latency scales with achieved throughput.
Values shown as mean ± standard deviation across seeds.
| Throughput (c/s) | Success Rate (%) | P50 Latency (s) | P95 Latency (s) | P99 Latency (s) | Mean Retries |
|---|---|---|---|---|---|
| 0.2 ± 0.0 | 100.0 ± 0.0 | 0.41 ± 0.00 | 0.56 ± 0.00 | 0.69 ± 0.05 | 1.0 |
| 0.4 ± 0.0 | 100.0 ± 0.0 | 0.42 ± 0.00 | 0.65 ± 0.01 | 0.79 ± 0.03 | 1.1 |
| 0.8 ± 0.0 | 100.0 ± 0.0 | 0.43 ± 0.00 | 0.73 ± 0.02 | 0.97 ± 0.05 | 1.2 |
| 1.6 ± 0.0 | 99.9 ± 0.0 | 0.46 ± 0.00 | 1.01 ± 0.01 | 1.43 ± 0.05 | 1.6 |
| 2.0 ± 0.0 | 99.9 ± 0.0 | 0.50 ± 0.00 | 1.23 ± 0.05 | 1.81 ± 0.06 | 1.8 |
| 2.7 ± 0.0 | 99.0 ± 0.2 | 0.60 ± 0.01 | 1.61 ± 0.02 | 2.20 ± 0.04 | 2.4 |
| 3.7 ± 0.0 | 91.2 ± 0.3 | 0.84 ± 0.01 | 2.20 ± 0.02 | 2.55 ± 0.02 | 3.6 |
| 4.6 ± 0.0 | 56.5 ± 0.2 | 1.16 ± 0.02 | 2.38 ± 0.01 | 2.60 ± 0.01 | 4.8 |
| 5.1 ± 0.0 | 31.4 ± 0.1 | 1.28 ± 0.01 | 2.40 ± 0.00 | 2.60 ± 0.00 | 5.2 |
| 5.7 ± 0.0 | 13.8 ± 0.1 | 1.33 ± 0.01 | 2.40 ± 0.00 | 2.58 ± 0.01 | 5.4 |
Notes
- Latencies reported in seconds (converted from milliseconds)
- Values shown as mean ± standard deviation across multiple seeds
- Throughput = commits per second during steady-state window
- Success rate = percentage of transactions that committed successfully
- Mean retries = average number of retry attempts per committed transaction
