Page MenuHomePhabricator

Improve performance of two recent commit migrations
ClosedPublic

Authored by epriestley on Nov 14 2018, 5:45 PM.
Tags
None
Referenced Files
F18850142: D19802.id47307.diff
Thu, Oct 30, 2:44 PM
F18733841: D19802.id.diff
Sep 30 2025, 10:43 PM
F18568786: D19802.id47307.diff
Sep 10 2025, 12:26 AM
F18568782: D19802.id47294.diff
Sep 10 2025, 12:26 AM
F18509925: D19802.id.diff
Sep 5 2025, 3:41 AM
F18503477: D19802.diff
Sep 4 2025, 11:07 PM
F18376018: D19802.diff
Aug 28 2025, 10:40 AM
F18112242: D19802.id47307.diff
Aug 12 2025, 4:15 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.