#constraint https://medium.com/doctolib/adding-a-not-null-constraint-on-pg-faster-with-minimal-locking-38b2c00c4d1c
Medium
Adding a NOT NULL CONSTRAINT on PG Faster with Minimal Locking
Doctolib is a continuous web service available 24/7 for practitioners and patients. As we have complete responsibility in the handling of…
#perf https://www.enterprisedb.com/postgres-tutorials/introduction-postgresql-performance-tuning-and-optimization
EDB
PostgreSQL Performance Tuning: Optimize Your Database Server
Enhance your PostgreSQL database performance with EDB's expert tuning tips. Optimize queries, autovacuum, and more for a faster, more efficient database.
#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.