Re: Oddity in EXPLAIN for foreign/custom join pushdown plans

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: Oddity in EXPLAIN for foreign/custom join pushdown plans
Дата
Msg-id 992f1cff-d350-6b49-75ad-828c835b0eae@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Oddity in EXPLAIN for foreign/custom join pushdown plans  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Ответы Re: Oddity in EXPLAIN for foreign/custom join pushdown plans  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
On 2016/08/02 13:32, Kouhei Kaigai wrote:

I wrote:
>> My concern here is EXPLAIN for foreign joins.  I think it's another
>> problem how we handle Foreign Scan plan nodes representing
>> post-scan/join operations in EXPLAIN, so I'd like to leave that for
>> another patch.

> What is the post-scan/join operations? Are you saying EPQ recheck and
> alternative local join plan?

No.  I mean e.g., aggregation, window functions, sorting, or table 
modification.  In other words, Foreign Scan plan nodes created from 
ForeignPath paths created from GetForeignUpperPaths.

Best regards,
Etsuro Fujita





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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Reviewing freeze map code
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()