Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove io_optimized / sbq_speedup storage mode #195

Merged
merged 4 commits into from
Feb 24, 2025
Merged

Conversation

tjgreen42
Copy link
Contributor

The io_optimized / SbqSpeedup storage mode follows the DiskANN approach more closely than storage_optimized / SbqCompression, but by storing neighbor vectors in SbqNode, the index size becomes bloated and benchmarks performed poorly. Thus it was never documented externally or used anywhere afaik. This CR simplifies the code by removing this storage mode.

@tjgreen42 tjgreen42 marked this pull request as ready for review January 21, 2025 21:34
@tjgreen42 tjgreen42 requested a review from a team as a code owner January 21, 2025 21:34
@tjgreen42 tjgreen42 requested review from cevian and syvb January 21, 2025 21:35
Copy link
Collaborator

@cevian cevian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tjgreen42 tjgreen42 merged commit 3295583 into main Feb 24, 2025
23 checks passed
@tjgreen42 tjgreen42 deleted the tj/remove_sbq_speedup branch February 24, 2025 19:07
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.

2 participants