spanner-migration-tool icon indicating copy to clipboard operation
spanner-migration-tool copied to clipboard

Validate data written to Spanner

Open nevinheintze opened this issue 5 years ago • 1 comments

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).

nevinheintze avatar Jan 27 '20 04:01 nevinheintze