Skip to content

Commit 499c48e

Browse files
authored
fix the recommended range for region-split-size (#18404) (#18408)
1 parent 788e337 commit 499c48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tune-region-performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To reduce the performance overhead of many Regions, you can also enable [Hiberna
1919

2020
> **Note:**
2121
>
22-
> The recommended range for the Region size is [48MiB, 258MiB]. Commonly used sizes include 96 MiB, 128 MiB, and 256 MiB. It is NOT recommended to set the Region size beyond 1 GiB. Avoid setting the size to more than 10 GiB. An excessively large Region size might result in the following side effects:
22+
> The recommended range for the Region size is [48 MiB, 256 MiB]. Commonly used sizes include 96 MiB, 128 MiB, and 256 MiB. It is NOT recommended to set the Region size beyond 1 GiB. Avoid setting the size to more than 10 GiB. An excessively large Region size might result in the following side effects:
2323
>
2424
> + Performance jitters
2525
> + Decreased query performance, especially for queries that deal with a large range of data

0 commit comments

Comments
 (0)