"tablespace" for tranaction log?

Поиск
Список
Период
Сортировка
От Thomas Finneid
Тема "tablespace" for tranaction log?
Дата
Msg-id 497ABCEE.2090207@fcon.no
обсуждение исходный текст
Ответы Re: "tablespace" for tranaction log?  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-performance
Hi

I have noticed that my transaction log has quite large activity volume
(up to 15MB per transaction), so with the amount of data I am using I
have manually moved the pg_xlog directory to a different disk. This
allows me to have both the table space and transaction log on two
different high performance disks.
But my question is, since I can do this with tablespace for tables,
indexes and so on, is there any possibilites to do a similar thing for
the transaction log from inside postgres? as in

    create indexspace = ....

regards

thomas

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

Предыдущее
От: "M. Edward (Ed) Borasky"
Дата:
Сообщение: Re: SSD performance
Следующее
От: Thomas Finneid
Дата:
Сообщение: strange index performance?