Re: Planner hints in Postgresql
От | Tom Lane |
---|---|
Тема | Re: Planner hints in Postgresql |
Дата | |
Msg-id | 11603.1395100047@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Planner hints in Postgresql (Claudio Freire <klaussfreire@gmail.com>) |
Ответы |
Re: Planner hints in Postgresql
Re: Planner hints in Postgresql |
Список | pgsql-hackers |
Claudio Freire <klaussfreire@gmail.com> writes: > On Mon, Mar 17, 2014 at 7:01 PM, Jim Nasby <jim@nasby.net> wrote: >> Even better would be if the planner could estimate how bad a plan will >> become if we made assumptions that turn out to be wrong. > That's precisely what risk estimation was about. Yeah. I would like to see the planner's cost estimates extended to include some sort of uncertainty estimate, whereupon risk-averse people could ask it to prefer low-uncertainty plans over high-uncertainty ones (the plans we typically choose for ORDER BY ... LIMIT queries being great examples of the latter). But it's a long way from wishing that to making it so. Right now it's not even clear (to me anyway) how we'd measure or model such uncertainty. regards, tom lane
В списке pgsql-hackers по дате отправления: