Re: BRIN range operator class

From: Stefan Keller <sfkeller(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: emre(at)hasegeli(dot)com, Andreas Karlsson <andreas(at)proxel(dot)se>, Paul Ramsey <pramsey(at)cleverelephant(dot)ca>, "Obe, Regina" <robe(dot)dnd(at)cityofboston(dot)gov>
Subject: Re: BRIN range operator class
Date: 2015-05-05 01:40:11
Message-ID: CAFcOn283=_xDCLXdUjUbKeoTmXHYOiOuOYOLxr4nCMh8nLv=Dg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

2015-05-05 2:51 GMT+02:00 Andreas Karlsson <andreas(at)proxel(dot)se>:
> From my point of view as a reviewer this patch set is very close to being
> committable.

I'd like to thank already now to all committers and reviewers and hope
BRIN makes it into PG 9.5.
As a database instructor, conference organisator and geospatial
specialist I'm looking forward for this clever new index.
I'm keen to see if a PostGIS specialist jumps in and adds PostGIS
geometry support.

Yours, S.

2015-05-05 2:51 GMT+02:00 Andreas Karlsson <andreas(at)proxel(dot)se>:
> From my point of view as a reviewer this patch set is very close to being
> committable.
>
> = brin-inclusion-v06-01-sql-level-support-functions.patch
>
> This patch looks good.
>
> = brin-inclusion-v06-02-strategy-numbers.patch
>
> This patch looks good, but shouldn't it be merged with 07?
>
> = brin-inclusion-v06-03-remove-assert-checking.patch
>
> As you wrote earlier this is needed because the new range indexes would
> violate the asserts. I think it is fine to remove the assertion.
>
> = brin-inclusion-v06-04-fix-brin-deform-tuple.patch
>
> This patch looks good and can be committed separately.
>
> = brin-inclusion-v06-05-box-vs-point-operators.patch
>
> This patch looks good and can be committed separately.
>
> = brin-inclusion-v06-06-inclusion-opclasses.patch
>
> - "operator classes store the union of the values in the indexed column" is
> not technically true. It stores something which covers all of the values.
> - Missing space in "except box and point*/".
> - Otherwise looks good.
>
> = brin-inclusion-v06-07-remove-minmax-amprocs.patch
>
> Shouldn't this be merged with 02? Otherwise it looks good.
>
>
> --
> Andreas Karlsson
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-05-05 02:13:27 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0
Previous Message Andreas Karlsson 2015-05-05 00:51:38 Re: BRIN range operator class