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
In the drt-scale cluster, a batch size of 50 caused sql stats
flushing to be slow because it increased contention when sql
stats flushes occurred. This is because in a cluster of this
size, there is a higher chance for an individual node to be
flushing at any given time.
We observed that lowering the batch size to 10 decreased the
amount of contention while still providing decreased flush
latency.
Epic: None
Release note: None
0 commit comments