GoogleCloudPlatform/spanner-migration-tool
Validate data written to Spanner
Aperta
#19 aperta il 27 gen 2020
good first issuep4
Metriche repository
- Star
- (152 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
After data is written to Spanner, read it back and check it matches the data from the pg_dump.
At a minimum, we could check row counts for each table.
We could also: a) check actual data, but just do this for a sampled set of data, or b) check all data (probably requires another pass over the pg_dump for large datasets).