-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(tag_cardinality_limit transform): Add exact_fingerprint mode for lower memory usage #25640
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
ArunPiduguDD
merged 6 commits into
vectordotdev:master
from
ArunPiduguDD:feat/tag-cardinality-exact-fingerprint
Jun 24, 2026
Merged
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
317f3e5
feat(tag_cardinality_limit transform): add exact_fingerprint mode for…
ArunPiduguDD a3756c1
Add suggested changes (test refactor + fps rename + use derive)
ArunPiduguDD 430f037
cargo fmt
ArunPiduguDD c6c12d6
Merge branch 'master' into feat/tag-cardinality-exact-fingerprint
pront 9a7deab
Initialize exact fingerprint hasher with random seed
ArunPiduguDD 5a41af4
Merge remote-tracking branch 'fork/feat/tag-cardinality-exact-fingerp…
ArunPiduguDD 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
7 changes: 7 additions & 0 deletions
7
changelog.d/tag_cardinality_limit_fingerprint_mode.feature.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| The `tag_cardinality_limit` transform now supports `mode: exact_fingerprint`, a new storage | ||
| mode that can reduce memory usage for high-cardinality tag values compared to | ||
| `mode: exact`. Instead of storing the full tag-value strings, only a 64 bit fingerprint hash of | ||
| each value is kept. The trade-off is that throughput is slightly impacted due to extra hashing | ||
| operations, and there is technically a (unlikely) chance of collisions at very high cardinalities | ||
|
|
||
| authors: ArunPiduguDD |
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.