Skip to content

Commit 57135be

Browse files
authored
[doc] fix the invalid link for async compaction (#4172)
1 parent 0ff226b commit 57135be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/maintenance/dedicated-compaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ CALL sys.compact(`table` => 'default.T', `where` => 'dt>10 and h<20');
151151
152152
{{< hint info >}}
153153
Similarly, the default is synchronous compaction, which may cause checkpoint timeouts.
154-
You can configure `table_conf` to use [Asynchronous Compaction]({{< ref "maintenance/write-performance#asynchronous-compaction" >}}).
154+
You can configure `table_conf` to use [Asynchronous Compaction]({{< ref "primary-key-table/compaction#asynchronous-compaction" >}}).
155155
{{< /hint >}}
156156
157157
## Database Compaction Job

docs/content/maintenance/write-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ large impact on write performance, if it is a snapshot / full synchronization ph
4040
then enable them again in the incremental phase.
4141

4242
If you find that the input of the job shows a jagged pattern in the case of backpressure, it may be imbalanced work
43-
nodes. You can consider turning on [Asynchronous Compaction]({{< ref "#asynchronous-compaction" >}}) to observe if the
43+
nodes. You can consider turning on [Asynchronous Compaction]({{< ref "primary-key-table/compaction#asynchronous-compaction" >}}) to observe if the
4444
throughput is increased.
4545

4646
## Parallelism

0 commit comments

Comments
 (0)