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
SQL function on distributed tables. The function rebalances all tables in the
29
+
## Run the Shard rebalancer
30
+
31
+
To start the Shard rebalancer, connect to the coordinator node of the server group and then run the [rebalance_table_shards](reference-functions.md#rebalance_table_shards) SQL function on distributed tables.
32
+
33
+
The function rebalances all tables in the
38
34
[colocation](concepts-colocation.md) group of the table named in its
39
-
argument. Thus you do not have to call the function for every distributed
40
-
table, just call it on a representative table from each colocation group.
35
+
argument. You don't have to call the function for every distributed
36
+
table. Instead, call it on a representative table from each colocation group.
0 commit comments