GoogleCloudPlatform/spanner-migration-tool

Mismatch in scanned row count from DynamoDB database

nareshz opened this issue · 0 comments

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.
    Screenshot 2022-07-20 11 18 09 AM
  2. Performed bulk migration using HarbourBridge.
  3. Only 4511 rows were scanned for writing to Cloud Spanner.
    Screenshot 2022-07-20 11 26 30 AM
    Note: This statement was only printed to debug and not printed while performing actual migration.