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 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. P. > On Mar 31, 2023, at 7:41 AM,

RE: Cannot terminate backend

2023-03-31 Thread Arnaud Lesauvage
> On Fri, 2023-03-31 at 13:46 +, 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 ? > > > > The query is a CTE using postgis ST_ClusterDBSC

Re: Cannot terminate backend

2023-03-31 Thread Laurenz Albe
On Fri, 2023-03-31 at 13:46 +, 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 ? >   > The query is a CTE using postgis ST_ClusterDBSCAN functi

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