Re: Storing large large JSON objects in JSONB

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Storing large large JSON objects in JSONB
Date: 2022-07-11 12:11:24
Message-ID: 16681dbd-639c-0d38-d3ee-28c808c05a4d@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Wells Oliver schrieb am 09.07.2022 um 21:37:
> We have a couple of tables where we like to store very large JSON
> objects in a JSONB column.
Note, that the upper limit for a single jsonb value is 255MB
Not 1GB as it is e.g. the case for text or json.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2022-07-11 16:25:06 Re: Storing large large JSON objects in JSONB
Previous Message Raj kumar 2022-07-11 09:15:27 Re: Improve "select count(*)" query - takes more than 30 mins for some large tables