Skip to content

perf(diskann): async I/O overlap and dynamic beam#617

Open
richyreachy wants to merge 2 commits into
alibaba:mainfrom
richyreachy:refactor/diskann_perf_improve
Open

perf(diskann): async I/O overlap and dynamic beam#617
richyreachy wants to merge 2 commits into
alibaba:mainfrom
richyreachy:refactor/diskann_perf_improve

Conversation

@richyreachy

Copy link
Copy Markdown
Collaborator

Optimizes DiskANN beam search to overlap CPU computation with disk I/O, reducing query latency on disk-bound workloads. By introducing the following improvement:

Add async I/O submit/get_completed pattern to allow CPU work to proceed while disk reads still in progress.
Add dynamic beam width to ensure sufficient I/O parallelism while preventing excessive concurrent I/Os.
Fix Visit-filter deduplication to avoid redundant candidate insertions for already-visited nodes.

@richyreachy
richyreachy requested a review from iaojnh July 24, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant