Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
herefree committed Oct 25, 2024
1 parent 92550da commit 278ffd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/primary-key-table/compaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ expect a mode to have maximum writing throughput, the compaction can be done slo
You can use the following strategies for your table:

```shell
num-sorted-run.stop-trigger = 2147483647
sort-spill-threshold = 10
num-sorted-run.stop-trigger = 10
sort-spill-threshold = 2147483647
lookup-wait = false
```

Expand Down

0 comments on commit 278ffd5

Please sign in to comment.