org.fusesource.hawtdb:hawtdb

HawtDB is an embedded MVCC Key/Value Database.

License

License

GroupId

GroupId

org.fusesource.hawtdb
ArtifactId

ArtifactId

hawtdb
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

bundle
Description

Description

HawtDB is an embedded MVCC Key/Value Database.
Project Organization

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

http://github.com/chirino/hawtdb/tree/master/hawtdb

Download hawtdb

Dependencies

compile (2)

Group / Artifact Type Version
org.fusesource.hawtbuf : hawtbuf jar 1.4
commons-logging : commons-logging jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
log4j : log4j jar 1.2.14

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0