GoogleCloudPlatform/spanner-migration-tool
Validate data written to Spanner
Aberta
#19 aberto em 27 de jan. de 2020
good first issuep4
Métricas do repositório
- Stars
- (152 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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).