Search Postgresql Archives

Re: NAS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Marco Fortina wrote:

Hello there!

A customer of our company would like to create a 2 nodes cluster connected to an external NAS storage. I would like to know if PostgreSQL supports its datafiles on this kind of storage and if this solution is certified.


active/standby type cluster, where only one server has the database software running at a time? in theory, should work. NAS storage is often NOT recommended for database table storage, however, as it often has funny quirks with regards to random access, concurrent access, and so forth. early versions of NFS were especially bad about this. most shared active/standby database high availability clusters use SAN block storage for this reason (fiberchannel, iscsi), and those often use 'fencing hardware' to be sure that the current standby system doesn't mount the file system when the other member is active.

afaik, postgresql doesn't 'certify' anything, and certainly most of us on this email list do not speak for postgresql.org, we're mostly just users.



--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux