Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch in scanned row count from DynamoDB database #352

Open
nareshz opened this issue Jul 21, 2022 · 0 comments
Open

Mismatch in scanned row count from DynamoDB database #352

nareshz opened this issue Jul 21, 2022 · 0 comments
Labels
p4 P4

Comments

@nareshz
Copy link
Contributor

nareshz commented Jul 21, 2022

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.
@manitgupta manitgupta added the p4 P4 label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4 P4
Projects
None yet
Development

No branches or pull requests

2 participants