gaogao110 commented on issue #67123:
URL: https://github.com/apache/doris/issues/67123#issuecomment-5408724742

   CREATE TABLE `xxxx` (
     `id` bigint NOT NULL COMMENT "ID",
     `a` bigint NOT NULL COMMENT "xxxx ",
     `b` bigint NOT NULL COMMENT "xxxx",
     `c` bigint NULL COMMENT "xxxx",
     `d` bigint NULL COMMENT "xxxx",
     `c1` bigint NULL COMMENT "xxxx",
     `c2` text NOT NULL COMMENT "xxxx",
     `c3` int NULL COMMENT "xxxx",
     `c4` int NOT NULL COMMENT "xxxx",
     `c4` int NOT NULL COMMENT "xxxx",
     `c4` int NOT NULL COMMENT "xxxx",
     `c4` int NOT NULL COMMENT "xxxxx",
     `c4` datetime(6) NULL COMMENT "xxxx",
     `c4` datetime(6) NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "操作设备",
     `c4` int NULL COMMENT " xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` datetime(6) NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` datetime(6) NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` bigint NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "",
     `c4` text NULL COMMENT "",
     `c4` int NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` text NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` date NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` int NULL COMMENT "xxxx",
     `c4` datetime(6) NULL COMMENT "xxxx"
   ) ENGINE=OLAP
   UNIQUE KEY(`id`)
   DISTRIBUTED BY HASH(`id`) BUCKETS AUTO
   PROPERTIES (
   "replication_allocation" = "tag.location.default: 1",
   "min_load_replica_num" = "-1",
   "is_being_synced" = "false",
   "storage_medium" = "hdd",
   "storage_format" = "V2",
   "inverted_index_storage_format" = "V3",
   "enable_unique_key_merge_on_write" = "true",
   "light_schema_change" = "true",
   "disable_auto_compaction" = "false",
   "group_commit_interval_ms" = "10000",
   "group_commit_data_bytes" = "134217728",
   "enable_mow_light_delete" = "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]

Reply via email to