Re: Postgres Cluster

From: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
To: Rajiv Dhawan <rajivengineer(at)gmail(dot)com>
Cc: pgsql-in-general(at)postgresql(dot)org
Subject: Re: Postgres Cluster
Date: 2011-02-04 10:55:35
Message-ID: AANLkTimPk4VaE3rB97s1Hj0v66q+rtk43-TLxfxS=w-N@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-in-general

On Fri, Feb 4, 2011 at 4:12 PM, Rajiv Dhawan <rajivengineer(at)gmail(dot)com> wrote:
> Hi all,
>
> Does Postgres supports Clustering like Oracle RAC in Active/Passive Mode.e.q
> 2 systems with Linux installed and PostgresDB on SAN ?
>

Postgres does not natively support Oracle RAC kind of setup. There is
something known an Hot Standby which supports read-write access on one
system and read-only access to a replicated system. But the database
is not shared between these nodes, rather is replicated using
techniques such as streaming replication.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

In response to

Responses

Browse pgsql-in-general by date

  From Date Subject
Next Message Deepak 2011-02-05 12:52:33 Re: Postgres Cluster
Previous Message Rajiv Dhawan 2011-02-04 10:42:36 Postgres Cluster