This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new f4cd44cf3 [doc] Use batch mode for better write performance
f4cd44cf3 is described below
commit f4cd44cf34112ced81850d663ef3667c660ca9bb
Author: JingsongLi <[email protected]>
AuthorDate: Wed Jun 14 14:04:36 2023 +0800
[doc] Use batch mode for better write performance
---
docs/content/maintenance/write-performance.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/maintenance/write-performance.md
b/docs/content/maintenance/write-performance.md
index 762520887..6e1f57c73 100644
--- a/docs/content/maintenance/write-performance.md
+++ b/docs/content/maintenance/write-performance.md
@@ -28,7 +28,7 @@ under the License.
Paimon's write performance is closely related to checkpoint, so if you need
greater write throughput:
-1. Increase the checkpoint interval.
+1. Increase the checkpoint interval, or just use batch mode.
2. Increase `write-buffer-size`.
3. Enable `write-buffer-spillable`.
4. Rescale bucket number if you are using Fixed-Bucket mode.