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 4429ac224 [doc] Optimize sort for dynamic bucket
4429ac224 is described below

commit 4429ac2244159dbed6d4ef3ee08daaf2d2aa3f10
Author: Jingsong <[email protected]>
AuthorDate: Tue Oct 24 16:19:43 2023 +0800

    [doc] Optimize sort for dynamic bucket
---
 docs/content/concepts/primary-key-table.md       | 2 --
 docs/content/maintenance/dedicated-compaction.md | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/content/concepts/primary-key-table.md 
b/docs/content/concepts/primary-key-table.md
index c2a878f80..f459717a6 100644
--- a/docs/content/concepts/primary-key-table.md
+++ b/docs/content/concepts/primary-key-table.md
@@ -64,8 +64,6 @@ Performance:
    entries in a partition takes up **1 GB** more memory, partitions that are 
no longer active do not take up memory.
 2. For tables with low update rates, this mode is recommended to significantly 
improve performance.
 
-#### Sort Compact For Normal Dynamic Bucket Mode
-
 `Normal Dynamic Bucket Mode` supports sort-compact to speed up queries. See 
[Sort Compact]({{< ref "maintenance/dedicated-compaction#sort-compact" >}}).
 
 #### Cross Partitions Upsert Dynamic Bucket Mode
diff --git a/docs/content/maintenance/dedicated-compaction.md 
b/docs/content/maintenance/dedicated-compaction.md
index 0f0b7683c..25eec7e0c 100644
--- a/docs/content/maintenance/dedicated-compaction.md
+++ b/docs/content/maintenance/dedicated-compaction.md
@@ -222,7 +222,7 @@ For more usage of the compact-database action, see
 ## Sort Compact
 
 If your table is configured with [dynamic bucket]({{< ref 
"concepts/primary-key-table#dynamic-bucket" >}})
-or [unaware bucket]({{< ref 
"concepts/append-only-table#append-for-scalable-table" >}}) ,
+or [append table]({{< ref 
"concepts/append-only-table#append-for-scalable-table" >}}) ,
 you can trigger a compact with specified column sort to speed up queries.
 
 ```bash  

Reply via email to