Database
Intermediate
PostgreSQL Index Strategy That Actually Works
Most "PostgreSQL is slow" tickets are an indexing problem, and most indexing problems come from adding indexes by intuition rather than by reading the plan. This is the method I use, and the specific index types that sol...
6 min read
6K