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 3f9b865dc5 [doc] fix typo link in compaction doc (#5323)
3f9b865dc5 is described below

commit 3f9b865dc51d3f5338cb5047ee3c77d8feb31c17
Author: bkhan <[email protected]>
AuthorDate: Fri Mar 21 19:05:25 2025 +0800

    [doc] fix typo link in compaction doc (#5323)
---
 docs/content/primary-key-table/compaction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/primary-key-table/compaction.md 
b/docs/content/primary-key-table/compaction.md
index 416cbabfab..29b0e2404c 100644
--- a/docs/content/primary-key-table/compaction.md
+++ b/docs/content/primary-key-table/compaction.md
@@ -170,7 +170,7 @@ Its value depends on your memory size.
 
 Paimon uses [LSM tree]({{< ref "primary-key-table/overview#lsm-trees" >}}) 
which supports a large number of updates. LSM organizes files in several 
[sorted runs]({{< ref "primary-key-table/overview#sorted-runs" >}}). When 
querying records from an LSM tree, all sorted runs must be combined to produce 
a complete view of all records.
 
-One can easily see that too many sorted runs will result in poor query 
performance. To keep the number of sorted runs in a reasonable range, Paimon 
writers will automatically perform [compactions]({{< ref 
"primary-key-table/overview#compaction" >}}). The following table property 
determines the minimum number of sorted runs to trigger a compaction.
+One can easily see that too many sorted runs will result in poor query 
performance. To keep the number of sorted runs in a reasonable range, Paimon 
writers will automatically perform [compactions]({{< ref 
"primary-key-table/compaction" >}}). The following table property determines 
the minimum number of sorted runs to trigger a compaction.
 
 <table class="table table-bordered">
     <thead>

Reply via email to