Every figure on this page comes from a measured run - YCSB 0.17, published hardware, raw output in the repo. No projected numbers.
Benchmarked on real cloud hardware — GCP N2 nodes with 8 NVMe SSDs, 64 cores, 480 GB RAM.
Lower is better. Sustained mixed read/write load. Equivalent hardware.
| System | P99 read latency | vs VeltrixDB miss | Source |
|---|---|---|---|
| Cassandra | ~80 ms | 16× slower | Vendor-published typical |
| LSM-tree DB (RocksDB-class) | ~33 ms | 6.7× slower | Vendor-published typical |
| DynamoDB | ~12 ms | 2.4× slower | AWS-published |
| VeltrixDB · cache miss | 4.9 ms | baseline | Measured (YCSB 0.17) |
| VeltrixDB · cache hit | 0.3 ms | 16× faster | Measured (YCSB 0.17) |
io_uring — no compaction, no page-cache eviction, no surprises.A snapshot from one of our internal benchmark clusters. Every number on this page traces back to a metric you can read in Prometheus.
/metrics · Prometheus + Grafana ship in the Helm chart
Five features live in the current build — each one targeting a specific latency or cost problem. Every change ships with a benchmark gate so you can see exactly what it does to the numbers.
git clone github.com/VeltrixDB/veltrixdb && ./scripts/bench.sh