Re: WAL feature - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: WAL feature
Date
Msg-id 200104280044.f3S0idV19972@candle.pha.pa.us
Whole thread Raw
In response to RE: WAL feature  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
List pgsql-hackers
[ Charset ISO-8859-1 unsupported, converting... ]
> > Yep, WAL collects all database changes into one file.  Easy to see how
> > some other host trying to replication a different host would find the
> > WAL contents valuable.
> 
> Unfortunately, slave database(s) should be on the same platform
> (hardware+OS) to be able to use information about *physical*
> changes in data files. Also, this would be still *async* replication.
> Maybe faster than rserv, maybe with less space requirements (no rserv'
> log table), but maybe not.
> 
> I believe that making efforts to implement (bi-directional) *sync*
> replication would be more valuable.

Or maybe an platform-neutral interface to the WAL file.  Seems this
would fit a need.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: WAL feature
Next
From: Thomas Lockhart
Date:
Subject: Re: v7.1.1 branched and released on Tuesday ...