fusesource / hawtdb

HawtDB is an embedded MVCC Key/Value Database

Home Page:http://hawtdb.fusesource.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HawtDB

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

About

HawtDB is an embedded MVCC Key/Value Database

http://hawtdb.fusesource.org/

License:Apache License 2.0


Languages

Language:Java 98.7%Language:Scala 1.3%