Re: Multiple disks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Multiple disks
Дата
Msg-id 26548.1081528382@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Multiple disks  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-admin
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> The next way is to individually link thinks like indexes onto other
> volumes.  The procedure is basically, create the index, figure out which
> file in $PGDATA/base/oidofyourdbhere is the index, shut down postgresql,
> copy to file elsewhere, softlink it, restart apache.  This setup will not
> survive reindexing or dropping / recreating the index.

It should also be noted that this hack doesn't cope well with tables or
indexes exceeding 1Gb.  You'd have to separately symlink each segment,
and deal with creating new links every time the table/index grows past
another 1Gb boundary.

Tablespaces will be a lot nicer when we have them.  For now, a RAID
array is definitely the best bet.

            regards, tom lane

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: [PERFORM] Raw devices vs. Filesystems
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: sequence value of the record just inserted.