Is AIX Concurrent IO safe with PostgreSQL? - Mailing list pgsql-performance

From Dawid Kuroczko
Subject Is AIX Concurrent IO safe with PostgreSQL?
Date
Msg-id 758d5e7f0706250301s65a39f29ya960ddb3ab5fa692@mail.gmail.com
Whole thread Raw
List pgsql-performance
Hello, I am wondering if it is safe to assume that
specifying cio mount option is safe with PostgreSQL.

As far as I understand the CIO (AIX Concurrent I/O) means that
filesystem does not serialize access to file blocks.  In other
words multiple threads can simultaneously read and write
the file block, which means that it is possible that reader
reads stale data.  Now, if database enforces its own serialization
(and as far as I can tell, bufmgr does it exactly), this option
should be totally safe to use, probably giving boost since
kernel has less overhead while multiple processes access
the database file.

Is my thinking correct?

   Regards,
     Dawid

pgsql-performance by date:

Previous
From: "Mikko Partio"
Date:
Subject: Re: Slow indexscan
Next
From: Koichi Suzuki
Date:
Subject: Re: PITR Backups