hust-hhb commented on code in PR #25949: URL: https://github.com/apache/doris/pull/25949#discussion_r1429960616
########## docs/zh-CN/docs/admin-manual/config/be-config.md: ########## @@ -1534,3 +1534,16 @@ load tablets from header failed, failed tablets size: xxx, path=xxx * 描述: BE 是否开启使用java-jni,开启后允许 c++ 与 java 之间的相互调用。目前已经支持hudi、java-udf、jdbc、max-compute、paimon、preload、avro * 默认值: true + +#### `group_commit_interval_ms` + +* 描述: 攒批写入开启多久后结束,单位为毫秒,请参考 [Group Commit](../../data-operate/import/import-way/group-commit-manual.md) Review Comment: 攒批提交间隔,攒批开启后多久会执行一次提交 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
