-
Notifications
You must be signed in to change notification settings - Fork 527
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
TBS: Explore replacing badger with pebble #15246
Labels
Comments
This was referenced Jan 14, 2025
BenchmarksTLDR: After some iterating on optimizations and analyzing some profiles, pebble is on par with badger in benchmark workflow. Work done so far
badger on apm-server main benchmark workflow
pebble benchmark workflow on commit 1c89735
Benchstat
|
carsonip
changed the title
TBS: Explore using pebble to replace badger
TBS: Explore replacing badger with pebble
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look into whether it is feasible to replace badger with pebble to consolidate on KV store dependency. Ensure that there is no major performance regression, support existing apm-server features, and identify blockers to adopt pebble for TBS.
The text was updated successfully, but these errors were encountered: