Re: Asymmetric partition-wise JOIN

Поиск
Список
Период
Сортировка
От Andrey V. Lepikhov
Тема Re: Asymmetric partition-wise JOIN
Дата
Msg-id d45d9fac-3f2b-651b-94d8-3e7c89934e77@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Asymmetric partition-wise JOIN  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Asymmetric partition-wise JOIN  (Daniel Gustafsson <daniel@yesql.se>)
Re: Asymmetric partition-wise JOIN  (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>)
Список pgsql-hackers
On 7/1/20 2:10 PM, Daniel Gustafsson wrote:
>> On 27 Dec 2019, at 08:34, Kohei KaiGai <kaigai@heterodb.com> wrote:
> 
>> The attached v2 fixed the problem, and regression test finished correctly.
> 
> This patch no longer applies to HEAD, please submit an rebased version.
> Marking the entry Waiting on Author in the meantime.
Rebased version of the patch on current master (d259afa736).

I rebased it because it is a base of my experimental feature than we 
don't break partitionwise join of a relation with foreign partition and 
a local relation if we have info that remote server has foreign table 
link to the local relation (by analogy with shippable extensions).

Maybe mark as 'Needs review'?

-- 
regards,
Andrey Lepikhov
Postgres Professional

Вложения

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

Предыдущее
От: Pierre Giraud
Дата:
Сообщение: Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Fix typo in procarrary.c