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 872 forks source link

What happened to asyncWriteEnable() #976

Open stefan-reich opened 3 years ago

stefan-reich commented 3 years ago

Hi,

I'm starting out with MapDB. Looks great so far. I'm trying to optimize performance but the docs are confusing.

Here it says to call .asyncWriteEnable() - but that method doesn't exist in MapDB 3.0.8.

Also, the same page says to enable "instance cache", but I can't find that option either.

Please advise!