feat(algebraic): add dynamic projections and adaptive HLL cardinality - #509
Merged
Merged
Conversation
This was referenced Aug 18, 2026
ajroetker
force-pushed
the
feature/algebraic-core
branch
from
August 19, 2026 04:15
6d95644 to
5b12b83
Compare
ajroetker
force-pushed
the
feature/algebraic-core
branch
2 times, most recently
from
August 19, 2026 06:25
030c2b3 to
9ef1920
Compare
ajroetker
force-pushed
the
feature/algebraic-core
branch
from
August 19, 2026 16:45
9ef1920 to
04a5a85
Compare
Stabilize managed index ownership and synchronize adaptive HLL registry publication. Bound observation telemetry, preserve and revalidate materializations across schema reloads, and make distributed auto cardinality use HLL with safe whole-query fallback.
ajroetker
marked this pull request as ready for review
August 20, 2026 00:07
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.
What changed
Why
This keeps the independently extracted algebraic performance, dynamic projection, and HLL work from the larger #145 branch in one reviewable PR. It remains separate from memory-backend snapshots, relational storage, SQL, and graph metrics.
Impact
Exact cardinality evaluation performs less allocation and repeated traversal. Eligible dynamic-template fields participate in typed algebraic projection, while cardinality queries can use maintained HLL sketches without exposing partial or stale adaptive backfills.
Validation
git diff --checkpassed