为了更快的定位您的问题,请提供以下信息,谢谢
【详述】问题详细描述
【背景】做过哪些操作?
【业务影响】
【是否存算分离】是
【StarRocks版本】例如:3.2.8
【集群规模】例如:3fe(1 follower+2observer)+40cn
【联系方式】mdf1994@163.com
提供一下具体的操作报错截图
CREATE TABLE t2
( id
bigint(20) NOT NULL COMMENT “”, t
bigint(20) NULL COMMENT “”, v
bigint(20) NULL COMMENT “” ) ENGINE=OLAP PRIMARY KEY(id
) COMMENT “OLAP” DISTRIBUTED BY HASH(id
) PROPERTIES ( “replication_num” = “1”, “datacache.enable” = “true”, “storage_volume” = “builtin_storage_volume”, “enable_async_write_back” = “false”, “enable_persistent_index” = “true”, “persistent_index_type” = “LOCAL”, “compression” = “LZ4” );
存算分离不支持该操作