99x / 99x/dynamodb-migrations

Batch writes fail with lots of items

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
18
Forks
14
PR merge metrics
No merged PRs in 30d

Description

The batchWrite mechanism should chunk out the seed arrays into blocks and invoke each of these with a batch call.

Contributor guide

Open the contributing guide

Research direction

Start by locating the JavaScript implementation of the batchWrite mechanism and how it receives seed arrays. Verify the current behavior with a large seed array, then ensure the arrays are split into blocks and each block is sent through a batch call; done means large batch writes complete successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.