Re: hstore - Implementation and performance issues around its operators

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: hstore - Implementation and performance issues around its operators
Дата
Msg-id BANLkTikLbcU_Wm-532xEke7VzmxhX+BdMw@mail.gmail.com
обсуждение исходный текст
Ответ на hstore - Implementation and performance issues around its operators  (Stefan Keller <sfkeller@gmail.com>)
Список pgsql-hackers
Hi!

On Tue, Jun 21, 2011 at 12:04 PM, Stefan Keller <sfkeller@gmail.com> wrote:
1. Obviously the '@>' has to be used in order to let use the GiST index.
Why is the '->' operator not supported by GiST ('->' is actually
mentioned in all examples of the doc.)?

I believe it's an architecture problem. You actually need not '->' operator to be supported by GiST but "column -> 'field_name' = value" expression. Probably, I'm missing something, but I think supporting of this require significant catalog changes.

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

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: WIP: Fast GiST index build
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Fixed string in German translation that causes segfault.