Re: Oddity in EXPLAIN for foreign/custom join pushdown plans - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Oddity in EXPLAIN for foreign/custom join pushdown plans
Date
Msg-id 992f1cff-d350-6b49-75ad-828c835b0eae@lab.ntt.co.jp
Whole thread Raw
In response to Re: Oddity in EXPLAIN for foreign/custom join pushdown plans  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Responses Re: Oddity in EXPLAIN for foreign/custom join pushdown plans  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: Re: Reviewing freeze map code
Next
From: Pavel Stehule
Date:
Subject: Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()