Re: optimizer choosing the wrong index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: optimizer choosing the wrong index
Дата
Msg-id 24252.1278598290@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: optimizer choosing the wrong index  (Martin Below <machtin.below@googlemail.com>)
Ответы Re: optimizer choosing the wrong index
Список pgsql-general
Martin Below <machtin.below@googlemail.com> writes:
> test=# select count(*) total, count(distinct client_id) ids,
> count(distinct expires_on) dates from ps;
>  total  |  ids   | dates
> --------+--------+--------
>  213645 | 123366 | 213549

That says the expires_on column is practically unique, which makes me
think the planner is indeed making the right choice.

            regards, tom lane

В списке pgsql-general по дате отправления: