Re: JSON out of memory error on PostgreSQL 9.6.x - Mailing list pgsql-general

From John R Pierce
Subject Re: JSON out of memory error on PostgreSQL 9.6.x
Date
Msg-id 9c79d03e-31bb-aa4e-ad0f-bd1df0a4e093@hogranch.com
Whole thread Raw
In response to JSON out of memory error on PostgreSQL 9.6.x  (Yuri Budilov <yuri.budilov@hotmail.com>)
List pgsql-general
On 12/3/2017 3:18 PM, Yuri Budilov wrote: > |CREATETABLEX ASSELECTjson_array_elements(json_rmq > ->'orders'::text)ASorderFROMtable_name WHEREblah;| > > I get out of memory error. are you sure thats a postgres error ?  are you doing this in psql, or what sort of application environment ? how many rows does 'blah' match ? what is... SELECT pg_column_size(json_array_elements(json_rmq -> 'orders'::text))   FROM table_name   WHERE blah; ? -- john r pierce, recycling bits in santa cruz

pgsql-general by date:

Previous
From: Yuri Budilov
Date:
Subject: Re: JSON out of memory error on PostgreSQL 9.6.x
Next
From: Tom Lane
Date:
Subject: Re: JSON out of memory error on PostgreSQL 9.6.x