Re: bad performance on Solaris 10 - Mailing list pgsql-performance

From Mark Kirkwood
Subject Re: bad performance on Solaris 10
Date
Msg-id 443451F0.5060605@paradise.net.nz
Whole thread Raw
In response to Re: bad performance on Solaris 10  (Chris Mair <list@1006.org>)
Responses Re: bad performance on Solaris 10
List 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



pgsql-performance by date:

Previous
From: Chris Mair
Date:
Subject: Re: bad performance on Solaris 10
Next
From: Chris Mair
Date:
Subject: Re: bad performance on Solaris 10