@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove recently added repository_pathchange key

Summary:
Ref T10560. Reverts D15460. See that task for discussion: we dug up some more information to explain the behavior, and this key was just sort of sidestepping an analyze/cardinality estimate issue on the index.

With proper cardinality estimates it shouldn't be used, so just nuke it.

Test Plan: Ran `bin/storage adjust`, saw key drop.

Reviewers: eadler, chad

Reviewed By: chad

Maniphest Tasks: T10560

Differential Revision: https://secure.phabricator.com/D15486

-3
-3
src/applications/repository/storage/PhabricatorRepositorySchemaSpec.php
··· 155 155 'repositoryID' => array( 156 156 'columns' => array('repositoryID', 'pathID', 'commitSequence'), 157 157 ), 158 - 'key_history' => array( 159 - 'columns' => array('commitID', 'isDirect', 'changeType'), 160 - ), 161 158 )); 162 159 163 160 $this->buildRawSchema(