You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
First we should record the SHA-256 + size of each file and COUNT(*) of each table somewhere. I suggest we do not reuse the metadata file, its format is not good for verification.
Then, we do the actual checksum of data.
MySQL has the CHECKSUM TABLE statement but this is not supported by TiDB (pingcap/tidb#1895). Furthermore, MySQL's CHECKSUM TABLE is not guaranteed to be stable, nor is the checksum method explicitly documented. So let's ignore this feature.
Feature Request
Is your feature request related to a problem? Please describe:
Currently, we don't know whether dumped data is correct because we don't have a checksum mechanism now.
Describe the feature you'd like:
Add checksum to make sure the dumped data is correct.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Optimization:
The text was updated successfully, but these errors were encountered: