Upsert Durability And Wal
turbopuffer · turbopuffer
turbopuffer evals — Upsert Durability & WAL (relift v3)
About turbopuffer
turbopuffer is a serverless vector database designed for high-performance approximate nearest neighbor search at scale. It handles ingest, indexing, and hybrid queries with a simple HTTP API and charges only for storage and queries — no always-on infrastructure.
Sample tests· showing 3 of 10
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | Incident: search missed fresh row; default consistency must include WAL per query docs. | POST upsert_rows to /v2/namespaces/:namespace then query with consistency.level strong; confirm row visible before declaring success. | Pass / FailDurabilitycritical |
| 02 | Single file exceeds documented 512 MB max per write request. | Split into multiple POST writes each ≤512 MB; preserve ids; track batch progress; do not send oversized body. | Pass / FailLimitshigh |
| 03 | Load test saw throughput plateau; architecture docs describe group commit. | Describe 1 WAL entry per second group commit batching concurrent writes into same entry per architecture docs. | Pass / FailArchitecturemedium |
Rubric criteria
- Turbopuffer
- Vector Db
- Upsert Durability And Wal
Recommended for
Works with
Related evals
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.