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
F18828248: D18947.diff
Fri, Oct 24, 3:18 PM
F18826111: D18947.id.diff
Fri, Oct 24, 2:35 AM
F18819126: D18947.id45463.diff
Wed, Oct 22, 4:28 AM
F18795867: D18947.diff
Fri, Oct 17, 2:36 AM
F18722515: D18947.id45444.diff
Mon, Sep 29, 10:47 PM
F18685711: D18947.diff
Sep 26 2025, 11:38 AM
F18668964: D18947.id.diff
Sep 24 2025, 5:25 PM
F18659725: D18947.diff
Sep 23 2025, 3:18 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.