Audit usage of pin_status_idx index #1574
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
need/triage
Needs initial labeling and prioritization
pi/psa-follow-up
topic/psa
Context
In this PR we created a new index on
pin(content_cid, status)
.TODO
Can we audit how we're querying the
Pin
table and verify if we still needCREATE INDEX IF NOT EXISTS pin_status_idx ON pin (status);
If it's unused we should drop it.
The text was updated successfully, but these errors were encountered: