RE: Cannot terminate backend

2023-04-03 Thread Arnaud Lesauvage
> From: Paul Ramsey > Afraid so. You can wait longer, I guess. You may have found two bugs… the > lack of an interrupt in the dbscan loop, which I’m working on now. And maybe > an infinite looping case? In which case if you want a fix on that, you’ll > have to share your data and query.  I le

RE: Cannot terminate backend

2023-03-31 Thread Arnaud Lesauvage
> On Fri, 2023-03-31 at 13:46 +0000, Arnaud Lesauvage wrote: > > I have a long running query that I seem unable to either cancel or > terminate. > > What could be the reason for this, and what is the bet way to terminate > this kind of query ? > > > >

Cannot terminate backend

2023-03-31 Thread Arnaud Lesauvage
Hi all, I have a long running query that I seem unable to either cancel or terminate. What could be the reason for this, and what is the bet way to terminate this kind of query ? The query is a CTE using postgis ST_ClusterDBSCAN function. The CTE returns approximately 150k rows. The SQL is as f