"dynamic_partition.enable"="true", "dynamic_partition.time_unit"="DAY", "dynamic_partition.start"="-3", "dynamic_partition.end"="3", "dynamic_partition.prefix"="p", "dynamic_partition.buckets"="32", "dynamic_partition.history_partition_num"="0" ); 1. 2. 3. 4. 5. 6. 7. 8. ...
"dynamic_partition.history_partition_num"="0" ); 上面建表sql中,先手动预创建3个分区,PROPERTIES中dynamic_partition.enable前缀的配置则是配置动态分区,列几个常见配置项: dynamic_partition.enable:开启动态分区特性,取值为 true(默认)或 false。 dynamic_partition.time_unit:必填,动态分区的时间粒度,取值为 HOU...
"dynamic_partition.history_partition_num" = "0" ); dynamic_partition.enable:是否开启动态分区特性,可指定为TRUE或FALSE。如果该参数等号后不填写值,则默认代表TRUE。 dynamic_partition.time_unit:动态分区调度的粒度,可指定为DAY/WEEK/MONTH。 不同分区粒度下动态分区自动创建分区的名称后缀不同,指定为DAY时,分...
# 增加分区时使用新的副本数:ALTER TABLE starrocks.table07ADD PARTITION p20210313 VALUES LESS THAN ("2021-03-14")("replication_num"="1");# 修改分区副本数:ALTER TABLE starrocks.table07MODIFY PARTITION p20210313 SET("replication_num"="2");# 修改表的默认副本数量,新建分区副本数量默认使用此值:...
_concurrent_num、可用 BE 数、 FE 配置、topic partition数和 max_routine_load_task_concurrent_num 的最小值,具体的计算方式如下:concurrent_num = Min(partition_num, desired_concurrent_num, alive_be_num, Config.max_routine_load_task_concurrent_num)因此,在调整该参数时需要综合考虑BE数量和partition数量...
PARTITION_NAME | PARTITION_ID | COMPACT_VERSION | VISIBLE_VERSION | VISIBLE_VERSION_TIME | NEXT_VERSION | PARTITION_KEY | PARTITION_VALUE | DISTRIBUTION_KEY | BUCKETS | REPLICATION_NUM | STORAGE_MEDIUM | COOLDOWN_TIME | LAST_CONSISTENCY_CHECK_TIME | IS_IN_MEMORY | IS_TEMP | DATA_SIZE |...
docs [Doc] handle replication_num in s3 load doc and hdfs load doc (StarRo… extra/grafana/kubernetes [Doc] Use external service instead of search service (StarRocks#38693) fe [BugFix] Fix automatic create partition return inconsistency result w… fs_brokers/apache_hdfs_broker [Enhancement] ...
history_job_keep_max_second 604800 历史任务最大的保留时长,单位为s。 label_keep_max_num 1000 一定时间内所保留导入任务的最大数量。 保留时间在label_keep_max_second中设置。 label_keep_max_second 259200 label保留时长,单位为s。 max_routine_load_job_num 100 最大的Routine Load作业数。 max_routin...
loads_history task_run_history New Primary Key tables no longer allow__opas a column name, even ifallow_system_reserved_namesis set totrue. Existing tables are unaffected.#52621 Expression-partitioned tables cannot have partition names modified.#52557 ...
StarRocks 在数据摄入过程中,每次操作都会创建一个新的数据版本。在查询时,为了得到准确的结果,必须将所有版本合并。然而,随着历史数据版本的累积,需要...