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

From Tom Lane
Subject Re: Wanted: jsonb on-disk representation documentation
Date
Msg-id 2443.1399489716@sss.pgh.pa.us
Whole thread Raw
In response to Re: Wanted: jsonb on-disk representation documentation  (Peter Geoghegan <pg@heroku.com>)
Responses Re: Wanted: jsonb on-disk representation documentation  (Peter Geoghegan <pg@heroku.com>)
Re: Wanted: jsonb on-disk representation documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
btw ... in jsonb.h there is this comment:
* Jsonb Keys and string array elements are treated equivalently when* serialized to text index storage.  One day we may
wishto create an opclass* that only indexes values, but for now keys and values are stored in GIN* indexes in a way
thatdoesn't really consider their relationship to each* other.
 

Is this an obsolete speculation about writing jsonb_hash_ops, or is there
still something worth preserving there?  If so, what?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers
Next
From: Peter Geoghegan
Date:
Subject: Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers