Re: Index files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index files
Дата
Msg-id 18989.1189740803@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Index files  ("Harsh Azad" <harsh.azad@gmail.com>)
Список pgsql-performance
"Harsh Azad" <harsh.azad@gmail.com> writes:
> Where are the database index files located in the $PGDATA directory?

Read
http://www.postgresql.org/docs/8.2/static/storage.html

> I was
> thinking on soft linking them to another physical hard disk array.

Manual symlink management, while not impossible, pretty much sucks
... especially if your tables are big enough that you actually need to
do this.  Use a tablespace instead.  (If you are on a PG version that
hasn't got tablespaces, you are more than overdue to upgrade.)

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: Ow Mun Heng
Дата:
Сообщение: Re: Index files
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: When/if to Reindex