Krati

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.

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