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
Release note (ops change): Add option to balance cpu time (cpu)
instead of queries per second (qps) among stores in a cluster. This is
done by setting kv.allocator.load_based_rebalancing.objective='cpu'. kv.allocator.cpu_rebalance_threshold is also added, similar to kv.allocator.qps_rebalance_threshold to control the target range for
store cpu above and below the cluster mean.
Exalate commented:
Related PR: cockroachdb/cockroach#96127
Commit: cockroachdb/cockroach@c28ed6b
Release note (ops change): Add option to balance cpu time (cpu)
instead of queries per second (qps) among stores in a cluster. This is
done by setting
kv.allocator.load_based_rebalancing.objective='cpu'
.kv.allocator.cpu_rebalance_threshold
is also added, similar tokv.allocator.qps_rebalance_threshold
to control the target range forstore cpu above and below the cluster mean.
Jira Issue: DOC-6917
The text was updated successfully, but these errors were encountered: