Skip to content

Commit

Permalink
tidb-lightning: fix strategy number (#14998) (#15007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 10, 2023
1 parent 61fbcb8 commit e00c83c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ For the complete configuration file, refer to [the configuration file and comman

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.

TiDB Lightning offers three strategies for detecting conflicting data:
TiDB Lightning offers the following strategies for detecting conflicting data:

- `remove` (recommended): records and removes all conflicting records from the target table to ensure a consistent state in the target TiDB.
- `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.
Expand Down

0 comments on commit e00c83c

Please sign in to comment.