Re: HA solution

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: HA solution
Date: 2011-01-15 05:55:32
Message-ID: 201101142155.32539@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On January 14, 2011, "Jaiswal Dhaval Sudhirkumar" <JaiswalDS(at)microland(dot)com>
wrote:
> Hi,
>
> I am looking for active-active clustering solution.
>
> I have one SAN box and two separate NODES, where I need to create
> active-active cluster. My data directory would be one and mounted to the
> SAN box for both the nodes. (There will be one sharable data directory
> for both the nodes) So the query which will come to the load balancer
> (pgpool) it will route to the node which has a less load. However, it
> will use the same data directory. It is nothing but the RAC kind of
> structure. Now, my question is.
>
> 1) Is it possible above implementation in PostgreSQL?
> 2) Has someone implemented cluster in their production environment?
>
> Please experts share your thought/comments/experience how I shall achieve
> that.
>

You cannot run multiple PostgreSQL instances against the same data
directory.

--
A hybrid Escalade is missing the point much in the same way that having a
diet soda with your extra large pepperoni pizza is missing the point.

In response to

  • HA solution at 2011-01-15 05:47:09 from Jaiswal Dhaval Sudhirkumar

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-01-15 06:53:43 Re: HA solution
Previous Message Jaiswal Dhaval Sudhirkumar 2011-01-15 05:47:09 HA solution