Re: postgres block size alignment with filesystem block size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres block size alignment with filesystem block size
Дата
Msg-id 11681.1338999875@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres block size alignment with filesystem block size  (Mike Broers <mbroers@gmail.com>)
Ответы Re: postgres block size alignment with filesystem block size  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-admin
Mike Broers <mbroers@gmail.com> writes:
> Hello, I am setting up a new postgres production server in a managed
> hosting environment.  I dont have much insight into the underlying disk
> architecture but the filesystem I have been presented with has a 4k block
> size.  Postgres defaults to 8k block size; would it be beneficial to repave
> the filesystem at an 8k block size or problematic to leave it at 4k?

I doubt it's worth the trouble to change it.  Most filesystems default
to 4k or smaller block sizes, so that's what PG is accustomed to run on.
I think it would only really be an issue if PG's block size weren't a
multiple of the filesystem block.

            regards, tom lane

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

Предыдущее
От: Manoj Govindassamy
Дата:
Сообщение: Re: Postgres 9.1 Synchronous Replication and stuck queries during sync repl setup
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Data split -- Creating a copy of database without outage