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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b1f91ee7 [doc] Dedicated compaction enables Asynchronous Compaction
8b1f91ee7 is described below

commit 8b1f91ee7109c9f8588f87b0f624be1d816a130e
Author: Jingsong <[email protected]>
AuthorDate: Tue Apr 23 10:34:09 2024 +0800

    [doc] Dedicated compaction enables Asynchronous Compaction
---
 docs/content/maintenance/dedicated-compaction.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/content/maintenance/dedicated-compaction.md 
b/docs/content/maintenance/dedicated-compaction.md
index c9bcb5214..41f0e6c91 100644
--- a/docs/content/maintenance/dedicated-compaction.md
+++ b/docs/content/maintenance/dedicated-compaction.md
@@ -130,6 +130,11 @@ For more usage of the compact action, see
 
 {{< /tabs >}}
 
+{{< hint info >}}
+Similarly, the default is synchronous compaction, which may cause checkpoint 
timeouts.
+You can configure `table_conf` to use [Asynchronous Compaction]({{< ref 
"maintenance/write-performance#asynchronous-compaction" >}}).
+{{< /hint >}}
+
 ## Database Compaction Job
 
 You can run the following command to submit a compaction job for multiple 
database.

Reply via email to