Re: multi-level partitions and partition-wise joins

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: multi-level partitions and partition-wise joins
Date: 2017-02-01 19:28:51
Message-ID: CA+TgmoYJnnotUd1WVKqUjLG5Fb4u4jHXEHYbBJGyXDzHKXyiGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 23, 2016 at 12:54 AM, Ashutosh Bapat
<ashutosh(dot)bapat(at)enterprisedb(dot)com> wrote:
> Another question: do we want to commit the code for creating
> unflattened hierarchy separately or along with partition-wise join?

Probably separately. I suggest posting a series of two (or perhaps
more) patches on the same thread. 'git format-patch' is a useful way
to produce a patch series for posting.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-02-01 19:32:34 Re: logical decoding of two-phase transactions
Previous Message Robert Haas 2017-02-01 19:25:40 Re: Transactions involving multiple postgres foreign servers