smondet / trakeva

Transactions, Keys, and Values
http://www.hammerlab.org/docs/trakeva/master/index.html
24 stars 3 forks source link

berkeleyDB backend #30

Open UnixJunkie opened 7 years ago

UnixJunkie commented 7 years ago

or something super lite and fast, as bdb

smondet commented 7 years ago

yes, the LMDB one is the most promising https://github.com/smondet/trakeva/issues/2 because LMBD has proper transactions. Implementing the Trakeva API with BerkleyDB should be quite tricky (has to implement some form of ACID transactions on top of it).