/mongomvcc

Multiversion concurrency control (MVCC) on top of MongoDB. It supports lock-free ACID transactions, versioning, and more.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

MongoMVCC

This project implements the multiversion concurrency control paradigm (MVCC) on top of MongoDB. MVCC allows consistent and concurrent database access without locks.

Please see the Wiki for a complete description on how to use this library.

License

This library has been released under the GNU Lesser General Public License (LGPL) v3.0. Please see the LICENSE.txt file for more information.