Re: WIP Patch: Add a function that returns binary JSONB as a bytea - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: WIP Patch: Add a function that returns binary JSONB as a bytea
Date
Msg-id 883BE3D3-7F31-4B16-9E7F-7762F0A050AD@yesql.se
Whole thread Raw
In response to Re: WIP Patch: Add a function that returns binary JSONB as a bytea  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP Patch: Add a function that returns binary JSONB as a bytea  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
> On 2 Nov 2018, at 04:21, Tom Lane <tgl@sss.pgh.pa.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


pgsql-hackers by date:

Previous
From: Josef Machytka
Date:
Subject: Logical decoding on a standby node - any progress?
Next
From: Tomas Vondra
Date:
Subject: Re: Doubts about pushing LIMIT to MergeAppendPath