Page MenuHomePhabricator

Write edge transactions in a more compact way
ClosedPublic

Authored by epriestley on Jan 27 2018, 1:56 PM.
Tags
None
Referenced Files
F15466784: D18947.diff
Thu, Apr 3, 9:48 AM
F15446825: D18947.id45463.diff
Thu, Mar 27, 8:26 PM
F15444869: D18947.id45444.diff
Thu, Mar 27, 11:39 AM
F15444868: D18947.id.diff
Thu, Mar 27, 11:39 AM
F15444867: D18947.id45465.diff
Thu, Mar 27, 11:39 AM
F15440077: D18947.id.diff
Wed, Mar 26, 10:53 AM
F15422710: D18947.id45463.diff
Sat, Mar 22, 10:16 AM
F15401282: D18947.diff
Mon, Mar 17, 4:48 PM
Subscribers
None

Details

Summary

Depends on D18946. Ref T13051. Begins writing edge transactions as just a list of changed PHIDs.

Test Plan

Added, edited, and removed projects. Reviewed transaction record and database. Saw no user-facing changes but a far more compact database representation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Remove literal debugging code.
amckinley added inline comments.
src/infrastructure/edges/util/PhabricatorEdgeChangeRecord.php
80

"this is"

86

Oh, I thought we still needed to keep this as a list inside of a map?

This revision is now accepted and ready to land.Jan 29 2018, 7:24 PM

Oh, I thought we still needed to keep this as a list inside of a map?

The change ended up a lot simpler than I thought at first, so I just went with a plain list.

  • Fix missing word in comment.
This revision was automatically updated to reflect the committed changes.