[FEAT MERGE] Column Store Replica

Co-authored-by: LeonChaoHi <15201161716@163.com>
Co-authored-by: zzg19950727 <1071026277@qq.com>
This commit is contained in:
Tsunaou
2024-08-22 11:26:15 +00:00
committed by ob-robot
parent 11d47a78ce
commit 81e39dc173
179 changed files with 4924 additions and 2176 deletions

View File

@ -2360,7 +2360,7 @@ MODIFY_TIME timestamp(6) YES
UNIT_COUNT bigint(20) NO NULL
UNIT_CONFIG_ID bigint(20) NO NULL
ZONE_LIST varchar(8192) NO NULL
REPLICA_TYPE varchar(18) NO
REPLICA_TYPE varchar(4) NO
select /*+QUERY_TIMEOUT(60000000)*/ count(*) as cnt from (select * from oceanbase.DBA_OB_RESOURCE_POOLS limit 1);
cnt
1