Re: [HACKERS] Declarative partitioning - another take - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: [HACKERS] Declarative partitioning - another take
Date
Msg-id 7d6fc80c-5481-a2e2-830f-ab2b3730b708@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] Declarative partitioning - another take  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: [HACKERS] Declarative partitioning - another take  (Maksim Milyutin <m.milyutin@postgrespro.ru>)
List pgsql-hackers
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.

Best regards,
Etsuro Fujita





pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] pgbench - allow to store select results intovariables
Next
From: Amit Langote
Date:
Subject: [HACKERS] ExecPrepareExprList and per-query context