-
Notifications
You must be signed in to change notification settings - Fork 25.4k
TSDB ingest performance: combine routing and tsdb hashing #132566
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
Open
felixbarny
wants to merge
65
commits into
elastic:main
Choose a base branch
from
felixbarny:tsdb-hash-once
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,043
−317
Open
Changes from 29 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
37ae32a
Hash once to create routing hash and _tsid
felixbarny cffae3e
Merge branch 'main' into tsdb-hash-once
felixbarny 41d0e28
[CI] Auto commit changes from spotless
3cbc3f3
Merge branch 'main' into tsdb-hash-once
felixbarny 877de11
Add notice file for hash4j
felixbarny c71db07
Use optimized text
felixbarny 0222d93
Fix DataStreamIndexSettingsProviderTests
felixbarny a1be48b
Update index.dimensions on mapping updates
felixbarny 1734649
Apply spotless suggestions
felixbarny d449b79
Make index.dimensions a private setting
felixbarny 8831b1d
Adjust TSDBPassthroughIndexingIT
felixbarny a915bcf
The index.dimensions settingn should be replicated
felixbarny 2ff61f6
Fix IndexRoutingTests
felixbarny 002fd43
Make downsampling aware of index.dimensions
felixbarny 2ccc3c2
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 6282cd4
Fix rest compatibility tests by excluding test that make assertions o…
felixbarny fae55a5
Fix condition for system provided settings
felixbarny b41a88d
Adjust TsdbDataStreamRestIT
felixbarny 5037489
Remove unnecessary index version
felixbarny dfc2d94
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 330aa94
[CI] Auto commit changes from spotless
a409a95
Allow the creation of downsampling indices to use the private index.d…
felixbarny 3f8d05e
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny cfe59a7
[CI] Auto commit changes from spotless
23b9d6c
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 7da8667
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 3619db7
Only add IP dimensions if RoutingFields is not a noop
felixbarny 8b51566
Address comments from review
felixbarny 7cb545c
[CI] Auto commit changes from spotless
11a3c7e
Replace hash4j with BufferedMurmur3Hasher
felixbarny 008fb9b
[CI] Auto commit changes from spotless
96e751d
Remove commented out method
felixbarny e0be278
Store dimensions in custom metadata rather than an index setting
felixbarny b42286f
Revert adding ability to set private settings when system-provided
felixbarny d29ce61
[CI] Auto commit changes from spotless
4424e60
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny f921643
Remove unused licenses
felixbarny 5cd1c28
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 9aa7e50
Remove leftover reference to INDEX_DIMENSIONS
felixbarny 440f5bc
Copy custom metadata to downsampling index
felixbarny 1912155
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 5c6b2d1
Remove unnecessary interface
felixbarny fda4410
Add test for transferCustomMetadata
felixbarny a9cfee8
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 96b31e7
[CI] Auto commit changes from spotless
eb913fd
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny a7b80c7
Merge remote-tracking branch 'felixbarny/tsdb-hash-once' into tsdb-ha…
felixbarny 84751e7
[CI] Auto commit changes from spotless
df95ce7
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny a4d7cf6
Fix tests after merging
felixbarny 905609e
Merge remote-tracking branch 'felixbarny/tsdb-hash-once' into tsdb-ha…
felixbarny 6bf6b01
[CI] Auto commit changes from spotless
b9cc6d4
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny db8c8d8
Address review comments
felixbarny a29f38c
Fix index simulation
felixbarny bef7b1f
Fix tests
felixbarny e58eed4
[CI] Auto commit changes from spotless
b889fce
Fix copying of custom index metadata
felixbarny 1de9d92
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny f081b9b
Merge remote-tracking branch 'felixbarny/tsdb-hash-once' into tsdb-ha…
felixbarny 40e7ee7
[CI] Auto commit changes from spotless
a643443
Revert changes in IndexRequestBuilder
felixbarny a8fa403
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 40ab041
Add index version
felixbarny 556a00e
Merge remote-tracking branch 'origin/main' into tsdb-hash-once
felixbarny 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
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
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.
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.