speedb-io / speedb

A RocksDB compliant high performance scalable embedded key-value store
https://www.speedb.io/
Apache License 2.0
912 stars 71 forks source link

The new wbm should be with allow stalls enabled by default #635

Open bosmatt opened 1 year ago

bosmatt commented 1 year ago

The new write buffer manager should be with allow_stalls enabled. This is also relevant for the Speedb tuning function

Yuval-Ariel commented 1 year ago

The default behavior up until now is not stalling. Changing it to true might surprise users...