-
Notifications
You must be signed in to change notification settings - Fork 9.7k
TSDB: Track count of unknown series referenced during WAL/WBL replay #16166
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
Conversation
54ae623
to
18fea45
Compare
18fea45
to
2a09367
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems plausible; can you update for the conflict and run some benchmarks please?
93b7337
to
0f0eb82
Compare
@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. |
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
TSDB: Track count of unknown series referenced during WAL/WBL replay
In this PR: