GoogleCloudPlatform/spanner-migration-tool

Validate data written to Spanner

Ouverte

#19 ouverte le 27 janv. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)PLpgSQL (81 forks)auto 404
good first issuep4

Métriques du dépôt

Stars
 (152 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur