Re: Wanted: jsonb on-disk representation documentation - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: Wanted: jsonb on-disk representation documentation
Date
Msg-id CAF4Au4y41h4sJx28Fms+L9b1M-cHQ1EtXRkOwTTWUVjq6eM3Kw@mail.gmail.com
Whole thread Raw
In response to Re: Wanted: jsonb on-disk representation documentation  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
FYI,
http://obartunov.livejournal.com/178495.html

This is hash based gin opclass for hstore with all operators support.
It's pity we had no time to do the same for jsonb, but we may include
it and couple of other opclasses to contrib/jsonx.

Oleg

On Wed, May 7, 2014 at 12:18 AM, Peter Geoghegan <pg@heroku.com> wrote:
> On Tue, May 6, 2014 at 1:06 PM, Bruce Momjian <bruce@momjian.us> wrote:
>> I also would like to know what the index-everything hash ops does?  Does
>> it index the keys, values, or both?
>
> It indexes both, but it isn't possible to test existence (of a key)
> with the hash GIN opclass.
>
> --
> Peter Geoghegan
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Wanted: jsonb on-disk representation documentation
Next
From: Simon Riggs
Date:
Subject: Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers