Homepage on Valerie Parham-Thompson: Database architecture for teams ready to launch and scale · Jun 2, 2026
Extended Statistics in Postgres
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Something you probably already know about Postgres: The planner needs to know things about the data to come up with a good access plan. For example, it needs to decide whether to use an index or a sequential scan. It’s looking at things like row count or distinct values when it comes up with this plan. The statistics it uses to do this are stored internally. One place is the pg_class table.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.