Skip to content

Commit a4521f7

Browse files
authored
tidb-lightning: add block-size (#16205)
1 parent d3cf59b commit a4521f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tidb-lightning/tidb-lightning-configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ strategy = ""
234234
# This parameter is introduced in v7.1.0.
235235
# region-check-backoff-limit = 1800
236236

237+
# In Physical Import Mode, this parameter controls the I/O block size for the local sorting file. You can increase this value when IOPS is a bottleneck.
238+
# This parameter is introduced in v7.6.0. The default value is "16KiB".
239+
# block-size = "16KiB"
240+
237241
[mydumper]
238242
# Block size for file reading. Keep it longer than the longest string of the data source.
239243
read-block-size = "64KiB" # default value

0 commit comments

Comments
 (0)