Follow-up on D1390.
Details
Details
- Reviewers
olasd - Group Reviewers
Reviewers - Commits
- rDJNL730f4b911942: Make the replayer insert objects in batches.
Diff Detail
Diff Detail
- Repository
- rDJNL Journal infrastructure
- Branch
- replayer-batch-insert
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 5302 Build 7185: tox-on-jenkins Jenkins Build 7184: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/140/ for more details.
swh/journal/replay.py | ||
---|---|---|
77 | Could we do the batch insertion (which should always succeed in prod) and only fall back to 1 by 1 insertion when a hash collision occurs (which will pretty much only happen when testing)? |