Alternate disks for Indexes
pierre@desertmoon.com
From: pierre@desertmoon.com
To: pgsql-sql@postgreSQL.org
Date: 1998-10-26T13:23:22Z
Lists: pgsql-sql
Here is a simple question. In oracle one can specify an alternate location for indexes to live(i.e. a different disk) to help improve performance. Is it possible to do so in Postgresql? Can I move the indexes then place a link from the original location to an alternate disk location and have it work? Has anyone tried this? -=pierre