Re: Constant WAL replay

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Constant WAL replay
Дата
Msg-id 200504250118.j3P1IDq14997@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Constant WAL replay  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Joshua D. Drake wrote:
> >>
> >>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.

So, do you modify the slave to prevent it from grabbing an xid?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Constant WAL replay
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: idea for concurrent seqscans