Re: JSONB performance enhancement for 9.6

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: JSONB performance enhancement for 9.6
Date: 2015-11-29 12:35:06
Message-ID: n3erdo$cct$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Smith schrieb am 29.11.2015 um 03:27:
> Hello:
>
> Is there a plan for 9.6 to resolve the issue of very slow query/retrieval of jsonb fields
> when there are large number (maybe several thousands) of top level keys.
> Currently, if I save a large json document with top level keys of thousands and query/retrieve
> field values, the whole document has to be first decompressed and load to memory
> before searching for the specific field key/value.
>
> Thanks in Advance

If you are concerned about the compression overhead, then why don't you use (or try) JSON instead?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Smith 2015-11-29 13:24:12 Re: JSONB performance enhancement for 9.6
Previous Message Francisco Olarte 2015-11-29 12:28:36 Re: JSONB performance enhancement for 9.6