Re: allow segment size to be set to < 1GiB

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: allow segment size to be set to < 1GiB
Дата
Msg-id 3314352.1667843545@sss.pgh.pa.us
обсуждение исходный текст
Ответ на allow segment size to be set to < 1GiB  (Andres Freund <andres@anarazel.de>)
Ответы Re: allow segment size to be set to < 1GiB  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> In the attached patch I renamed --with-segsize= to --with-segsize-mb= /
> -Dsegsize= to -Dsegsize_mb=, to avoid somebody building with --with-segsize=2
> or such suddenly ending up with an incompatible build.

For the purpose of exercising these code paths with the standard
regression tests, even a megabyte seems large -- we don't create
very many test tables that are that big.  How about instead
allowing the segment size to be set in pages?

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: hash_xlog_split_allocate_page: failed to acquire cleanup lock
Следующее
От: Maciek Sakrejda
Дата:
Сообщение: Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)