【多选题】"有一个业务租户Tenant1,在3个Zone中各有一个全功能副本,租户在每个Zone内有3个资源单元,且租户的Primary_Zone=RANDOM。在该租户内,有表组tgorder,表组与其中的表的DDL定义如下:
create tablegroup tgorder sharding=‘PARTITION’;
create table t1(…)partition by hash(c1) partitions 3 tablegroup=tgorder;
create table t2(…)partition by hash(c2) partitions 3 tablegroup=tgorder;
create table t3(…)partition by hash(c3) partitions 3 tablegroup=tgorder;
在自动负载均衡机制下,以下关于表组中的表分区的副本分布的描述正确的是:"