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
storage: raise MemTableStopWritesThreshold when memory permits
When there's sufficient memory available, raise the MemTableStopWritesThreshold
up to as high as 16. We've observed instances of memtable write stalls in
practice, especially in the presence of high latencies in cloud networked block
devices. If the higher levels are not writing to the storage engine too fast,
but flushes are unable to keep up because of disk slowness, we'd rather
accumulate additional memtables that forcibly stall writes.
Epic: none
Fixes: #153673.
Release note: None
0 commit comments