SelectDB(Doris)
SelectDB(Doris) 配置项
{{ config(
materialized = "table",
duplicate_key = [ "<column-name>", ... ],
partition_by = [ "<column-name>", ... ],
partition_type = "<engine-type>",
partition_by_init = ["<pertition-init>", ... ]
distributed_by = [ "<column-name>", ... ],
buckets = "int",
properties = {"<key>":"<value>",...}
...
]
) }}配置项
描述
Required or not?
增量模型
Incremental table configuration
Option
Description
Required or not?
最佳实践
Last updated