GoogleCloudPlatform/spanner-migration-tool

Validate data written to Spanner

开放

#19 创建于 2020年1月27日

 (1 条评论) (0 个反应) (0 位负责人)PLpgSQL (81 个派生)auto 404
good first issuep4

仓库指标

星标
 (152 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南