GoogleCloudPlatform / GoogleCloudPlatform/spanner-migration-tool
Mismatch in scanned row count from DynamoDB database
- Dominant language
- PLpgSQL
- Stars
- 155
- Forks
- 83
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 6
Description
## Issue
The number of rows scanned while performing migration doesn't match with the actual number of rows present in the DynamoDB database.
## Steps which led to the Problem
1. Dynamodb database table consisted of 11500 rows.

1. Performed bulk migration using HarbourBridge.
1. Only 4511 rows were scanned for writing to Cloud Spanner.

**Note**: This statement was only printed to debug and not printed while performing actual migration.
Contributor guide
Assessment
This issue has not been assessed yet.