postgres
Postgres pg_stat_user_indexes: Finding the Indexes Nobody Is Using
Every index you add costs write throughput. pg_stat_user_indexes is the view that tells you which of those costs you are paying without getting any read-side benefit. Most production databases have several indexes that have not been read in months.