PostgreSQL Extended Statistics: The Missing Half of Query Optimization
Indexes make fast access possible. Extended statistics make the planner choose them when it should.
When a query is slow, the first instinct is almost always the same: add an index.
Then come the fa
kareemdev.hashnode.dev20 min read