Page MenuHomePhabricator

MetaMTA - save actorPHID as its own column
ClosedPublic

Authored by btrahan on Jun 22 2015, 9:10 PM.
Tags
None
Referenced Files
F15444156: D13396.id32437.diff
Thu, Mar 27, 8:10 AM
F15438931: D13396.id.diff
Wed, Mar 26, 4:44 AM
F15435613: D13396.id32436.diff
Tue, Mar 25, 9:19 AM
F15431928: D13396.diff
Mon, Mar 24, 3:24 PM
F15430898: D13396.diff
Mon, Mar 24, 9:30 AM
F15428467: D13396.id.diff
Sun, Mar 23, 8:33 PM
F15395792: D13396.diff
Sun, Mar 16, 9:53 AM
F15390639: D13396.id32437.diff
Mar 15 2025, 6:23 AM
Tokens
"Haypence" token, awarded by epriestley.

Details

Summary

Ref T5791. This should make performance snappy wrt policy checks in some future diff where the Query is updated and in use somewhere in the application.

Test Plan

ran ./bin/storage upgrade. commented on a task and saw actorPHID populated correctly in underlying MetaMTAMail object database entry

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to MetaMTA - save actorPHID as its own column.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 22 2015, 9:12 PM
This revision was automatically updated to reflect the committed changes.

Not sure if these sorts of things are placed anywhere special these days but the application of this patch was brutal on our system -- took like 30 minutes on our relatively-decent hardware and MySQL instance. Might be worth warning.

We'll warn in the "Upgrading/Compatibility" section of the changelog at the end of the week.