hawtdb

Post on 11-Nov-2014

1.466 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

HawtDB, NOSQL, Key/Value, dev, java

TRANSCRIPT

@diego_pachecoSoftware Architect | Agile Coach

Key/value embedded DB

1 jar => 172kb

Features

Optional ACID Tx

Optimistic Tx

Error => OptimisticUpdateException

MVCC

Object Caching

Customized key/valueencoding

Customized key/value encoding

Default => Java SerializationStringCodec => 30x faster

BTree or Hash Indexes

Hash Indexes without tx

BTree Indexes with tx

Custom Comparators

https://github.com/diegopacheco/Diego-Pacheco-Sandbox/tree/master/scripts/java/hawtdb-fun

http://hawtdb.fusesource.org/

https://github.com/chirino/hawtbuf

@diego_pachecoSoftware Architect | Agile Coach

Thank You !!!

top related