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
Unknown Object (File)
Thu, Apr 11, 8:33 AM
Unknown Object (File)
Wed, Apr 10, 11:04 AM
Unknown Object (File)
Tue, Apr 2, 4:52 PM
Unknown Object (File)
Tue, Apr 2, 11:40 AM
Unknown Object (File)
Tue, Apr 2, 7:50 AM
Unknown Object (File)
Sun, Mar 31, 9:21 PM
Unknown Object (File)
Sun, Mar 24, 1:18 PM
Unknown Object (File)
Feb 27 2024, 4:35 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.