Page MenuHomePhabricator

Improve performance of two recent commit migrations
ClosedPublic

Authored by epriestley on Nov 14 2018, 5:45 PM.
Tags
None
Referenced Files
F19941060: D19802.id47307.diff
Wed, Apr 15, 7:33 AM
F19940935: D19802.id47294.diff
Wed, Apr 15, 6:38 AM
F19937209: D19802.diff
Sun, Apr 12, 8:23 PM
F19937205: D19802.diff
Sun, Apr 12, 8:19 PM
F19913680: D19802.id47294.diff
Fri, Apr 3, 4:48 AM
F19895538: D19802.id.diff
Sat, Mar 28, 10:20 PM
F19873066: D19802.diff
Mar 15 2026, 3:13 PM
F19814431: D19802.diff
Mar 4 2026, 2:04 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13216. See PHI959. These two recent migrations can be expressed more efficiently:

  • When updating commit audit statuses, the field isn't JSON encoded or anything so we can just issue several bulk UPDATEs.
  • When inserting mail keys, we can batch them in groups of 100.
Test Plan

Used bin/storage upgrade -f --apply phabricator:... to reapply patches. Saw equivalent behavior and faster runtimes.

Diff Detail

Repository
rP Phabricator
Branch
mig1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21143
Build 28743: Run Core Tests
Build 28742: arc lint + arc unit

Event Timeline

Owners added a subscriber: Restricted Owners Package.Nov 14 2018, 5:45 PM
Harbormaster returned this revision to the author for changes because remote builds failed.Nov 14 2018, 5:46 PM
Harbormaster failed remote builds in B21143: Diff 47294!

Stacked on qsprintf() stuff.

This revision is now accepted and ready to land.Nov 15 2018, 3:28 AM
This revision was automatically updated to reflect the committed changes.