Batch writes fail with lots of items
Open
- 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
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