Re: Replication/cloning: rsync vs modification dates?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Replication/cloning: rsync vs modification dates?
Дата
Msg-id 20120727011227.GE24238@momjian.us
обсуждение исходный текст
Ответ на Re: Replication/cloning: rsync vs modification dates?  (Chris Angelico <rosuav@gmail.com>)
Список pgsql-general
On Fri, Jul 27, 2012 at 09:57:55AM +1000, Chris Angelico wrote:
> On Fri, Jul 27, 2012 at 9:53 AM, Bruce Momjian <bruce@momjian.us> wrote:
> > You might want to look at the hackers list thread I started about the
> > same topic a week before your post:
> >
> >         http://archives.postgresql.org/pgsql-hackers/2012-07/msg00416.php
> >
> > Basically, you can only use mtime/size if you are replaying WAL.
>
> I'll check that out in a bit; but hot standby includes replaying WAL,
> right? That's what we're doing - full live replication with
> possibility to "pg_ctl promote" a slave straight up to master.

Yes, WAL is replayed in that case and any sub-second changes are going
to be replayed from the WAL log.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: how to calculate or know seq_scan scan how many blocks every time
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Where is diskchecker.pl ?