Basic Functions of DataCheck¶
Basic Functions¶
Support data check for source databases such as GaussDB(DWS), MySQL, and PostgreSQL, with the destination database being GaussDB(DWS).
Check common fields, such as numeric, time, and character types.
Support three check levels, including high, middle, and low.
Check schemas, table names, and column names.
Specify the check scope of records. By default, all records are checked.
Support various check methods, including COUNT(*), MAX, MIN, SUM, AVG, and sampling details check.
Output the check result and related check details.
Check Level | Description | Syntax |
---|---|---|
No |
|
|
Low | Quantity check | Number of records: COUNT(*) |
Middle |
|
|
High |
|
|