Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Production pg_stat_user_indexes showed both count-only interval play indexes
-- with zero scans. aggregate_interval_plays lookups in the API use track_id,
-- which is covered by interval_play_track_id_idx.

drop index concurrently if exists interval_play_week_count_idx;
drop index concurrently if exists interval_play_month_count_idx;
Loading