Re: On disable_cost

Поиск
Список
Период
Сортировка
От Jim Finnerty
Тема Re: On disable_cost
Дата
Msg-id 1572625852934-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: On disable_cost  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: On disable_cost  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers
re: coping with adding disable_cost more than once

Another option would be to have a 2-part Cost structure.  If disable_cost is
ever added to the Cost, then you set a flag recording this.  If any plans
exist that have no disable_costs added to them, then the planner chooses the
minimum cost among those, otherwise you choose the minimum cost path.



-----
Jim Finnerty, AWS, Amazon Aurora PostgreSQL
--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Implement INSERT SET syntax
Следующее
От: Andres Freund
Дата:
Сообщение: Re: On disable_cost