Merged
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
3 tasks
3152fa6 to
20ab093
Compare
20ab093 to
d4a8885
Compare
agourlay
approved these changes
Oct 21, 2025
JojiiOfficial
approved these changes
Oct 22, 2025
timvisee
added a commit
that referenced
this pull request
Nov 14, 2025
* Remove old shard key mapping format variant * Change single variant enum into tuple struct * Remove migration logic for old to new shard key format
This was referenced Nov 14, 2025
Merged
timvisee
added a commit
that referenced
this pull request
Nov 19, 2025
6 tasks
timvisee
added a commit
that referenced
this pull request
Nov 19, 2025
timvisee
added a commit
that referenced
this pull request
Nov 19, 2025
3 tasks
timvisee
added a commit
that referenced
this pull request
Nov 25, 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.
In #5838 and #6209 we switched to a new shard key mapping format on disk. This was necessary for compatibility with numeric keys.
Support for the old format was kept to allow forward/backward compatibility. Qdrant 1.14 forces the new format and migrates the file if needed. The plan was to remove support for the old format in Qdrant 1.15.
This now removes the old format. The change will land in 1.16.0.
Tasks
All Submissions:
devbranch. Did you create your branch fromdev?New Feature Submissions:
cargo +nightly fmt --allcommand prior to submission?cargo clippy --all --all-featurescommand?