mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Create an index on harbormaster_buildlog to reduce page load times
Summary: Resolves T5895. This reduces page load times significantly when looking at builds. Test Plan: Viewed a build, saw the page load a lot faster. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Maniphest Tasks: T5895 Differential Revision: https://secure.phabricator.com/D10286
This commit is contained in:
parent
94cdddc211
commit
6f85c22faf
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildlog
|
||||||
|
ADD KEY `key_buildtarget` (buildTargetPHID);
|
Loading…
Reference in a new issue