You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(phase-55): split setup vs query and honest percentiles (#33)
The 64.6s "TOC navigation" p50 was build_toc_segment (ingest-time
MockSummarizer rollup) plus two RocksDB lookups. Query navigation is now
timed separately: medium/warm single.toc p50 = 0.13ms (n=30).
Vector model load, index build, and query are three steps. p90 requires
n>=10; p99 requires n>=30; otherwise min/median/max. Warm = one setup +
N queries. Schema 2 baseline regenerated from a real medium/warm/30 run.
Co-authored-by: Richard Hightower <rick@spillwave.com>
0 commit comments