Getting rid of cheap-startup-cost paths earlier

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Getting rid of cheap-startup-cost paths earlier
Дата
Msg-id 19798.1337665813@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Getting rid of cheap-startup-cost paths earlier  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Getting rid of cheap-startup-cost paths earlier  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Currently, the planner keeps paths that appear to win on the grounds of
either cheapest startup cost or cheapest total cost.  It suddenly struck
me that in many simple cases (viz, those with no LIMIT, EXISTS, cursor
fast-start preference, etc) we could know a-priori that cheapest startup
cost is not going to be interesting, and hence immediately discard any
path that doesn't win on total cost.

This would require some additional logic to detect whether the case
applies, as well as extra complexity in add_path.  So it's possible
that it wouldn't be worthwhile overall.  Still, it seems like it might
be a useful idea to investigate.

Thoughts?
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange query planner behavior
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Patch: add conversion from pg_wchar to multibyte