Re: Performance problem. Could it be related to 8.3-beta4? - Mailing list pgsql-general

From Greg Smith
Subject Re: Performance problem. Could it be related to 8.3-beta4?
Date
Msg-id Pine.GSO.4.64.0801042301280.21881@westnet.com
Whole thread Raw
In response to Performance problem. Could it be related to 8.3-beta4?  (Clodoaldo <clodoaldo.pinto.neto@gmail.com>)
Responses Re: Performance problem. Could it be related to 8.3-beta4?
List pgsql-general
On Fri, 4 Jan 2008, Clodoaldo wrote:

> I built a new system and installed 8.3-beta4.

How did you get 8.3-beta4?  If you used the RPMs available from the
PostgreSQL FTP site, those are optimized for finding bugs at the expense
of speed.  If that's where you got them from, try putting this line in
your postgresql.conf and testing 8.3 again:

debug_assertions = false

If things speed up considerably you're suffering from that issue, and may
need to build your own copy of 8.3 from source in order to get a fair
comparision.

> Production system:
> #autovacuum = off                       # enable autovacuum subprocess?
>
> New system's postgresql.conf:

I didn't see anything about autovacum on the new system.  If it's off on
8.2 and on in 8.3 (the default) that might be contributing to your
difference.

Also, I hope you don't normally run your production system with fsync=off
as that's kind of scary.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-general by date:

Previous
From: "D. Dante Lorenso"
Date:
Subject: Need efficient way to do comparison with NULL as an option
Next
From: "D. Dante Lorenso"
Date:
Subject: Re: Need efficient way to do comparison with NULL as an option