[MOD-14957] Add SQ8 support for tiered HNSW - #1029
Draft
dor-forer wants to merge 12 commits into
Draft
Conversation
dor-forer
force-pushed
the
dor-forer-MOD-14957-tiered-hnsw-sq8
branch
from
September 2, 2026 10:15
72c1fc1 to
19cb099
Compare
* SQ8 for Tired HNSW Index * Fix after rebase Don't recreate tiered hnsw backend index Make isInAccumulationPhase atomic Add SQAccumulationState Tiered hnsw fixes * Add transition tests * clean up * Address review * defered backend index init * clean up * fix lock
dor-forer
force-pushed
the
dor-forer-MOD-14957-tiered-hnsw-sq8
branch
3 times, most recently
from
September 2, 2026 11:30
79d3e41 to
2e98a0e
Compare
dor-forer
force-pushed
the
dor-forer-MOD-14957-tiered-hnsw-sq8
branch
from
September 2, 2026 11:40
2e98a0e to
173b6a0
Compare
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.
Summary
Scope
This PR is limited to MOD-14957. Estimator policy, submit-callback failure handling, RediSearch integration, and SQ8 kernel work remain outside this change.
Verification
Run on
dorer-intelfrom an isolated temporary checkout:test_hnsw_sq8: 92/92 passedtest_hnsw: 310/310 passedConcurrentQueriesDuringNormalizationTransitionunder ThreadSanitizer: passed with no race reportsNo compilation or tests were run on the local development machine.