Re: how to configure my new server - Mailing list pgsql-performance

From Bruce Momjian
Subject Re: how to configure my new server
Date
Msg-id 200302120552.h1C5q8B09618@candle.pha.pa.us
Whole thread Raw
In response to Re: how to configure my new server  (Josh Berkus <josh@agliodbs.com>)
Responses Re: how to configure my new server  (Justin Clift <justin@postgresql.org>)
List pgsql-performance
Josh Berkus wrote:
> > > how can I put indexes on a seperate disk ?
>
> Move the index object (use the oid2name package in /contrib to find the index)
> to a different location, and symlink it back to its original location.   Make
> sure that you REINDEX at maintainence time, and don't drop and re-create the
> index, as that will have the effect of moving it back to the original
> location.

I believe reindex will create a new file and hence remove the symlink,
at least in 7.3.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-performance by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re:
Next
From: Justin Clift
Date:
Subject: Re: how to configure my new server