Re: use_remote_estimate usage for join pushdown in postgres_fdw

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: use_remote_estimate usage for join pushdown in postgres_fdw
Дата
Msg-id 24499.1450289492@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: use_remote_estimate usage for join pushdown in postgres_fdw  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: use_remote_estimate usage for join pushdown in postgres_fdw  (Robert Haas <robertmhaas@gmail.com>)
Re: use_remote_estimate usage for join pushdown in postgres_fdw  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I like option #2.  I don't really have a strong reason for that, but
> it feels intuitive to me that we err on the side of using remote
> estimates when in doubt.

If we believe that, why isn't the default value of use_remote_estimate true?
(Maybe it should be.)

Another option that should be considered is that joins should pay
attention only to the server-level setting and not to the individual
tables' settings.  This would surely be cheaper to implement, and
it avoids any questions about whether to OR or AND the individual
settings.
        regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: checkpointer continuous flushing
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Tab-comletion for RLS