Enable HNSW graph links compression by default#5781
Merged
Conversation
timvisee
commented
Jan 13, 2025
| const SINGLE_THREADED_HNSW_BUILD_THRESHOLD: usize = 256; | ||
|
|
||
| const LINK_COMPRESSION_FORMAT: GraphLinksFormat = GraphLinksFormat::Compressed; | ||
| const LINK_COMPRESSION_CONVERT_EXISTING: bool = false; |
Member
Author
There was a problem hiding this comment.
I disabled converting existing graphs for now. I figured we might want to wait one minor version with this and fully dedicate to the feature in 1.14.
xzfc
approved these changes
Jan 13, 2025
generall
approved these changes
Jan 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare for the release of Qdrant 1.13 and enable HNSW graph links compression by default. This allows us to test it on chaos testing for some time.
This removes the configurability and enables it by default. Converting existing graphs is disabled, thus only new graphs are affected.
All Submissions:
devbranch. Did you create your branch fromdev?