Re: to_jsonb performance on array aggregated correlated subqueries

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: Nico Heller <nico.heller@posteo.de>
Cc: pgsql-performance@lists.postgresql.org
Date: 2022-08-12T18:56:06Z
Lists: pgsql-performance
What version of postgres ?

I wonder if you're hitting the known memory leak involving jit.
Try with jit=off or jit_inline_above_cost=-1.

-- 
Justin