Skip to content

Commit 9a802d0

Browse files
authored
tidb-lightning: fix strategy number (#14998) (#15009)
1 parent 0817ce0 commit 9a802d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-lightning/tidb-lightning-physical-import-mode-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For the complete configuration file, refer to [the configuration file and comman
7979

8080
Conflicting data refers to two or more records with the same PK/UK column data. When the data source contains conflicting data, the actual number of rows in the table is different from the total number of rows returned by the query using unique index.
8181

82-
TiDB Lightning offers three strategies for detecting conflicting data:
82+
TiDB Lightning offers the following strategies for detecting conflicting data:
8383

8484
- `remove` (recommended): records and removes all conflicting records from the target table to ensure a consistent state in the target TiDB.
8585
- `none`: does not detect duplicate records. `none` has the best performance in the two strategies, but might lead to inconsistent data in the target TiDB.

0 commit comments

Comments
 (0)