-
Notifications
You must be signed in to change notification settings - Fork 768
feat(fts)!: add configurable posting block size #7466
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
Merged
BubbleCal
merged 26 commits into
main
from
yang/oss-1344-make-fts-index-block-size-configurable
Jul 13, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
059ae90
feat(fts): add configurable posting block size
BubbleCal 45f58e4
fix(fts): reject unsupported posting block size
BubbleCal db2bcf1
style(java): format inverted index javadocs
BubbleCal 9b4ecd2
Merge remote-tracking branch 'origin/main' into yang/oss-1344-make-ft…
BubbleCal 120ab7c
feat(fts): use physical 256 posting blocks
BubbleCal 000c857
test(fts): keep compat indexes on legacy block size
BubbleCal 9d8d77e
docs(fts): mark 256 block size experimental
BubbleCal f06f2c4
fix(fts): keep posting block size default at 128
BubbleCal 9a93291
chore: merge main
BubbleCal dbea49e
fix(fts): gate 256 block size behind v3
BubbleCal 82689bb
style(java): format fts index params
BubbleCal aed4409
fix(index): avoid nightly coverage stream ice
BubbleCal 01d5cd5
fix(io): avoid coverage stream ice
BubbleCal ae0f176
Merge branch 'main' into yang/oss-1344-make-fts-index-block-size-conf…
BubbleCal b3fdc3d
chore: merge main
BubbleCal 96d9697
fix(fts): validate memwal block size version
BubbleCal d5aa24c
feat(fts): patched-FOR frequency encoding for 256-doc posting blocks
91095c1
perf(fts): bake a shared first-doc-per-block slab on CompressedPostin…
c4b12f1
feat(index)!: quantized doc-length scoring and slimmer posting blocks…
6fdf053
Merge branch 'main' into yang/oss-1344-make-fts-index-block-size-conf…
6f8b99a
perf(fts): shift/mask block math in posting iterator hot loops
6d11ddf
Merge branch 'main' into yang/oss-1344-make-fts-index-block-size-conf…
386f84d
Merge branch 'main' into yang/oss-1344-make-fts-index-block-size-conf…
cda101d
chore(fts): merge main and resolve posting group conflicts
3e45c40
fix(fts): address review feedback
44dbb72
fix(fts): explain format version invariant
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.