Re: replication in Postgres

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: Jeff Larsen <jlar310(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: replication in Postgres
Date: 2007-11-26 19:02:35
Message-ID: 693717.81098.qm@web25805.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It it possible to get a system that does syncronous replication and
also allows slaves to catch up if they're down for a period of time
like you can with asyncronous?

I'm just interested.

Of course a grid or a clustwer is better to makesure all servers are
in sync, but there's performance issues with the 2 phase commit isn't
there?

Just for the record I'm a programmer, not a database person really,
so I only know the basics.

--- Jeff Larsen <jlar310(at)gmail(dot)com> wrote:

> > Alvaro Herrera wrote:
> > > Glyn Astill wrote:
> > >> Thanks everyone for your replies. EnterpriseDB looks like the
> way to
> > >> go if we want good replication.
> > >
> > > Sorry, this makes no sense to me -- EnterpriseDB has no
> replication
> > > solution that I know of.
> >
> > Yeah, there is:
> >
> > http://www.enterprisedb.com/products/enterprisedb_replication.do
>
> Yes, but I'd like something better than "near real time" as the
> above
> page describes. Or maybe someone could clarify that.... Besides,
> EnterpriseDB does not save me enough money. In my current
> commercial
> DB, if a transaction is committed on the master, it is guaranteed
> to
> be committed to the secondary. In our business, losing one customer
> order could lose us the customer for good.
>
> Jeff
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/
>

Glyn Astill

______________________________________________________
Yahoo! Mail now has unlimited storage, which means you can have spam control and more space for those important e-mails.
http://uk.mail.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-11-26 19:08:09 Re: replication in Postgres
Previous Message Joshua D. Drake 2007-11-26 19:01:03 Re: replication in Postgres