Re: Declarative partitioning - another take

From: Maksim Milyutin <m(dot)milyutin(at)postgrespro(dot)ru>
To: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Erik Rijkers <er(at)xs4all(dot)nl>, Amit Langote <amitlangote09(at)gmail(dot)com>, Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: Declarative partitioning - another take
Date: 2017-04-07 10:52:01
Message-ID: e5ec3847-bd9c-7822-d981-e55e646ca713@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.04.2017 13:05, Etsuro Fujita wrote:
> On 2016/12/14 16:20, Etsuro Fujita wrote:
>> On 2016/12/09 19:46, Maksim Milyutin wrote:
>>> I would like to work on two tasks:
>>> - insert (and eventually update) tuple routing for foreign partition.
>>> - the ability to create an index on the parent and have all of the
>>> children inherit it;
>>>
>>> The first one has been implemented in pg_pathman somehow, but the code
>>> relies on dirty hacks, so the FDW API has to be improved. As for the
>>> extended index support, it doesn't look like a super-hard task.
>
>> That would be great! I'd like to help review the first one.
>
> There seems to be no work on the first one, so I'd like to work on that.

Yes, you can start to work on this, I'll join later as a reviewer.

--
Maksim Milyutin
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2017-04-07 11:00:39 Re: src/interfaces/libpq shipping nmake-related Makefiles
Previous Message Tatsuo Ishii 2017-04-07 10:20:26 pg_export_snapshot doc