You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the parameters in Jungle correspond to those in RocksDB? Such as Memtable size, SSTable size, block size, background job number, direct i/o, cache size and etc.
Could you please give some advice on tuning the jungle db?
The text was updated successfully, but these errors were encountered:
It has configs corresponding to those in RocksDB (maxLogFileSize: memtable size, maxL0TableSizemaxL1TableSize: sstable size, directIoOpt: direct io, ...).
Can the parameters in Jungle correspond to those in RocksDB? Such as Memtable size, SSTable size, block size, background job number, direct i/o, cache size and etc.
Could you please give some advice on tuning the jungle db?
The text was updated successfully, but these errors were encountered: