On Nov 30, 2012, at 4:52 AM, Bijelic, Aleksandra (Lexi) wrote:
> Hi I have a question, Is possible to create a shared-storage postgresql server cluster? I found some mix responses online and need to know before we download the software for our company use.
Hi,
If you mean a single storage subsystem with multiple PostgreSQL instances accessing it in parallel, the answer is no. Each PostgreSQL instance expects to have exclusive access to the underlying storage.
--
-- Christophe Pettus
xof(at)thebuild(dot)com