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

导出数据到Minio上,文件大小受限,最大为2G,超过则会被切割成多个文件

Asked Dec 25, 2024 Modified Dec 25, 2024
Viewed 184
ingestion 2.0 demand

image.png
image.png

edited Dec 25, 2024
Sol.7
asked Dec 25, 2024
1 Answers

目前最大只能支持2g

max_file_size: 单个文件大小限制,如果结果超过这个值,将切割成多个文件,max_file_size 取值范围是[5MB, 2GB], 默认为 1GB。(当指定导出为 orc 文件格式时,实际切分文件的大小将是 64MB 的倍数,如:指定 max_file_size = 5MB, 实际将以 64MB 为切分;指定 max_file_size = 65MB, 实际将以 128MB 为切分)

edited Jan 1, 1970
黄海军@SelectDB5218
answered Dec 25, 2024
Related Questions
OSS的远程存储需要更新桶的话,要如何进行数据迁移
1 answers
请问超大doris集群里,单个tablet体积有强限制吗?官方说要1-10g,感觉太小了。
2 answers
failed to send brpc batch, error=RPC call is timed out
1 answers
flink doris connector整库同步oracle多表数据,会使oracle生成大量归档日志吗,如何解决
1 answers
insert overwirte select子语句中包含递归cte时会立即拖垮doris be
2 answers
flink doris connector整库同步ORACLE,新增字段不会自动同步
1 answers

Terms of service Privacy policy

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