Killing long-running queries

From: Dan Harris <fbsd(at)drivefaster(dot)net>
To: PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Killing long-running queries
Date: 2006-05-02 23:19:52
Message-ID: 4457E918.10007@drivefaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

My database is used primarily in an OLAP-type environment. Sometimes my
users get a little carried away and find some way to slip past the
sanity filters in the applications and end up bogging down the server
with queries that run for hours and hours. And, of course, what users
tend to do is to keep queuing up more queries when they don't see the
first one return instantly :)

So, I have been searching for a way to kill an individual query. I read
in the mailing list archives that you could 'kill' the pid. I've tried
this a few times and more than once, it has caused the postmaster to
die(!), terminating every query that was in process, even unrelated to
that query.

Is there some way I can just kill a query and not risk breaking
everything else when I do it?

Thanks

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bill Moran 2006-05-02 23:28:34 Re: Why so slow?
Previous Message Steinar H. Gunderson 2006-05-02 23:00:01 Re: Postgres 7.4 and vacuum_cost_delay.