Skip to content

Commit

Permalink
dumpling: refined description about the -r parameter (#14639) (#14686
Browse files Browse the repository at this point in the history
…) (#14706)
  • Loading branch information
ti-chi-bot committed Aug 4, 2023
1 parent 9920fc0 commit b6f813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpling-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ SET GLOBAL tidb_gc_life_time = '10m';
| --case-sensitive | table-filter 是否大小写敏感 | false,大小写不敏感 |
| -h 或 --host| 连接的数据库主机的地址 | "127.0.0.1" |
| -t 或 --threads | 备份并发线程数| 4 |
| -r 或 --rows | 将 table 划分成 row 行数据,一般针对大表操作并发生成多个文件。当上游为 TiDB 且版本为 v3.0 或更新版本时,设置 `-r` 参数大于 0 表示使用 TiDB region 信息划分表内并发,具体取值不影响划分算法。 |
| -r 或 --rows | 用于开启表内并发加速导出。默认值是 `0`,表示不开启。取值大于 0 表示开启,取值是 INT 类型。当数据源为 TiDB ,设置 `-r` 参数大于 0 表示使用 TiDB region 信息划分区间,同时减少内存使用。具体取值不影响划分算法。对数据源为 MySQL 且表的主键是 INT 的场景,该参数也有表内并发效果|
| -L 或 --logfile | 日志输出地址,为空时会输出到控制台 | "" |
| --loglevel | 日志级别 {debug,info,warn,error,dpanic,panic,fatal} | "info" |
| --logfmt | 日志输出格式 {text,json} | "text" |
Expand Down

0 comments on commit b6f813f

Please sign in to comment.