Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chirino/hawtdb

HawtDB is an embedded MVCC Key/Value Database
https://github.com/chirino/hawtdb

Last synced: 3 months ago
JSON representation

HawtDB is an embedded MVCC Key/Value Database

Awesome Lists containing this project

README

        

![HawtDB][logo]
===============

This library implements a fast embeddable key/value store database for Java.
It's perfect when SQL would be overkill and/or you need finer grained control
over the ACID properties of the data store to increase your performance.

Features
--------

* Optional ACID transactions
* Multiversion Concurrency Control (MVCC)
* Object Caching and Object Marshaling Deferring
* BTree and Hash Indexes

Documentation
-------------

* [Web Site](http://hawtdb.fusesource.org/)

[logo]: http://hawtdb.fusesource.org/images/project-logo.png "HawtDB"