forked from github/dataease
feat: 更改 doris key 类型
This commit is contained in:
parent
21a4073d85
commit
07f520698c
@ -112,7 +112,7 @@ public class ExtractDataService {
|
||||
private String passwd;
|
||||
private static String creatTableSql = "CREATE TABLE IF NOT EXISTS `TABLE_NAME`" +
|
||||
"Column_Fields" +
|
||||
"UNIQUE KEY(dataease_uuid)\n" +
|
||||
"DUPLICATE KEY(dataease_uuid)\n" +
|
||||
"DISTRIBUTED BY HASH(dataease_uuid) BUCKETS 10\n" +
|
||||
"PROPERTIES(\"replication_num\" = \"1\");";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user