GoogleCloudPlatform/spanner-migration-tool

Validate data written to Spanner

Open

#19 geöffnet am 27. Jan. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)PLpgSQL (81 Forks)auto 404
good first issuep4

Repository-Metriken

Stars
 (152 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide