Re: Covering GiST indexes

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Covering GiST indexes
Date: 2018-04-13 13:36:07
Message-ID: D9D079A3-49A1-465E-9E17-C050AB054A0A@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 12 апр. 2018 г., в 17:03, Teodor Sigaev <teodor(at)sigaev(dot)ru> написал(а):
>
> Interesting work. I don't have a time now to learn deep your patch, so, add it to next commitfest, pls.
Thanks! Sure, I'll add it.

> First of all I'd like to see more tests in patch, not only CREATE INDEX.

Here's V2, with basic set of tests.
Currently, I'm investigating what to document and more places to tests.

Also, I do not use generic function index_truncate_tuple(), because it deforms and then forms tuple, but GiST usually have already deformed tuple.

Best regards, Andrey Borodin.

Attachment Content-Type Size
0001-Covering-GiST-v2.patch application/octet-stream 29.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2018-04-13 13:43:09 Re: Postgres stucks in deadlock detection
Previous Message Martín Marqués 2018-04-13 12:56:18 Re: vacuum_cost_limit doc description patch