GoogleCloudPlatform/spanner-migration-tool

Validate data written to Spanner

オープン

#19 opened on 2020/01/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)PLpgSQL (81 件のフォーク)auto 404
good first issuep4

Repository metrics

Stars
 (152 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド