#index https://www.percona.com/blog/postgresql-indexes-can-hurt-you-negative-effects-and-the-costs-involved/
Percona Database Performance Blog
PostgreSQL Indexes Can Hurt Performance: Exploring the Negative Effects and the Costs Involved
Indexes in PostgreSQL come with a cost in terms of performance and resource consumption. Here are 10 different ways PostgreSQL indexes can hurt performance.
#perf https://www.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgres-starts-with-pg_stat_statements
Crunchy Data
Query Optimization in Postgres with pg_stat_statements | Crunchy Data Blog
I want to work on optimizing all my queries all day long because it will definitely be worth the time and effort. That's a statement that has hopefully never been said. So when it comes to query optimizing, how should you pick your battles?