Re: Separate Disks - Mailing list pgsql-admin

From Tom Lane
Subject Re: Separate Disks
Date
Msg-id 16126.1050122930@sss.pgh.pa.us
Whole thread Raw
In response to Separate Disks  ("Derek Hamilton" <derek@capweb.com>)
List pgsql-admin
"Derek Hamilton" <derek@capweb.com> writes:
> Any help with improving the disk I/O would be much appreciated!

Conventional wisdom is that putting the WAL log on its own spindle is a
big win (at least for databases that have nontrivial write traffic).
This is pretty easy to do, just symlink the pg_xlog directory to another
filesystem.  After that you could look at moving indexes off to their
own disk, but the pain-in-the-neck factor is *way* higher at the moment,
and the return not as good.  I doubt that pg_clog is really worth
worrying about.

            regards, tom lane


pgsql-admin by date:

Previous
From: "Derek Hamilton"
Date:
Subject: Separate Disks
Next
From: "H. Etzel"
Date:
Subject: Re: Killing only one postmaster