Re: Disabling options lowers the estimated cost of a query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Disabling options lowers the estimated cost of a query
Дата
Msg-id 4007313.1618578588@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Disabling options lowers the estimated cost of a query  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Disabling options lowers the estimated cost of a query
Список pgsql-performance
I wrote:
> ... The code to select the
> right child path would be approximately like get_cheapest_fractional_path,
> except that you need to restrict it to paths with the right sort order.

Duh, I forgot about get_cheapest_fractional_path_for_pathkeys().

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Disabling options lowers the estimated cost of a query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why is there a tenfold difference between Postgres's alleged query execution time and packet transmission time?