Re: Performance issue - Mailing list pgsql-sql

From Paul Thomas
Subject Re: Performance issue
Date
Msg-id 20040427124213.A11703@bacon
Whole thread Raw
In response to Performance issue  ("Michael L. Hostbaek" <mich@the-lab.org>)
List pgsql-sql
On 27/04/2004 10:12 Michael L. Hostbaek wrote:
> [snip]
> Is this normal ? If I run the same select on another table in the same
> database with ~40.000 rows, it takes approx 820.00ms...

You would probably get better answers on the correct list but my guess is 
that your fsm setting might be too low for the number of dead tuples you 
are trying to reclaim so the vacuum is not clearing all the dead stuff 
out. There's plenty of stuff about this in the archives and the docs.


-- 
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for 
Business             |
| Computer Consultants         | 
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+


pgsql-sql by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: Re: Logical comparison on Strings
Next
From: Richard Huxton
Date:
Subject: Re: Proper SQL syntax requested