Unexpected termination looping over table.

2023-10-01 Thread Matt Gibbins
Have encountered an intriguing issue processing a table with a large number of rows. The process is to loop over the table processing each row executing the Apache AGE cypher function over each row individually.The looping is necessary because of encountering a limit on the number of rows that

Re: Unexpected termination looping over table.

2023-10-01 Thread Tom Lane
Matt Gibbins writes: > Have encountered an intriguing issue processing a table with a large > number of rows. The process is to loop over the table processing each > row executing the Apache AGE cypher function over each row > individually.The looping is necessary because of encountering a limi

Re: Unexpected termination looping over table.

2023-10-01 Thread Matt Gibbins
On 2/10/23 12:09, Tom Lane wrote: Matt Gibbins writes: Have encountered an intriguing issue processing a table with a large number of rows. The process is to loop over the table processing each row executing the Apache AGE cypher function over each row individually.The looping is necessary beca