Re: Parallel append plan instability/randomness

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Parallel append plan instability/randomness
Дата
Msg-id CA+Tgmoaho8_QinAxEbKQ0UCHdK9VpnZvYLCfrs2R=3UHQqN+ug@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel append plan instability/randomness  (Jim Finnerty <jfinnert@amazon.com>)
Список pgsql-hackers
On Mon, Jan 8, 2018 at 1:26 PM, Jim Finnerty <jfinnert@amazon.com> wrote:
> I see.  Maybe the EXPLAIN output can be made more stable when "EXPLAIN (costs
> FALSE)", though?

I think that would be fixing the problem from the wrong end.  We want
to actually get a stable choice of plan, not display something other
than the actual plan because that other thing is more stable.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parallel append plan instability/randomness
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Condition variable live lock