Query using cursors using 100% CPU

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Query using cursors using 100% CPU
Date: 2008-02-12 14:21:35
Message-ID: 165981.8601.qm@web25802.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi chaps,

We use a 3rd party driver to connect our some of our old ISAM
applications into postgres (on linux), and as far as I'm aware the
driver uses cursors.

I've noticed that on some of our applications that read a lot of data
the CPU usage for the postmaster serving it rockets up to between 80
and 100%. If I run multiple instances of the same application then I
get two processes each using 80 -100% effectively pushing the load
average of the server up above 2.

Is there any way I can see what the driver is doing in any more
detail from postgres?

Looking at the activity on the server I just see the select satement.
And doing that select statement on its own and churning the results
into a file like so:

# \o results.txt
# select * from "Events"."SEATS2" where ("SHOW" = 58919 AND "TYPE" =
99 and "BEST" = 3 and "BLOCK" = '3');
# \o

.... the CPU usage only goes up to about 26%

Any ideas? should I be worried?

__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-12 14:32:51 Re: deadlock while re-indexing table
Previous Message Dave Cramer 2008-02-12 13:24:53 deadlock while re-indexing table