Re: hstore - Implementation and performance issues around its operators - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: hstore - Implementation and performance issues around its operators
Date
Msg-id BANLkTikLbcU_Wm-532xEke7VzmxhX+BdMw@mail.gmail.com
Whole thread Raw
In response to hstore - Implementation and performance issues around its operators  (Stefan Keller <sfkeller@gmail.com>)
List 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 by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: WIP: Fast GiST index build
Next
From: Magnus Hagander
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Fixed string in German translation that causes segfault.