Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit usage of pin_status_idx index #1574

Closed
flea89 opened this issue Jun 27, 2022 · 1 comment
Closed

Audit usage of pin_status_idx index #1574

flea89 opened this issue Jun 27, 2022 · 1 comment
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

Comments

@flea89
Copy link
Contributor

flea89 commented Jun 27, 2022

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 need CREATE INDEX IF NOT EXISTS pin_status_idx ON pin (status);

If it's unused we should drop it.

@flea89 flea89 added kind/enhancement A net-new feature or improvement to an existing feature need/triage Needs initial labeling and prioritization labels Jun 27, 2022
@joshJarr
Copy link
Contributor

Closing since it's no longer relevant.

@joshJarr joshJarr closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants