Re: Recursive query - ERROR: invalid memory alloc request size 1073741824 - Mailing list pgsql-sql

From Simon Riggs
Subject Re: Recursive query - ERROR: invalid memory alloc request size 1073741824
Date
Msg-id CANbhV-EXLBNR00HGOcxTi2Qoc-9aYmg5SG9a3C8hPqGYGJ0X5w@mail.gmail.com
Whole thread Raw
In response to Recursive query - ERROR: invalid memory alloc request size 1073741824  (Shaozhong SHI <shishaozhong@gmail.com>)
List pgsql-sql
On Sat, 7 May 2022 at 14:24, Shaozhong SHI <shishaozhong@gmail.com> wrote:
>
> There is a loop of recursive query.  It runs at a point where it stops.
>
> This error turned up.- ERROR:  invalid memory alloc request size 1073741824
>
> Can anyone provide pointers how to solve this problem or work around?

For both recursive and non-recursive queries its possible to write a
query with mistakes in it that will run for a long time or run out of
resources.

Find the mistakes in your query by simplifying it.

-- 
Simon Riggs                http://www.EnterpriseDB.com/



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Recursive query - ERROR: invalid memory alloc request size 1073741824
Next
From: Shaozhong SHI
Date:
Subject: Set timeout just on a query?