Re: strange buildfarm failure on lionfish

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: strange buildfarm failure on lionfish
Дата
Msg-id 14133.1185299774@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: strange buildfarm failure on lionfish  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> What I don't understand is what you mean with it "obliterating" the
> stats for a table.

The point seems to be that if there is no pg_statistic data for these
tables, we fall back to default estimates of the selectivity of the
WHERE clauses, and those produce rowcount estimates that are pretty
far away from the truth.  As soon as some pg_statistic entries
exist, we obtain better rowcount estimates, and that changes the join
plan.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: strange buildfarm failure on lionfish
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: pgcrypto & strong ciphers limitation