Skip to content

Commit 67d4dda

Browse files
authored
Move the part of parameter description in dumpling-overview.md (#5521)
1 parent 097148d commit 67d4dda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dumpling-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In the command above:
6969
+ `-h`, `-p`, and `-u` respectively mean the address, the port, and the user. If a password is required for authentication, you can use `-p $YOUR_SECRET_PASSWORD` to pass the password to Dumpling.
7070
+ `-o` specifies the export directory of the storage, which supports a local file path or a [URL of an external storage](/br/backup-and-restore-storages.md).
7171
+ `-r` specifies the maximum number of rows in a single file. With this option specified, Dumpling enables the in-table concurrency to speed up the export and reduce the memory usage.
72-
+ `-F` specifies the maximum size of a single file.
72+
+ The `-F` option is used to specify the maximum size of a single file (the unit here is `MiB`; inputs like `5GiB` or `8KB` are also acceptable). It is recommended to keep its value to 256 MiB or less if you plan to use TiDB Lightning to load this file into a TiDB instance.
7373

7474
> **Note:**
7575
>
@@ -249,7 +249,6 @@ Examples:
249249
The exported file is stored in the `./export-<current local time>` directory by default. Commonly used options are as follows:
250250
251251
- The `t` option specifies the number of threads for the export. Increasing the number of threads will increase the concurrency of Dumpling but will also increase the database's memory consumption. Therefore, it is not recommended to set the number too large.
252-
- The `-F` option is used to specify the maximum size of a single file (the unit here is `MiB`; inputs like `5GiB` or `8KB` are also acceptable). It is recommended to keep its value to 256 MiB or less if you plan to use TiDB Lightning to load this file into a TiDB instance.
253252
- The `-r` option specifies the maximum number of records (or the number of rows in the database) for a single file. When it is enabled, Dumpling enables concurrency in the table to improve the speed of exporting large tables.
254253

255254
With the above options specified, Dumpling can have a quicker speed of data export.

0 commit comments

Comments
 (0)