Write Throughput
HIGHER IS BETTERUpdate Latency
LOWER IS BETTERv2 Legacy
6,343ms
Updating 1 record in a 1M dataset required rewriting the entire 172MB file.
WINNER
v3 Rust Core
0.005ms
Updates are O(1) memory operations + O(1) append-only log.
1,200,000x Improvement.
Raw Data (1M Records)
| Metric | v3 Durable | v2 Legacy |
|---|---|---|
| Write Ops/Sec | 38,514 | ~12,000 |
| Update Latency | 0.005ms | 6,343ms |
| Read Latency | ~213ms | ~0.1ms (Map) |
* v2 Write Ops/Sec degrades significantly as file size grows. v3 remains constant.