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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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–82 | 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)? |