Module mz_sql::session::vars::upsert_rocksdb
source · Expand description
Tuning for RocksDB used by UPSERT
sources that takes effect on restart.
Statics§
- The upsert in memory state size threshold after which it will spill to disk. The default is 85 MiB = 89128960 bytes
- Controls whether automatic spill to disk should be turned on when using
DISK
. - The number of times by which allocated buffers will be shrinked in upsert rocksdb. If value is 0, then no shrinking will occur.
- Only used if
upsert_rocksdb_write_buffer_manager_memory_bytes
is also set and write buffer manager is enabled upsert_rocksdb_write_buffer_manager_memory_bytes
needs to be set for write buffer manager to be used.