Re: Upgrading to Solaris 9 - Mailing list pgsql-admin

From Jeff
Subject Re: Upgrading to Solaris 9
Date
Msg-id 20031111144954.26622251.threshar@torgo.978.org
Whole thread Raw
In response to Re: Upgrading to Solaris 9  (Greg Spiegelberg <gspiegelberg@cranel.com>)
List pgsql-admin
On Tue, 11 Nov 2003 13:37:03 -0500
Greg Spiegelberg <gspiegelberg@cranel.com> wrote:

> I did and had too many problems and performance issues.  Solaris-
> PostgreSQL just doesn't gel as wel as Linux-PostgreSQL.  (ouch)
>

7.4 "fixes" a lot of hte performance problems we've seen with PG.
I had a very strong reason to make PG work well on solaris and after
some digging we found that by default, PG was being compiled with no
optimization on solaris.   That resulted in an AMAZING speed increase -
making it comprible to linux.

You can get the same effect on 7.3.x by setting CFLAGS=-O2 before
running configure.

However, establishing connections will not get much of an increase due
to solaris' amazingly slow fork().

The thread issue has been beaten to death on -HACKERS.

You can also check the -performance lists for the threads I posted about
this... oh a couple months ago?

--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: vacuum full problem
Next
From: Jeff
Date:
Subject: Re: Trying to pg_restore a 7.1.3 db into 7.3.4 - stalling