Re: low performance - Mailing list pgsql-bugs

From grant
Subject Re: low performance
Date
Msg-id Pine.LNX.4.33.0108201021340.26513-100000@c70051-a.aurora1.co.home.com
Whole thread Raw
In response to low performance  (Andreas Wernitznig <andreas@insilico.com>)
Responses Re: low performance  (Andreas Wernitznig <andreas@insilico.com>)
List pgsql-bugs
Is this running as one transaction, or is it not a transaction?  Have you
tried committing every 10,000 or so if it is in one transaction?  It could
be a logging problem with the transaction being too big.

Does the file system as a whole get slow, or just Postgres?  Is it one
connection, or does it disconnect and reconnect a lot?

Is it the main postmaster sucking up all the CPU, or the one spawned by
the PERL, or the one spawned by psql?

How much do the file system cache and io buffers grow?
______________________________________________________________________________

                          Your mouse has moved.
       You must restart Windows for your changes to take effect.

#!/usr/bin/perl
print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: problem with plpgsql
Next
From: Tom Lane
Date:
Subject: Re: user authentication crash