Hi, Just had a quick question about kvrocks eviction strategy.
I am very new to RocksDB and have a limited knowlege of Redis. Obviously Redis has cache many eviction strategies when memory becomes full. I can't allow Kvrocks to continually consume unlimited amounts of disk space. I have max-db-size set to 0 (as recommended) so what will kvrocks do in terms of managing SSD space.
1) Absolutely nothing. Kvrocks will keep consuming until something goes kaput!
2) Compact down to 16GB as per: rocksdb.wal_size_limit_mb or is this in-memory?
3) Some other inbuilt undocumented mechanism where keys are removed.
Please advise.
Shane