Query planning - Mailing list pgsql-general

From Jayadevan M
Subject Query planning
Date
Msg-id CAFS1N4gp-nJz63SrwiRruRUSOw9nYu8nEoTcXO+Ozc5joDx7hg@mail.gmail.com
Whole thread Raw
Responses Re: Query planning  (Emanuel Calvo <emanuel.calvo@2ndquadrant.com>)
List pgsql-general
Hi all,

I am going through PostgreSQL documentation on how row estimation is done in PostgreSQL.
http://www.postgresql.org/docs/current/static/row-estimation-examples.html
There is a reference to cardinality (rel_cardinality) there. But that is an estimate of the number of rows in the table, right?

How many unique values are there in a column (cardinality), that is estimated while finding out selectivity?

Regards,
Jayadevan

pgsql-general by date:

Previous
From: Soni M
Date:
Subject: Re: Estimating WAL usage during pg_basebackup
Next
From: Magnus Hagander
Date:
Subject: Re: Planet Postgres