On Tue, Jul 22, 2025 at 11:43 AM Merlin Moncure wrote:
> On Tue, Jul 22, 2025 at 10:37 AM Tom Lane wrote:
>
>>
>> Thoughts?
>>
>
> Really excited about this -- I'll do some testing. Performance of
> serialization (generating json output from non json data) is the main
> reason I still recommend
On Tue, Jul 22, 2025 at 10:37 AM Tom Lane wrote:
> There have been some complaints recently about how jsonb_agg()
> is a lot slower than json_agg() [1]. That's annoying considering
> that the whole selling point of JSONB is to have faster processing
> than the original JSON type, so I poked into