HomePhabricator

Add missing indexes to DrydockRepositoryOperation
Audit Requireda754c694deab

Description

Add missing indexes to DrydockRepositoryOperation

Summary: See PHI1885. Repository operations are queryable by state and author, but neither column has a usable key. Add usable keys.

Test Plan: Ran EXPLAIN on a state query. Ran bin/storage upgrade. Ran EXPLAIN again, saw query go from a table scan to a const key lookup.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

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

Details

Group Auditors
Cowboy Commits
Provenance
epriestleyAuthored on Sep 17 2020, 7:06 PM
epriestleyPushed on Sep 17 2020, 7:10 PM
Differential Revision
D21465: Add missing indexes to DrydockRepositoryOperation
Parents
rP969587f7b0c3: Log unexpected exceptions raised by Conduit calls
Branches
Unknown
Tags
Unknown
Build Status
Buildable 24908
Build 34363: Run Core Tests