goshimmer icon indicating copy to clipboard operation
goshimmer copied to clipboard

DB Manager restoring from disk and LRU open DB instances

Open jonastheis opened this issue 2 years ago • 0 comments

This PR introduces a few things:

  • pruning of the DB instances
  • LRU cache of open DB instances, only a configurable max amount can be open
  • restore DB manager from disk: gather information about epochs stored on disk and delete unhealthy epochs, returning the highest healthy epoch

jonastheis avatar Sep 20 '22 17:09 jonastheis