Skip to content

gsw945/hawtdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.9%
  • CSS 2.4%
  • HTML 1.5%
  • Scala 1.2%