tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

Support for Optimistic Transactions #213

Closed KalyanAkella closed 3 years ago

KalyanAkella commented 3 years ago

Wiring in support for optimistic transactions through the corresponding RocksDB layer C exports. Useful for supporting CAS style read-write conflict detection which is also light-weight.

KalyanAkella commented 3 years ago

Closing this in favor of #205.