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

貢獻者指南