Re: Indexes on RAM disk = insanity? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Indexes on RAM disk = insanity?
Date
Msg-id 2612.1122654062@sss.pgh.pa.us
Whole thread Raw
In response to Indexes on RAM disk = insanity?  (Steve Lane <slane@soliantconsulting.com>)
List pgsql-admin
Steve Lane <slane@soliantconsulting.com> writes:
> Or will postgres 8 rebuild an index if it doesn't find it where it expects?

No, but there's always REINDEX.

> I recognize, or think I do, that PG 8 tablespaces would be required to
> accomplish this.

It'd certainly make it a lot easier.  Also, it's probably not worth the
pain to try to move system catalog indexes to RAMdisk --- that'll
greatly complicate the restart process.  User-table indexes could be
fixed just with REINDEX.

            regards, tom lane

pgsql-admin by date:

Previous
From: Richard_D_Levine@raytheon.com
Date:
Subject: Re: Indexes on RAM disk = insanity?
Next
From: Chris Travers
Date:
Subject: Re: Indexes on RAM disk = insanity?