Re: JSONB spaces in text presentation

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: JSONB spaces in text presentation
Date: 2014-09-24 19:11:43
Message-ID: 5423176F.7090708@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/24/2014 7:22 AM, Seref Arikan wrote:
> This is interesting. Most binary encoding methods I use produce
> smaller files than the text files for the same content.

'1' vs INTEGER 1 ... 1 byte vs 4 bytes.

now add metadata necessary to represent the original json structure.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-09-24 19:43:51 Re: How to clone CURRENT_DATE to SYSDATE ?
Previous Message Oleg Bartunov 2014-09-24 19:07:55 Re: JSONB spaces in text presentation