Re: WIP Patch: Add a function that returns binary JSONB as a bytea

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christian Ohler <ohler(at)shift(dot)com>, sfrost(at)snowman(dot)net, Kevin Van <kevinvan(at)shift(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP Patch: Add a function that returns binary JSONB as a bytea
Date: 2018-11-02 12:42:02
Message-ID: 883BE3D3-7F31-4B16-9E7F-7762F0A050AD@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 2 Nov 2018, at 04:21, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> (In short, I remain unconvinced that we'd not be better off spending
> our effort on making json_out faster...)

Shooting wildly from the hip, isn't this a case where we can potentially
utilize the JIT infrastructure to speed it up?

cheers ./daniel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2018-11-02 12:56:23 Re: Doubts about pushing LIMIT to MergeAppendPath
Previous Message Josef Machytka 2018-11-02 12:37:28 Logical decoding on a standby node - any progress?