Skip to content

Commit

Permalink
sync-diff-inspector: add UPCOUNT and DOWNCOUNT (pingcap#18368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Jul 26, 2024
1 parent 14daec1 commit 54cf44b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sync-diff-inspector/sync-diff-inspector-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ Average Speed: 113.277149MB/s
- `RESULT`: Whether the check is completed. If you have configured `skip-non-existing-table = true`, the value of this column is `skipped` for tables that do not exist in the upstream or downstream
- `STRUCTURE EQUALITY`: Checks whether the table structure is the same
- `DATA DIFF ROWS`: `rowAdd`/`rowDelete`. Indicates the number of rows that need to be added/deleted to fix the table
- `UPCOUNT`: The number of rows in this table in the upstream data source
- `DOWNCOUNT`: The number of rows in this table in the downstream data source

### SQL statements to fix inconsistent data

Expand Down

0 comments on commit 54cf44b

Please sign in to comment.