rocksplicator
rocksplicator copied to clipboard
can rocksplicator work if disableWAL=true for the primary RocksDB?
Can rocksplicator work if disableWAL=true for the primary RocksDB?
in some case,we dsiable WAL for the performance reason,as I try the rocksdb API getUpdateSince
,it won't got any update.Any suggestions?
As far as I know, getUpdateSince will read data from WAL log. And rocksplicator relies on getUpdateSince to replicate updates. So if WAL is disabled, it won't work.