Re: Performance is low Postgres+Solaris

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: MUNAGALA REDDY <munagalar(at)yahoo(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance is low Postgres+Solaris
Date: 2008-04-11 20:26:23
Message-ID: Pine.GSO.4.64.0804111622140.2065@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 3 Apr 2008, MUNAGALA REDDY wrote:

> We are using solaris 10 x86/AMD Opteron and postgresql
> 8.2 on SunFire X2100 , however performance is very
> slow in contrast to linux debian in the same platform.

There are some significant differences between how Solaris caches database
files in both of its major filesystems (UFS and ZFS) compared to how Linux
handles caching. Linux is much more aggressive in using lots of memory
effectively for database caching compared to an untuned Solaris 10.

I'd recommend the just published talk at
http://blogs.sun.com/jkshah/entry/postgresql_east_2008_talk_best for an
introduction to the details; the information at pages 8 and 9 there I
found particularly informative.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message PFC 2008-04-12 09:13:46 Re: Cached Query Plans
Previous Message Greg Smith 2008-04-11 19:56:36 Re: Performance increase with elevator=deadline