TSDB: Track count of unknown series referenced during WAL/WBL replay#16166
Merged
Conversation
54ae623 to
18fea45
Compare
18fea45 to
2a09367
Compare
bboreham
reviewed
Mar 11, 2025
Member
bboreham
left a comment
There was a problem hiding this comment.
Seems plausible; can you update for the conflict and run some benchmarks please?
93b7337 to
0f0eb82
Compare
Contributor
Author
|
@bboreham I ran the following on results: These show a very modest increase in memory usage, and a 1-4% difference in CPU time in a couple of the benchmarks. However, I don't thing the differences are significant. For additional reference, here is the same 100 runs against As you can see, there are similar CPU time differences running against the identical code. I'm not sure how to get the timing any more stable. |
bboreham
approved these changes
Mar 17, 2025
Signed-off-by: Patryk Prus <p@trykpr.us>
Signed-off-by: Patryk Prus <p@trykpr.us>
Signed-off-by: Patryk Prus <p@trykpr.us>
…p some OOO series as well Signed-off-by: Patryk Prus <p@trykpr.us>
28d97fd to
86eeaf1
Compare
This was referenced Mar 17, 2025
zenador
pushed a commit
to zenador/prometheus
that referenced
this pull request
Jun 2, 2025
TSDB: Track count of unknown series referenced during WAL/WBL replay
Merged
3 tasks
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.
In this PR: