wz11wz commented on issue #28120: URL: https://github.com/apache/doris/issues/28120#issuecomment-1844837213
CREATE TABLE S_RILIFZH ( YEWUSHJ datetime(3) NULL COMMENT '', SHUJUCHLSHJ datetime(3) NULL COMMENT '', BIAOZHUNZH double NULL COMMENT '' ) ENGINE=OLAP UNIQUE KEY(YEWUSHJ) COMMENT '' DISTRIBUTED BY HASH(YEWUSHJ) BUCKETS 3 PROPERTIES ( "replication_allocation" = "tag.location.default: 3", "is_being_synced" = "false", "storage_format" = "V2", "light_schema_change" = "true", "disable_auto_compaction" = "false", "enable_single_replica_compaction" = "false" ); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
