sileiH commented on issue #16981:
URL: https://github.com/apache/doris/issues/16981#issuecomment-1465663471

   create table test (
        `col1` char(48) not null,
        `col2` char(12) not null,
        `col3` char(48) not null,
        `col4` int(11) not null,
        `col5` char(30) not null,
        `col6` varchar(360) not null,
        `col7` char(45) not null,
        `col8` int(11) not null,
        `col9` int(11) not null,
        `col10` char(3) not null,
        `col11` decimal(16, 2) not null,
        `col12` decimal(16, 2) not null,
        `col13` int(11) not null,
        `col14` char(48) not null
   ) engine=olap
   unique key(`col1`)
   comment 'OLAP'
   distributed by hash(`col1`) buckets 10
   properties(
   "replication_allocation" = "tag.location.default: 1",
   "in_memory" = "false",
   "storage_format" = "V2",
   "disable_auto_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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to