Re: Constant WAL replay - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Constant WAL replay
Date
Msg-id 426C3468.7090805@commandprompt.com
Whole thread Raw
In response to Re: Constant WAL replay  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Constant WAL replay  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
>>
>>Very close. We don't use the WAL (yet, slated for probably 8.1) but we
>>do use a transaction log shipping method. So the implementation is 
>>almost the same.
> 
> 
> Can you run queries on the slave?  If so, how do you handle xid collisions?

You can run any query that does not modify data on a replicated table. 
You can run any non data modifying query on any of the tables.

Sincerely,

Joshua D. Drake



> 



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Constant WAL replay
Next
From: Bruce Momjian
Date:
Subject: Re: Constant WAL replay