Re: KNN-GiST with recheck

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: KNN-GiST with recheck
Дата
Msg-id CAM3SWZSMdDZnLUs_AoHabDVndRjtJPVLQJk04Bjtr24Wu6Nv4w@mail.gmail.com
обсуждение исходный текст
Ответ на KNN-GiST with recheck  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: KNN-GiST with recheck  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
On Mon, Jan 13, 2014 at 9:17 AM, Alexander Korotkov
<aekorotkov@gmail.com> wrote:
> This patch was split from thread:
> http://www.postgresql.org/message-id/CAPpHfdscOX5an71nHd8WSUH6GNOCf=V7wgDaTXdDd9=goN-gfA@mail.gmail.com
>
> I've split it to separate thead, because it's related to partial sort only
> conceptually not technically. Also I renamed it to "knn-gist-recheck" from
> "partial-knn" as more appropriate name. In the attached version docs are
> updated. Possible weak point of this patch design is that it fetches heap
> tuple from GiST scan. However, I didn't receive any notes about its design,
> so, I'm going to put it to commitfest.


The partial sort thing is not in the current 2014-10 commitfest
(although this patch is). Is that intentional?

-- 
Peter Geoghegan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [v9.5] Custom Plan API
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Should the removal of SnapshotNow be in the compatibility warnings for 9.4?