Re: WAL disk space

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL disk space
Дата
Msg-id 8513.1039452428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на WAL disk space  (Erin Munro <emunro@ll.mit.edu>)
Список pgsql-admin
Erin Munro <emunro@ll.mit.edu> writes:
> An empty database cluster takes up 20 MB, 16 of which
> are dedicated to a WAL file. This seems to be a lot
> for a small or low-traffic database. Is there any way
> to reduce the size of this WAL file, besides reverting
> to version 7.0 (where WAL isn't used)?

Reduce XLogSegSize in src/include/access/xlog.h.  Recompile,
re-initdb (or at least do pg_resetxlog), put up with more frequent
checkpoints.

With sufficiently low write activity this might be worthwhile, but
I find it hard to think of any recently-manufactured hardware wherein
16MB of disk space is worth agonizing over.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: WAL disk space
Следующее
От: Brian Fujito
Дата:
Сообщение: "dumpProcLangs(): handler procedure for language plpgsql not found" on 7.0.3