Skip to content

Commit

Permalink
[doc] fix the invalid link for async compaction (apache#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitozi authored Sep 11, 2024
1 parent 0ff226b commit 57135be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/maintenance/dedicated-compaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CALL sys.compact(`table` => 'default.T', `where` => 'dt>10 and h<20');
{{< 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" >}}).
You can configure `table_conf` to use [Asynchronous Compaction]({{< ref "primary-key-table/compaction#asynchronous-compaction" >}}).
{{< /hint >}}
## Database Compaction Job
Expand Down
2 changes: 1 addition & 1 deletion docs/content/maintenance/write-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ large impact on write performance, if it is a snapshot / full synchronization ph
then enable them again in the incremental phase.

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

## Parallelism
Expand Down

0 comments on commit 57135be

Please sign in to comment.