On Tue, Oct 12, 2021 at 12:51 PM Simon Riggs <simon.ri...@enterprisedb.com> wrote:
> On Tue, 12 Oct 2021 at 18:53, Michael Lewis <mle...@entrata.com> wrote: > > > > On Tue, Oct 12, 2021 at 1:43 AM Simon Riggs < > simon.ri...@enterprisedb.com> wrote: > >> > >> On Tue, 12 Oct 2021 at 08:14, Ram Pratap Maurya > >> <ram.mau...@lavainternational.in> wrote: > >> > >> > Confirm what is Avg/max size of these JSON docs in Postgres. > >> > >> JSON and JSONB datatypes can both be max 1GB in size. > > > > That is per row. > > No, that is per column. > Yes, sorry. My attempt at clarification only muddled things. Each column within each row can be up to 1GB in size is how I understand the limit.