Tencent / TBase

TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
Other
1.38k stars 262 forks source link

alter table test distribute by replication report error: this operation is not permitted #64

Open l1t1 opened 4 years ago

l1t1 commented 4 years ago

I run create table test(a int, b int); and alter table test distribute by replication report error: this operation is not permitted but create table test(a int, b int) distribute by replication is ok

JennyJennyChen commented 4 years ago

Table type: shard table or replication table is specified when the table is created, and cannot be modified later. If you want to modify the table type, you can delete and rebuild.