Re: Size on Disk

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Size on Disk
Дата
Msg-id 11414.1069826007@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Size on Disk  (Grzegorz Dostatni <dostatnig@yahoo.com>)
Список pgsql-admin
Grzegorz Dostatni <dostatnig@yahoo.com> writes:
> Currently the datase is roughly 80 Megs. About half of
> the size is stored in pg_xlog directory. I managed to
> figure out that those files are transaction log files?
> How can I delete them safely?

You can NOT.  Don't even think about going there.

What you can do, if you intend only low-update-volume usage,
is reduce checkpoint_segments to reduce the number of WAL files
the system wants to keep around.

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: A quick question about domains
Следующее
От: "Andrei Bintintan"
Дата:
Сообщение: Re: Sensitive sort problem?