apm-server icon indicating copy to clipboard operation
apm-server copied to clipboard

Update badger to latest version

Open kruskall opened this issue 2 years ago • 3 comments

We are using an older badger version that is no longer supported. We should switch to the newer/latest version (currently v4)

kruskall avatar Aug 31 '23 13:08 kruskall

When we're ready for this, we should revive https://github.com/elastic/apm-server/pull/11344 and replace/update the GC test.

axw avatar Oct 23 '23 00:10 axw

This needs to be tested thoroughly, as my experiments show that the memory profiles (v2 vs v4) look quite different:

v2: https://github.com/carsonip/tbs-badger-playground/tree/main/prefetch v4: https://github.com/carsonip/tbs-badger-playground/tree/badgerv4/prefetch

carsonip avatar Jun 25 '24 14:06 carsonip