Apache Doris 中文技术论坛
Questions Tags Users Badges

insert overwrite table table_name partition(*) 第二次覆盖插入0条数据到当前有数据的分区,当前分区不会被清空

Asked Feb 20 Modified Jan 1, 0001
Viewed 63
3.0 ingestion

第一次插入数据完成后清空主表数据,准备进行第二次当天分区数据的覆盖插入

第二次覆盖插入当天分区0条数据,但是当天分区没有被清空

edited Jan 1, 0001
fsadhjfklds3
asked Feb 20
1 Answers

同步问题:
由于 insert overwrite 的时候加了个partition(*) 这个会自动计算需要替换哪些分区,没有数据也就不会替换。

如果不加partition(*),就是替换整个表,原始表的数据就会被清空。

edited Feb 24
阿渊@SelectDB8120
answered Feb 21
Related Questions
doris manager v24.1升级到v24.3后,host节点监控没了
1 answers
3.0.3版本DorisUnique 表能不能加时序策略
1 answers
Flink Doris Connector 中文列名导致 Stream Load 重复列错误
1 answers
Doris3.0.6 compute group 没有隔离住资源
Doris3.0 schedule job 如何暂停,修改、恢复、删除操作
1 answers
部署doris之后,其他linux访问数据库提示端口没有被监控
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Doris 中文技术论坛.