YannByron commented on code in PR #1836: URL: https://github.com/apache/incubator-paimon/pull/1836#discussion_r1301585781
########## docs/content/maintenance/write-performance.md: ########## @@ -28,7 +28,9 @@ under the License. Paimon's write performance is closely related to checkpoint, so if you need greater write throughput: -1. Increase the checkpoint interval, or just use batch mode. +1. Flink Configuration (`'flink-conf.yaml'` or `SET` in SQL): Increase the checkpoint interval + (`'execution.checkpointing.interval'`), increase max concurrent checkpoints to 3 + (`'execution.checkpointing.max-concurrent-checkpoints'`), or just use batch mode. 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]
