Re: Startup cost of sequential scan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Startup cost of sequential scan
Дата
Msg-id 5746.1535637895@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Startup cost of sequential scan  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: Startup cost of sequential scan
Re: Startup cost of sequential scan
Список pgsql-hackers
Alexander Korotkov <a.korotkov@postgrespro.ru> writes:
> But I think there is another issue in sequential scan cost.  We have
> zero startup cost for sequential scan.  But why?

Because it's what the mental model of startup cost says it should be.
Also, I do not think we can change that without a whole lot of unpleasant
side effects on cases that work well today.  Have you even checked to
see how much of the regression tests break with this change?

            regards, tom lane


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

Предыдущее
От: Alexander Kukushkin
Дата:
Сообщение: Re: BUG #15346: Replica fails to start after the crash
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Dimension limit in contrib/cube (dump/restore hazard?)