jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 873 forks source link

Missing delete method #1015

Open mdoering opened 1 year ago

mdoering commented 1 year ago

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?

Sax388 commented 7 months ago

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