bd8071bb3350927215cc303292a762c19f4866a1
(dst, type, src) key to Differential's edge table
Summary: Ref T1279. This came to me in a dream. The existing `differential_relationship` table has an `(objectPHID, type)` column, which theoretically is useful for queries like "revisions with X as a reviewer". In practice, I'm not sure it gets used much, but I can get it to show up in at least some query plans. Add a similar index to the `edge` table. This sequences //before// D7227, which actually migrates the data. Test Plan: - Ran `bin/storage upgrade`. - EXPLAIN'd a bunch of queries against different versions of the schema, this seemed helpful overall. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T1279 Differential Revision: https://secure.phabricator.com/D7232 Conflicts: src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.
Description
Languages
PHP
93.4%
JavaScript
4.1%
CSS
2.4%