Re: How can I speed up this function?

From: David Mitchell <david(dot)mitchell(at)telogis(dot)com>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: How can I speed up this function?
Date: 2005-06-28 03:31:48
Message-ID: 42C0C4A4.9090809@telogis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Christopher Kings-Lynne wrote:
>
> I'm curious - how did you write a multi-master replication package in
> pgsql, when pgsql doesn't have 2 phase commits or any kind of
> distributed syncing or conflict resolution in a release version?

We didn't write it entirely in pgsql, there is a worker process that
takes care of actually committing to the database.

Cheers

--
David Mitchell
Software Engineer
Telogis

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message David Mitchell 2005-06-28 03:33:44 Re: How can I speed up this function?
Previous Message Keith Worthington 2005-06-28 03:21:10 Re: How can I speed up this function?