Thread: hstore ng index for <@ ?

hstore ng index for <@ ?

From
Kaare Rasmussen
Date:
Hi

In many ways the new hstore (and perhaps json) format looks very 
exciting. But will there ever be (GIN/GIST) index support for <@ ?




Re: hstore ng index for <@ ?

From
Alexander Korotkov
Date:
Hi!

On Wed, Dec 18, 2013 at 2:35 PM, Kaare Rasmussen <kaare@jasonic.dk> wrote:
In many ways the new hstore (and perhaps json) format looks very exciting. But will there ever be (GIN/GIST) index support for <@ ?

It looks not hard to do with GiST. About GIN I don't have promising ideas: likely we can't effectively use GIN for such kind of queries. 
I believe it's not implemented because wasn't requested yet. Could you share your use-case? 

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