Re: Deleting old archived WAL files

Поиск
Список
Период
Сортировка
От Jaume Sabater
Тема Re: Deleting old archived WAL files
Дата
Msg-id 21943248.2001225463049735.JavaMail.root@zimbra.linuxsilo.net
обсуждение исходный текст
Ответ на Re: Deleting old archived WAL files  (Jaume Sabater <jsabater@linuxsilo.net>)
Список pgsql-admin
Jaume Sabater wrote:

> So, should I set the archive_command parameter to any of these?
>
> 1. exit 0
> 2. cp %p /dev/null

Just checked and both worked fine. Did 30000 transactions per 10 concurrent clients with pgbench and the pg_xlog/
foldernever went beyond the initial size (files were rotated inside pg_xlog/, none archived, no errors in the
PostgreSQLlog). 

I think I'll stick with the "exit 0" one, as the cp would have to read the file (although it would probably be in the
cacheof the kernel as it was just written?). 

Now on how to change the archive_command in runtime without having to modify the postgresql.conf file, if possible...
:P

--
Jaume Sabater
http://linuxsilo.net/

"Ubi sapientas ibi libertas"

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

Предыдущее
От: Mathias Stjernström
Дата:
Сообщение: Re: how i can restrict databaseusers ?
Следующее
От: Isabella Ghiurea
Дата:
Сообщение: autovacuum questions