Re: How to get the size of JSONB in bytes? - Mailing list pgsql-general

From David G. Johnston
Subject Re: How to get the size of JSONB in bytes?
Date
Msg-id CAKFQuwZ=-iT-veDcWiYdv2v8LfyPDdtHC363U2s4+E+EBT++Rg@mail.gmail.com
Whole thread Raw
In response to Re: How to get the size of JSONB in bytes?  (Dmitry Savenko <ds@dsavenko.com>)
List pgsql-general
On Tue, Dec 15, 2015 at 9:54 PM, Dmitry Savenko <ds@dsavenko.com> wrote:

and now it works! I think they should add casting to 'bytea' directly,
such workarounds shouldn't be necessary.

Casting to bytea and counting the bytes is just as hackey, IMO.  If this use-case wants to be officially supported the type itself should define what "length/size" means and a function should be provided to extract that value.  I have the impression that the content length is already part of the stored data so really only the function would be needed.  I haven't given it that much thought, and zero present research, so I may be mis-remembering old threads.

​David J.


pgsql-general by date:

Previous
From: Dmitry Savenko
Date:
Subject: Re: How to get the size of JSONB in bytes?
Next
From: zh1029
Date:
Subject: Does PostgreSQL support to write glusterfs by Libgfapi