SHOW MIGRATION CHECK ALGORITHM
Description
The SHOW MIGRATION RULE
syntax is used to query migration check algorithm.
Syntax
Grammar Railroad diagram
ShowMigrationCheckAlgorithm ::=
'SHOW' 'MIGRATION' 'CHECK' 'ALGORITHMS'
Return Value Description
Column | Description |
---|---|
type | migration check algorithm type |
supported_database_types | supported database type |
description | Description of migration check algorithm |
Example
- Query migration check algorithm
SHOW MIGRATION CHECK ALGORITHMS;
mysql> SHOW MIGRATION CHECK ALGORITHMS;
+-------------+--------------------------------------------------------------+----------------------------+
| type | supported_database_types | description |
+-------------+--------------------------------------------------------------+----------------------------+
| CRC32_MATCH | MySQL | Match CRC32 of records. |
| DATA_MATCH | SQL92,MySQL,MariaDB,PostgreSQL,openGauss,Oracle,SQLServer,H2 | Match raw data of records. |
+-------------+--------------------------------------------------------------+----------------------------+
2 rows in set (0.03 sec)
Reserved word
SHOW
, MIGRATION
, CHECK
, ALGORITHMS
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .