From: | Anastasia Lubennikova <lubennikovaav(at)gmail(dot)com> |
---|---|
To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Index-only scans for GiST. |
Date: | 2015-02-11 22:50:57 |
Message-ID: | CAP4vRV6cG_0x-d7ZGy4x2JgSZCJ5xmm4EuGhJzkXGaKVh7sr+A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Finally there is a new version of patch (in attachments).
It provides multicolumn index-only scan for GiST indexes.
- Memory leak is fixed.
- little code cleanup
- example of performance test in attachmens
- function OIDs have debugging values (1111*) just to avoid merge conflicts
while testing patch
Wiki page of the project is
https://wiki.postgresql.org/wiki/Support_for_Index-only_scans_for_GIST_GSoC_2014
Waiting for feedback.
--
Best regards,
Lubennikova Anastasia
Attachment | Content-Type | Size |
---|---|---|
indexonlyscan_gist_2.0.patch | application/octet-stream | 39.8 KB |
test_performance.sql | application/octet-stream | 1023 bytes |
indexonlyscan_gist_docs.patch | application/octet-stream | 6.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2015-02-11 23:12:31 | Re: Index-only scans for GiST. |
Previous Message | Tom Lane | 2015-02-11 22:33:36 | Re: Corner case for add_path_precheck |