Re: Indexes on RAM disk = insanity?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Indexes on RAM disk = insanity?
Дата
Msg-id 2612.1122654062@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Indexes on RAM disk = insanity?  (Steve Lane <slane@soliantconsulting.com>)
Список 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 по дате отправления:

Предыдущее
От: Richard_D_Levine@raytheon.com
Дата:
Сообщение: Re: Indexes on RAM disk = insanity?
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Indexes on RAM disk = insanity?