mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-25 07:27:41 -05:00
- LocalShard::build: build segments with spawn_blocking and join from async, keep build_optimizers in async context, and wrap only the WAL create plus manifest write in one blocking task - applied_seq: split the in-memory bump from the fsyncing save, so the update worker only reaches for spawn_blocking on the ops that actually persist - Drop the dial9 benchmark report from docs/, its findings belong in the PR Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>