Re: KNNGiST for knn-search (WIP) - Mailing list pgsql-hackers

From Greg Stark
Subject Re: KNNGiST for knn-search (WIP)
Date
Msg-id 407d949e0912310426n29880592r3b1be575c716a0fe@mail.gmail.com
Whole thread Raw
In response to Re: KNNGiST for knn-search (WIP)  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: KNNGiST for knn-search (WIP)  (Paul Ramsey <pramsey@cleverelephant.ca>)
List 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 by date:

Previous
From: Nicolas Barbier
Date:
Subject: Re: A third lock method
Next
From: Nicolas Barbier
Date:
Subject: Re: Serializable Isolation without blocking