Krati

Abandoned Project NoSQL OLTP

Krati is a persistent key/value data store written in Java with low latency and high throughput. It is designed for read-write-intensive workloads.

History

The project was last updated in 2013 and has since been abandoned.

Checkpoints

Consistent

The system takes periodic checkpoints of the entire DBMS. This is the only durability mechanism.

Data Model

Key/Value

Indexes

Hash Table

Storage Architecture

In-Memory

People Also Viewed