nim-rocksdb/rocksdb
Jacek Sieka 17eb247702
expose memtable flush (#72)
* expose memtable flush

This can be used to avoid log replays on startup, for example

* Add flush to RocksDbReadWriteRef.

* Remove atomic flush default.

---------

Co-authored-by: bhartnett <51288821+bhartnett@users.noreply.github.com>
2024-10-29 08:14:36 +08:00
..
columnfamily Fix segfault in filterpolicy close (#60) 2024-07-02 12:44:05 +08:00
internal Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
lib Update RocksDb to v9.6.1 (#70) 2024-10-01 11:22:08 +08:00
options Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
transactions Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
backup.nim Implement missing getter and setters for option types. (#62) 2024-07-03 23:46:42 +08:00
columnfamily.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
optimistictxdb.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
rocksdb.nim expose memtable flush (#72) 2024-10-29 08:14:36 +08:00
rocksiterator.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
rocksresult.nim Format using nph (#54) 2024-06-26 23:00:10 +08:00
snapshot.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
sstfilewriter.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
transactiondb.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
writebatch.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
writebatchwi.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00