Re: [RFC][PATCH] wal decoding, attempt #2 - Design Documents (really attached)

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Geoghegan <peter(at)2ndQuadrant(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Andres Freund <andres(at)2ndQuadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Alvaro Herrera <alvherre(at)2ndQuadrant(dot)com>
Subject: Re: [RFC][PATCH] wal decoding, attempt #2 - Design Documents (really attached)
Date: 2012-10-16 14:26:54
Message-ID: 507D6EAE.5010303@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/15/2012 4:43 PM, Simon Riggs wrote:
> Jan spoke at length at PgCon, for all to hear, that what we are
> building is a much better way than the trigger logging approach Slony
> uses. I don't take that as carte blanche for approval of everything
> being done, but its going in the right direction with an open heart,
> which is about as good as it gets.

The mechanism you are building for capturing changes is certainly a lot
better than what Bucardo, Londiste and Slony are doing today. That much
is true.

The flip side of the coin however is that all of today's logical
replication systems are designed Postgres version agnostic to a degree.
This means that the transition time from the existing, trigger based
approach to the new WAL based mechanism will see both technologies in
parallel, which is no small thing to support. And that transition time
may last for a good while. We still have people installing Slony 1.2
because 2.0 (3 years old by now) requires Postgres 8.3 minimum.

Jan

--
Anyone who trades liberty for security deserves neither
liberty nor security. -- Benjamin Franklin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-10-16 14:31:50 Re: Bug in -c CLI option of pg_dump/pg_restore
Previous Message Tom Lane 2012-10-16 14:15:27 Re: Global Sequences