On Wed, Apr 14, 2021, at 11:07, Oleg Bartunov wrote: > I and Nikita are working on OLTP jsonb > http://www.sai.msu.su/~megera/postgres/talks/jsonb-pgconfonline-2021.pdf >
Page 49/55 in the PDF: "UPDATE test_toast SET jb = jsonb_set(jb, {keyN,0}, ?);" Would you get similar improvements if updating jsonb variables in PL/pgSQL? If not, could the infrastructure somehow be reused to improve the PL/pgSQL use-case as well? I would be happy to help out if there is something I can do, such as testing. /Joel