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
restore: scale number of OR link workers to number of nodes
This patch teaches online restore to scale the number of link workers to
the number of nodes in the cluster instead of statically setting it to
32. In the new behavior, the default value for
`backup.restore.online_worker_count` is 0, which sets the number of link
workers to two times the number of nodes.
Epic: CRDB-48786Fixes: #146584
0 commit comments