Re: Moving pg_xlog

Поиск
Список
Период
Сортировка
От Steven Winfield
Тема Re: Moving pg_xlog
Дата
Msg-id E9FA92C2921F31408041863B74EE4C20016B17D3D0@CCPMAILDAG03.cantab.local
обсуждение исходный текст
Ответ на Re: Moving pg_xlog  (Lucas Possamai <drum.lucas@gmail.com>)
Список pgsql-general

2016-12-02 17:10 GMT+13:00 Michael Paquier <michael.paquier@gmail.com>:

On Fri, Dec 2, 2016 at 1:04 PM, Melvin Davidson <melvin6925@gmail.com> wrote:
>  Well, while the location of pg_xlog is not currently configurable, on Linux system the way to do it is  to:
>  1. stop PostgreSQL
>  2. move the pg_xlog directory to a separate partition
>  3. create a symbolic link to point to the new partition
>  4. restart PostgreSQL

It’s also worth mentioning that the xlog directory can be specified at cluster creation time using ‘initdb -X <directory>’, which (AFAICT) just creates the symlink for you.

 

Steve.

 

 

Dr. Steven Winfield

Scientist

D: +44 (0)1223 755 776

 

Cantab email sig

 

 

Вложения

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

Предыдущее
От: Job
Дата:
Сообщение: Postgresql 9.6 and Big Data
Следующее
От: Alexander Farber
Дата:
Сообщение: Using UPDATE ... RETURNING in a custom SQL function, which RETURNS integer