-
Notifications
You must be signed in to change notification settings - Fork 81
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
[blog] Version 1.13 Release #1396
Merged
Merged
Changes from 10 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
861ec10
add blog
davidmyriel 932e184
bits
davidmyriel 1c362f1
bench
davidmyriel 4d995b1
add more details
generall 50f6e84
add blog
davidmyriel 5d32e06
Update qdrant-1.13.x.md
davidmyriel c40e02c
Update qdrant-1.13.x.md
davidmyriel 679f217
Update qdrant-1.13.x.md
davidmyriel 1682a70
Update qdrant-1.13.x.md
davidmyriel 1a4213a
Update qdrant-1.13.x.md
davidmyriel 0549b63
Update qdrant-landing/content/blog/qdrant-1.13.x.md
davidmyriel dad2920
Update qdrant-landing/content/blog/qdrant-1.13.x.md
davidmyriel 4b568ab
move things around
davidmyriel d317a4b
Fix URL formatting
timvisee 3ad8259
update content with original text
davidmyriel 03f2389
Update qdrant-landing/content/blog/qdrant-1.13.x.md
davidmyriel 3610ac8
Update qdrant-landing/content/blog/qdrant-1.13.x.md
davidmyriel 915471e
Update qdrant-landing/content/blog/qdrant-1.13.x.md
davidmyriel c6115e5
fix last details
davidmyriel 5abbd3b
Update qdrant-1.13.x.md
davidmyriel 893d349
Update qdrant-1.13.x.md
davidmyriel e557043
fix architecture description
davidmyriel 423cda7
video
davidmyriel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice visualizer 👍
However, if we are looking for correctness, this image is a bit misleading.
Correction:
The Mask layer includes the regions. Regions are there to "summarize" the bits in the bitmask, and the bitmask is there to summarize the blocks. The purpose of this layer is to know where to place updates.
The Tracker layer directly links an ID to a position and length of the data in the Data layer. The purpose of this layer is reading data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What exactly is wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, the tracking layer is not what I though.
How to call this "additional structure which tracks gaps in regions of the bitmask"?
I don't think we need to mention tacker separately then, cause it is trivial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, so the misleading part is only naming-wise for me. Which I associated Tracker with the lookup part.
Regions Layer (?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fits the attached diagram...