Re: Minor typo in partition.c

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor typo in partition.c
Date: 2017-04-15 11:38:23
Message-ID: CANP8+j+K+f9RzG=a3xbeG4esJGg8PZFJw2MvEuc5bsn0rUAuBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 14 April 2017 at 14:02, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Apr 14, 2017 at 3:43 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>> Oh, just looks very different to what we discussed, so I presumed more
>> changes were coming.
>
> I waited quite a while for you to review Amit's patches on that
> thread, but as you never did, I eventually picked it up.

Sorry about that, I guess I was concentrating on things listed on the
CF app at that time.

>> Where shall I mention BRIN in that chapter?
>
> You never answered my email about why BRIN belongs in that chapter. I
> maintain that it doesn't, because BRIN is not a partitioning method.

BRIN is a method of speeding up queries by skipping large chunks of
tables, just the same as declarative partitioning.

There are similarities and differences, which makes sense to highlight.

Some DBMS/data access methods support both features, as we do, others
only one or the other. Since we support both it makes sense to mention
them in the same section of docs.

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2017-04-15 11:39:43 Re: Minor typo in partition.c
Previous Message Andres Freund 2017-04-15 04:52:27 Re: OK, so culicidae is *still* broken