Re: Performance Problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Paulusberger <alexp(at)meta-bit(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Performance Problems
Date: 2002-08-23 13:44:39
Message-ID: 19560.1030110279@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Alex Paulusberger <alexp(at)meta-bit(dot)com> writes:
> initially if am able to evaluate 5-6 records a second and insert them
> into the results table, however towards the end
> of the evaluation, the figure drops to under 2.

Do you have suitable index(es) on the temp table? Is the system actually
using it/them for your queries?

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-08-23 13:49:45 Re: Performance Problems
Previous Message Alex Paulusberger 2002-08-23 13:31:50 Performance Problems