fix: exact-filter RDF bloom on datanode - #3
Draft
discord9 wants to merge 4 commits into
Draft
Conversation
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
June 25, 2026 04:06
bb0fe71 to
775a077
Compare
discord9
force-pushed
the
omos/rdf-bloom-dn-exact
branch
from
June 25, 2026 04:06
9d0d955 to
42e0ba0
Compare
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
June 25, 2026 09:16
775a077 to
c5a8c74
Compare
discord9
force-pushed
the
omos/rdf-bloom-dn-exact
branch
from
June 25, 2026 09:16
16b6af5 to
0e90855
Compare
5 tasks
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
June 25, 2026 10:24
c5a8c74 to
e6375bc
Compare
discord9
force-pushed
the
omos/rdf-bloom-dn-exact
branch
2 times, most recently
from
June 25, 2026 12:59
05f9888 to
71a935f
Compare
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
2 times, most recently
from
June 30, 2026 04:01
b19e1ec to
c4e8c34
Compare
discord9
force-pushed
the
omos/rdf-bloom-dn-exact
branch
from
June 30, 2026 04:01
71a935f to
797e90e
Compare
Signed-off-by: discord9 <discord9@163.com>
Signed-off-by: discord9 <discord9@163.com>
Signed-off-by: discord9 <discord9@163.com>
Signed-off-by: discord9 <discord9@163.com>
discord9
force-pushed
the
omos/rdf-bloom-dn-exact
branch
from
July 6, 2026 09:46
797e90e to
8a1110d
Compare
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
July 6, 2026 09:46
c4e8c34 to
6f5e273
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.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
Fork-only stack PR. Stacked on PR2: #2
Earlier stack:
Depends on:
Part of original umbrella draft PR: GreptimeTeam#8342
What's changed and what's your intention?
This is PR 3 of the RDF Bloom stack. It makes DN evaluate Bloom as an exact row filter in
FilterExecwhile keeping pushdown-safe filters available to scan pruning:Validation run locally:
cargo fmt --all -- --checkgit diff --checkCARGO_PROFILE_DEV_DEBUG=0 CARGO_PROFILE_TEST_DEBUG=0 cargo test -p datanode registrations --libCARGO_PROFILE_DEV_DEBUG=0 CARGO_PROFILE_TEST_DEBUG=0 cargo test -p datanode remote_dyn_filter --libPR Checklist
Please convert it to a draft if some of the following conditions are not met.