Re: PostgreSQL on Linux and Solaris comparison - Mailing list pgsql-general

From Neil Conway
Subject Re: PostgreSQL on Linux and Solaris comparison
Date
Msg-id 87heetdqj1.fsf@mailbox.samurai.com
Whole thread Raw
In response to Re: PostgreSQL on Linux and Solaris comparison  ("scott.marlowe" <scott.marlowe@ihs.com>)
Responses Re: PostgreSQL on Linux and Solaris comparison  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> Agreed, but the performance issue on Solaris versus Linux for postgresql
> seems to be more than just process startup time.  It's like almost
> everything is about 50% to 100% faster in Linux than on sparc than in
> Solaris on Sparc as regards postgresql (I tested 7.2.x last time, haven't
> played with 7.3 on linux / sparc).
>
> Note that this same performance issue seems to rear its head with things
> like apache 1.3.x, and samba.

Perhaps someone that is using Solaris w/ PostgreSQL and is actually
experiencing this degraded performance can provide some empirical
data? For instance, profile an operation on Solaris, compare it with a
similar profile on Linux/BSD/etc., and try to figure out where the
performance hit is coming from. It may or may not be something that we
can improve on...

> It might be something to do with better shared memory performance or disk
> access is faster, or a conglomeration of things.

Well, we use Intimate Shared Memory (ISM) on Solaris in 7.3 -- that
should at least be a slight performance improvement over shm on other
platforms, as ISM uses huge TLB pages.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

pgsql-general by date:

Previous
From: Medi Montaseri
Date:
Subject: Re: Database design software
Next
From: Tom Lane
Date:
Subject: Re: Vacuum full?