Andrew Sullivan ajs
Thu Jan 25 15:20:35 PST 2007
On Thu, Jan 25, 2007 at 08:59:54AM +0100, Brinon Philippe wrote:
> 4- Is it possible to configure the system so that the replication is
> decided by the master node whenever necessary?

I'm assuming that the idea here is not to send any events unless
something has actually changed, because you have an origin that
doesn't change very much.  

As a bit of a hack, I _think_ you could do this using some log
shipping tricks, and a little daemon that checks for files that are
new and then pokes all the other nodes if they need to get something. 
You do need one node to be the, for want of a better term,
distribution master under these circumstances, but I think it could
be done.

A

-- 
Andrew Sullivan  | ajs at crankycanuck.ca
The plural of anecdote is not data.
		--Roger Brinner



More information about the Slony1-general mailing list