Re: solaris slow

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Felipe de Jesús Molina Bravo <fjmolinabravo(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: solaris slow
Date: 2010-08-02 19:14:31
Message-ID: 4C571917.6060407@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/02/10 7:35 AM, Felipe de Jesús Molina Bravo wrote:
> Hi
>
>
> I have installed postgres 8.4.4 (libxml and plperl)on a Sun
> Microsystems sun4u Sun Fire 880 with:
>
> - 4 700Mhz processors
> ...
> Also I have installed postgres (8.4.2) on a PC (Dell Optiplex 960)
> with the next characteristics:
>
> - 3 Gb ram
> - 1 processor of 3.2 Ghz Dual Core
...

dual 3.2Ghz Core2 processor cores are going to be far faster than a 9
year old quad 700Mhz ultrasparc-III's, regardless of the operating system.

If you want to compare operating system performance, you should do so on
the same hardware platform.

btw, the standard disks on a SunFire 880 are FC-AL not SCSI... old 1Gbps
FC, I believe, with 36-146GB 10K rpm FC drives standard, with all the
internal drives sharing the same 1Gbps FC port.

Another factor, if your linux system was using LVM (its the default
storage configuration on many distributions), there's a pretty good
chance the drive mapper is ignoring write barriers, which greatly speeds
up random writes at the expense of reliable commits.

In response to

  • solaris slow at 2010-08-02 14:35:42 from Felipe de Jesús Molina Bravo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2010-08-02 21:02:12 Re: solaris slow
Previous Message John R Pierce 2010-08-02 19:00:49 Re: Application user name attribute on connection pool