Re: JSON output from psql

From: Gurjeet Singh <gurjeet(at)singh(dot)im>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: JSON output from psql
Date: 2020-05-13 20:16:20
Message-ID: CABwTF4Xt9wBaFOfqCib6aAEFgTv65+ybu1c=LxUiQG=YP5oChQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 13, 2020 at 1:14 PM Gurjeet Singh <gurjeet(at)singh(dot)im> wrote:
>
> Arguably, delivering JSON (with its repeating attribute names in every
> element of the array, dquotes and commas) is more network intensive
> than converting the resultset to JSON on network side.

s/network side/client side/

Best regards,
--
Gurjeet Singh http://gurjeet.singh.im/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2020-05-13 20:36:40 Re: COPY, lock release and MVCC
Previous Message Gurjeet Singh 2020-05-13 20:14:03 Re: JSON output from psql