Re: Native partitioning tablespace inheritance

From: Evgeniy Shishkin <itparanoia(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Keith Fiske <keith(dot)fiske(at)crunchydata(dot)com>, "Jonathan S(dot) Katz" <jonathan(dot)katz(at)excoventures(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Christophe Pettus <xof(at)thebuild(dot)com>, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Native partitioning tablespace inheritance
Date: 2018-04-13 17:23:22
Message-ID: 09D6BDA3-27CB-418B-BD68-CBE9AF9CB66D@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Apr 13, 2018, at 20:01, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> Well, let me put it this way. Someone who assumes that partitioning
> works like inheritance except where we've explicitly made it work
> differently will be correct. Someone who assumes something else will
> be incorrect. I'm not saying that we shouldn't change things in the
> future. I think there's a lot of opportunity for improvement.
> However, I also think that partitioning shouldn't get to ignore the
> feature freeze deadline. There's been a huge amount of progress in
> this release: faster pruning, run-time pruning, indexes, foreign keys,
> triggers, hash partitioning, default partitioning, update tuple
> routing, partition-wise join & aggregate, and other things. What
> didn't get done should, in my opinion, wait for v12. I know that's
> painful, but IMHO you've got to draw the line someplace, and we picked
> a date and should stick with it.

Yeah, but the more we wait, the more painful would be the change of behavior.
Just like with CTE there would be more people arguing that users now rely on it.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-04-13 17:45:12 Re: MinIndexTupleSize seems slightly wrong
Previous Message Konstantin Knizhnik 2018-04-13 17:14:37 Re: Interesting paper: Contention-Aware Lock Scheduling