Re: postgres block size alignment with filesystem block size - Mailing list pgsql-admin

From Tom Lane
Subject Re: postgres block size alignment with filesystem block size
Date
Msg-id 11681.1338999875@sss.pgh.pa.us
Whole thread Raw
In response to postgres block size alignment with filesystem block size  (Mike Broers <mbroers@gmail.com>)
Responses Re: postgres block size alignment with filesystem block size
List 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 by date:

Previous
From: Manoj Govindassamy
Date:
Subject: Re: Postgres 9.1 Synchronous Replication and stuck queries during sync repl setup
Next
From: "Kevin Grittner"
Date:
Subject: Re: Data split -- Creating a copy of database without outage