新加入BE Resource Group默认为"tag.location" = "default",此时一加入集群,就有tablet去往新机器上移动,能不能做到加入集群前tag.location就已经打好不是default呢?
新加入BE Resource Group默认为"tag.location" = "default",此时一加入集群,就有tablet去往新机器上移动,能不能做到加入集群前tag.location就已经打好不是default呢?
添加带有资源组的后端
```sql
ALTER SYSTEM ADD BACKEND "host3:9050" PROPERTIES ("tag.location" = "groupb");
```
此命令将单个后端节点(host3,端口 9050)添加到集群中的资源组 `groupb`: