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

Transaction Isolation #1031

Closed siddhsql closed 10 months ago

siddhsql commented 10 months ago

AFAICT there is no transaction isolation with this db (version 3.0.10 is currently the latest). https://jankotek.gitbooks.io/mapdb/content/db/

One DB object represents single transaction. The example above uses single global transaction per store, which is sufficient for some usages

is that correct?

jankotek commented 10 months ago

That is outdated, transaction isolation was in 1.0. New version do not have Tx isolation.