Garbage Collection (with Badger) Happening?
We noticed great performance with badger, but lots of runaway disk space usage. It seems badger requires garbage collection to happen separately and manually.
Is there any plan to do garbage collection? To make a PR perhaps you could point us in the right direction?
The garbage collection seems like critical piece of using badger with high cardinality key spaces.
We checked to see if there is a command line tool for badger GC, but there is not apparently, so it seems that it really needs to be built into souin or another separate tool.
Hey @websitesca that should be implemented in the https://github.com/darkweak/storages repository, but I don't have any idea about what we have to do to run the garbage collection in badger. 🤔 Do you have some documentation about that?