DiskBBQ tail centroids should always be block encoded too#139835
Merged
tteofili merged 31 commits intoelastic:mainfrom Jan 8, 2026
Merged
DiskBBQ tail centroids should always be block encoded too#139835tteofili merged 31 commits intoelastic:mainfrom
tteofili merged 31 commits intoelastic:mainfrom
Conversation
…centroid_tail_blockencode
…li/elasticsearch into diskbbq_centroid_tail_blockencode
…centroid_tail_blockencode
…centroid_tail_blockencode
…li/elasticsearch into diskbbq_centroid_tail_blockencode
Contributor
Author
|
this provides some speedups at lower visit percentage, while retaining the same recall on hotpotQA E5 small. baseline candidate |
Collaborator
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
Collaborator
|
Hi @tteofili, I've created a changelog YAML for you. |
iverase
reviewed
Dec 23, 2025
server/src/main/java/org/elasticsearch/index/codec/vectors/diskbbq/DiskBBQBulkWriter.java
Outdated
Show resolved
Hide resolved
iverase
reviewed
Dec 24, 2025
...main/java/org/elasticsearch/index/codec/vectors/diskbbq/next/ESNextDiskBBQVectorsReader.java
Outdated
Show resolved
Hide resolved
iverase
reviewed
Dec 24, 2025
libs/simdvec/src/main/java/org/elasticsearch/simdvec/ES92Int7VectorsScorer.java
Show resolved
Hide resolved
benwtrent
reviewed
Jan 8, 2026
libs/simdvec/src/main/java/org/elasticsearch/simdvec/ES92Int7VectorsScorer.java
Outdated
Show resolved
Hide resolved
...main21/java/org/elasticsearch/simdvec/internal/MemorySegmentES92PanamaInt7VectorsScorer.java
Show resolved
Hide resolved
john-wagster
approved these changes
Jan 8, 2026
Contributor
john-wagster
left a comment
There was a problem hiding this comment.
been tracking; this lgtm
benwtrent
approved these changes
Jan 8, 2026
jimczi
pushed a commit
to jimczi/elasticsearch
that referenced
this pull request
Jan 12, 2026
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.
DiskBBQ should always block encode (and bulk score) centroids, even for tails smaller than BULK_SIZE (16).
see #138296