Re: KNN-GiST with recheck

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: KNN-GiST with recheck
Date: 2015-02-25 09:15:38
Message-ID: CAPpHfdsZVJnMMOuTUusJQmcR1QeRN4qc93-KE014_JHqYU717g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

On Tue, Feb 24, 2015 at 5:39 PM, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
wrote:

> On 17.2.2015 14:21, Alexander Korotkov wrote:
> > On Sun, Feb 15, 2015 at 2:08 PM, Alexander Korotkov
> > <aekorotkov(at)gmail(dot)com <mailto:aekorotkov(at)gmail(dot)com>> wrote:
> >
> > Revised patch with reordering in GiST is attached
> > (knn-gist-recheck-in-gist.patch) as well as testing script (test.py).
>
> I meant to do a bit of testing on this (assuming it's still needed), but
> the patches need rebasing - Heikki fixed a few issues, so they don't
> apply cleanly.
>

Both patches are revised.

------
With best regards,
Alexander Korotkov.

Attachment Content-Type Size
knn-gist-recheck-in-gist-2.patch application/octet-stream 40.8 KB
knn-gist-recheck-7.patch application/octet-stream 43.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2015-02-25 09:20:05 Re: Partitioning WIP patch (was: Partitioning: issues/ideas)
Previous Message Jeremy Harris 2015-02-25 09:05:30 Re: Abbreviated keys for text cost model fix