google / trillian

A transparent, highly scalable and cryptographically verifiable data store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KV storage support

GrapeBaBa opened this issue · comments

Guys, what's the consideration using SQL database instead of KV database(Rocksdb,Leveldb)? It seems KV database with better performance.

Is this project still active?

Hi,

Yes it is.

Using something like leveldb is unlikely to provide sufficient availability as it's a single node. If you're working on some sort of embedded application where high availability isn't required then a nested KV store like boltdb can be made to work.