mapdb icon indicating copy to clipboard operation
mapdb copied to clipboard

Missing delete method

Open mdoering opened this issue 2 years ago • 1 comments

The DB class still misses a delete method to completely remove named objects like maps from the store. You can find comments:

//TODO consistency lock
//TODO rename nemed object
//TODO delete named object
//TOOD metrics logger

From those the delete method is actually quite important if you use a store with dynamic named objects and want to reclaim all resources no longer needed.

There has been no activity for 2 years on this project. @jankotek is there any plan to continue work on mapdb in the near future?

mdoering avatar Feb 23 '23 07:02 mdoering

I'm not sure about the near future, but the blog entry made me hopeful: https://mapdb.org/blog/mapdb4-announcement/

Sax388 avatar Nov 14 '23 05:11 Sax388