-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage): change the prefix_hint to dist_key_hint for bloom_filt…
…er (#6575) * distribution_key_start_index_in_pk * refactor judgement of prefix_hint * rename prefix_hint to dist_key_hint * retry * retry * add start_index in FilterKeyExtractor * fix MultiFilterKeyExtractor * todo: rename all pk_prefix to dist_key * rollback and fix * detect correctness, fix * hope to pass CI * some rename * outer join fails * remove table_id and vnode in bloom_filter_key * ignore some check * remove assertion, hope to pass CI * fix ut: test_compaction_with_filter_key_extractor * remove distribution_key_start_index_in_pk in catalog * fix typo * fix dist_key shuffle * add more check when point get * fix * fix * resolve some comments * fix again * try again * try again * clean up code, fix point-get check bloom filter * ignore discontinuous cases * ignore shuffle dist key * add discontinuous dist key * handle shuffle dist key * need to find bug * minor fix * resolve some comments * typo * sort before judge continuous * debug * find bug and fix * use xxhash * cargo toml fmt * cargo toml fmt * resolve comments * resolve some comments * retry * add check when point get * fix ut * keep xxh * fix * resolve conflict * ut * retry * resolve comments Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0439b74
commit 62e49bf
Showing
27 changed files
with
490 additions
and
435 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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.