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,5 @@
-- Production pg_stat_user_indexes showed this wide mint index at roughly 78 GB
-- with zero scans. The API balance-history endpoint filters by user_id and
-- timestamp only, which is covered by user_balance_history_user_timestamp_idx.

drop index concurrently if exists user_balance_history_user_mint_timestamp_idx;
Loading