Skip to main content

Module flush

Module flush 

Source
Expand description

flush raw query: force a RocksDB LSM-tree memtable flush.

Calls tuwunel_database::Engine::sort, flushing RocksDB’s memtables to on-disk SST files. An LSM-tree flush, not a libc fflush(3) or fsync(2), and not the write-ahead-log flush/sync engine methods.