forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
6.7 KiB
6.7 KiB
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 |
|
|
Parent topic: DataCheck