martinsumner / kv_index_tictactree

Provide Active-Anti-Entropy features to a virtual node in a KV store
Apache License 2.0
21 stars 7 forks source link

Opening and importing trees is expensive (memory) #116

Open martinsumner opened 1 month ago

martinsumner commented 1 month ago

When opening aae_treecache a large memory footprint can be left (which is mainly recoverable garbage), with then no reductions to trigger garbage_collection. The aae_treecache should trigger hibernate to prevent this memory shadow lasting on startup.

martinsumner commented 1 month ago

https://github.com/martinsumner/kv_index_tictactree/pull/117

martinsumner commented 1 month ago

https://github.com/martinsumner/leveled/pull/441