Skip to content
Snippets Groups Projects

Uses DynamoDB Batching API to Load and Save Record Metadata

Merged Derek Hudson requested to merge aws-dynamodb-with-batch into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Record Metadata is loaded sequentially, with one record metadata saved/loaded per DynamoDB request.

What is the new/expected behavior?

Record Metadata is loaded in parallel, each batch is performed in parallel when loading.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading