Growing pg_xlog

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Growing pg_xlog
Дата
Msg-id 20030714161543.GM37009@ext1.enyo.de
обсуждение исходный текст
Ответы Re: Growing pg_xlog
Список pgsql-admin
I seem to have some obscure problem with the WAL logs (AFAIK that's what
is stored in the pg_xlog directory):

63G     /var/lib/postgres/data/pg_xlog

This is a bit too much wasted space for my taste. 8-/

egrep -i 'wal|checkpoint' /etc/postgresql/postgresql.conf | grep -v ^#
returns:

wal_buffers = 64                # min 4, typically 8KB each
checkpoint_segments = 8 # in logfile segments, min 1, 16MB each

The machine is running version 7.3.2r1-5 of the Debian package.

Any suggestions?

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

Предыдущее
От: "Mendola Gaetano"
Дата:
Сообщение: News server
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Growing pg_xlog