Re: Wrong docs on checkpoint_segments?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Wrong docs on checkpoint_segments?
Дата
Msg-id 201101071439.32053.andres@anarazel.de
обсуждение исходный текст
Ответ на Wrong docs on checkpoint_segments?  (Florian Weimer <fweimer@bfk.de>)
Ответы Re: Wrong docs on checkpoint_segments?  (Florian Weimer <fweimer@bfk.de>)
Список pgsql-performance
On Friday, January 07, 2011 01:45:25 PM Florian Weimer wrote:
> On 9.0, this configuration
>
> checkpoint_segments = 512     # in logfile segments, min 1, 16MB each
>
> results in 1034 segments, so the effective logfile segment size is 32 MB.
Um. Is it possible that you redefined XLOG_SEG_SIZE or used --with-wal-
segsize=SEGSIZE?

The default is still:
andres@alap2:~/src/postgresql$ grep XLOG_SEG_SIZE src/include/pg_config.h
/* XLOG_SEG_SIZE is the size of a single WAL file. This must be a power of 2
   XLOG_BLCKSZ). Changing XLOG_SEG_SIZE requires an initdb. */
#define XLOG_SEG_SIZE (16 * 1024 * 1024)

Andres

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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Wrong docs on checkpoint_segments?
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: Wrong docs on checkpoint_segments?