Clustered Index Compatibility Check
This is a simple tool to test data compatibility of clustered index of tidb.
Usage
- setup test data:
clustered-index-compatibility-check -o table-digests.out -dsn '...' setup
. - do some operations, eg.
- upgrading the cluster.
- backup and restore data.
- check data after operations:
clustered-index-compatibility-check -i table-digests.out -admin-check -dsn '...' check
.