v2 vs v1 โ Performance (v2, Beta)
The measured v2-vs-v1 comparison โ prediction accuracy and latency, cold-start warm-up, scaling, memory/disk footprint, write throughput, and a direct Elasticsearch head-to-head โ now lives in one place so every number has a single home and can't drift between copies:
The short version from that page:
- Accuracy (10M rows). On
acceptorandglCode, v2 is at or near the mature v1 engine's accuracy today;processorโ a high-cardinality cross-table link โ is the one target still trailing, and it's the understood, concentrated gap (the cross-table re-expression path v1 has tuned and v2 hasn't yet). - Latency. Interactive โ roughly a tenth to a half a second per predict at 10M rows โ with v2 cold-start markedly faster than v1 on the lower-cardinality targets (memory-mapped columnar reads).
- Footprint & scale. Sub-linear predict latency as data grows, a leaner memory-mapped columnar footprint, and incremental writes (no reindex step).
v2 is pre-beta โ a parallel codepath under active development, measured, not yet the default โ so read these as "where rep2 is now," not a release claim.