Integrating Replication into Core

From: Markus Schiltknecht <markus(at)bluegap(dot)ch>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Shane Ambler <pgsql(at)007Marketing(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Integrating Replication into Core
Date: 2006-11-22 18:23:30
Message-ID: 456495A2.7090805@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

Hi,

[ moving to -hackers, that seems more appropriate. ]

Jeff Davis wrote:
> If there is some great replication solution that a lot of people need
> and it will only work with a change to core, that change might make it
> in.

That's what I'm saying. Although it's hypothetical.

> However, there may not be nifty syntax changes nor GUCs in core to
> support a specific implementation of a replicator.

I'd love to get into that one. Some of the people who have attended my
talk at the summit might know that I've introduced the following syntax
to Postgres-R:

ALTER DATABASE testdb START REPLICATION IN GROUP testgroup USING egcs;

And I'm using the system catalogs to store replication settings. What's
so wrong with that?

Joshua D. Drake wrote:
> There is definitely another reason though :). Adding a replication
> solution that is integrated *will* increase development overhead in
> terms of support.

Sure. It's an additional feature after all. Refusing to add stuff to
core because it increases development overhead certainly is a dead end.

> Replication touches (alot) of places.

Yes, that's exactly why I'm going the integrated way with Postgres-R.
:-)

Regards

Markus

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Alvaro Herrera 2006-11-22 18:48:35 Re: Integrating Replication into Core
Previous Message Joshua D. Drake 2006-11-22 18:07:18 Re: Open source databases '60 per cent cheaper'

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-11-22 18:33:21 FKs + partial indexes?
Previous Message Joshua D. Drake 2006-11-22 18:07:18 Re: Open source databases '60 per cent cheaper'