Query planning

Поиск
Список
Период
Сортировка
От Jayadevan M
Тема Query planning
Дата
Msg-id CAFS1N4gp-nJz63SrwiRruRUSOw9nYu8nEoTcXO+Ozc5joDx7hg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Query planning  (Emanuel Calvo <emanuel.calvo@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Soni M
Дата:
Сообщение: Re: Estimating WAL usage during pg_basebackup
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Planet Postgres