Re: KNNGiST for knn-search (WIP)

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: KNNGiST for knn-search (WIP)
Дата
Msg-id 407d949e0912310426n29880592r3b1be575c716a0fe@mail.gmail.com
обсуждение исходный текст
Ответ на Re: KNNGiST for knn-search (WIP)  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: KNNGiST for knn-search (WIP)  (Paul Ramsey <pramsey@cleverelephant.ca>)
Список pgsql-hackers
On Wed, Dec 30, 2009 at 4:56 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>
> From my point of view, what makes a patch invasive is the likelihood
> that it might break something other than itself.  For example, your
> patch touches the core planner code and the core GIST code, so it
> seems possible that adding support for this feature might break
> something else in one of those areas.

It doesn't seem obvious to me that this is a high-risk patch. It's
touching the planner which is tricky but it's not the kind of massive
overhaul that touches every module that HOT or HS were.  I'm really
glad HS got in before the end because lots of people with different
areas of expertise and different use cases are going to get to
exercise it in the time remaining. This patch I would expect
relatively few people to need to try it out before any oversights are
caught.

--
greg


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

Предыдущее
От: Nicolas Barbier
Дата:
Сообщение: Re: A third lock method
Следующее
От: Nicolas Barbier
Дата:
Сообщение: Re: Serializable Isolation without blocking