From: | "Brandon Metcalf" <bmetcalf(at)nortel(dot)com> |
---|---|
To: | Alan Stange <stange(at)rentec(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: PostgreSQL on Solaris 8 and ufs |
Date: | 2005-03-22 21:06:40 |
Message-ID: | Pine.LNX.4.58L.0503221505110.24435@cash.rhiamet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
s == stange(at)rentec(dot)com writes:
s> Try setting
s> set ufs:ufs_WRITES=0
s> in /etc/system and rebooting, which basically says "any amount of disk
s> IO can be outstanding". There's a tunables doc on docs.sun.com that
s> explains this option.
s> Also, logging UFS might help with some of the metadata requirements of
s> UFS as well. So, use "mount -o logging" or add the relevant entry in
s> /etc/vfstab.
OK. I'll try these out. We do have ufs_WRITES enabled with the
following parameters:
set ncsize = 257024
set autoup = 90
set bufhwm = 15000
set tune_t_fsflushr = 15
set ufs:ufs_HW = 16777216
set ufs:ufs_LW = 8388608
--
Brandon
From | Date | Subject | |
---|---|---|---|
Next Message | Brandon Metcalf | 2005-03-22 21:23:18 | Re: PostgreSQL on Solaris 8 and ufs |
Previous Message | Sven Willenberger | 2005-03-22 21:03:43 | Re: PostgreSQL on Solaris 8 and ufs |