Re: "tablespace" for tranaction log?

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: "tablespace" for tranaction log?
Дата
Msg-id 497B91FF.60707@timbira.com
обсуждение исходный текст
Ответ на "tablespace" for tranaction log?  (Thomas Finneid <tfinneid@fcon.no>)
Список pgsql-performance
Thomas Finneid escreveu:
> 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
>
No. Because transaction log is for the entire cluster and it is too risky to
do such a change when the server is running. You need to stop the database and
make the change. Also, you can setup the xlog to a different location at
initdb time.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: strange index performance?
Следующее
От: Greg Smith
Дата:
Сообщение: Re: SSD performance