Re: SP-GiST support for inet datatypes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SP-GiST support for inet datatypes
Дата
Msg-id 4781.1471729958@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SP-GiST support for inet datatypes  (Emre Hasegeli <emre@hasegeli.com>)
Ответы Re: SP-GiST support for inet datatypes  (Emre Hasegeli <emre@hasegeli.com>)
Re: SP-GiST support for inet datatypes  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
Emre Hasegeli <emre@hasegeli.com> writes:
> Attached patches add SP-GiST support to the inet datatypes.

I started to look at this patch.  The reported speedup is pretty nice,
but ...

> The operator
> class comes with a small change on the SP-GiST framework to allow fixed
> number of child nodes.

... this part of the patch breaks the existing API for SP-GiST opclasses.
That is a hard sell.  It may only matter for one existing opclass in core,
but unless we have reason to think nobody is using any custom SP-GiST
opclasses, that is not a pleasant thing to do.  How important is it really
for this opclass?  Several of the existing opclasses use fixed numbers of
child nodes, so why does this need something they don't?
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: distinct estimate of a hard-coded VALUES list
Следующее
От: Ryan Murphy
Дата:
Сообщение: Re: Patch: initdb: "'" for QUOTE_PATH (non-windows)