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 ffcaf3cf8 [doc] Document write performance tips
ffcaf3cf8 is described below
commit ffcaf3cf89d2a8fe33b9151fb52ddaee0d7d8fbd
Author: JingsongLi <[email protected]>
AuthorDate: Wed Jun 14 13:43:45 2023 +0800
[doc] Document write performance tips
---
docs/content/maintenance/write-performance.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/content/maintenance/write-performance.md
b/docs/content/maintenance/write-performance.md
index ba5b5e1bb..762520887 100644
--- a/docs/content/maintenance/write-performance.md
+++ b/docs/content/maintenance/write-performance.md
@@ -26,7 +26,12 @@ under the License.
# Write Performance
-Performance of Paimon writers are related with the following factors.
+Paimon's write performance is closely related to checkpoint, so if you need
greater write throughput:
+
+1. Increase the checkpoint interval.
+2. Increase `write-buffer-size`.
+3. Enable `write-buffer-spillable`.
+4. Rescale bucket number if you are using Fixed-Bucket mode.
## Parallelism