| From: | Vinston Pandiyan <vinston(dot)pandiyan(at)gmail(dot)com> |
|---|---|
| To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
| Cc: | "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes |
| Date: | 2018-02-23 18:45:27 |
| Message-ID: | CACs8k4b7oywea9cg56PbK6QW6iAPFqBCFjkCpjvjbgBaJm0D7A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Is there way to fix this? i want to keep 500k rows in json or jsonb field?
please help me with this, it is possible to do it in postgres?
On Fri, Feb 23, 2018 at 12:42 PM, David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> On Friday, February 23, 2018, PG Bug reporting form <
> noreply(at)postgresql(dot)org> wrote:
>
>> The following bug has been logged on the website:
>>
>> Bug reference: 15083
>> Logged by: Vinston Pandiyan
>> Email address: vinston(dot)pandiyan(at)gmail(dot)com
>> PostgreSQL version: 10.0
>> Operating system: CentOS
>> Description:
>>
>> Hi All,
>>
>> When I try to update the rows into json array(of type jsonb). I am
>> getting following error.
>>
>> [54000] ERROR: total size of jsonb array elements exceeds the maximum of
>> 268435455 bytes
>>
>> Is there any way to fix it or increase jsonb size?
>>
>>
> Duplicate of 15079
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2018-02-23 18:48:54 | Re: BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes |
| Previous Message | Kevin Bloch | 2018-02-23 18:34:22 | maximum for auto_explain.log_min_duration doesn't seem to make sense |