hstore ng index for <@ ?
Hi
In many ways the new hstore (and perhaps json) format looks very
exciting. But will there ever be (GIN/GIST) index support for <@ ?
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
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.