Re: bad performance on Solaris 10

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: Chris Mair <list(at)1006(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org, josh(at)agliodbs(dot)com, llonergan(at)greenplum(dot)com
Subject: Re: bad performance on Solaris 10
Date: 2006-04-05 23:25:36
Message-ID: 443451F0.5060605@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Chris Mair wrote:
> Hi,
>
> thanks for all replys.
>
> I've done a few tests.
>
> Remounting the fs where $PGDATA lives with "forcedirectio"
> (together with logging, that is default) did not help
> (if not harm...) performance.
>
>

Sure - forcedirectio on the entire $PGDATA is a definite loss, you only
want it on $PGDATA/pg_xlog. The usual way this is accomplished is by
making a separate filsystem for pg_xlog and symlinking from $PGDATA.

Did you try the other option of remounting the fs for $PGDATA without
logging or forcedirectio?

Cheers

Mark

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Chris Mair 2006-04-05 23:29:40 Re: bad performance on Solaris 10
Previous Message Chris Mair 2006-04-05 23:13:55 Re: bad performance on Solaris 10