Re: Replication/cloning: rsync vs modification dates?

Поиск
Список
Период
Сортировка
От Michael Nolan
Тема Re: Replication/cloning: rsync vs modification dates?
Дата
Msg-id CAOzAqu+qsVHBJnbRH7uwpqfTTGkPT-cSwD-wS_-LWpywzUSD5w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Replication/cloning: rsync vs modification dates?  (Sergey Konoplev <sergey.konoplev@postgresql-consulting.com>)
Список pgsql-general
On 7/16/12, Sergey Konoplev <sergey.konoplev@postgresql-consulting.com> wrote:
> On Mon, Jul 16, 2012 at 8:01 PM, Chris Angelico <rosuav@gmail.com> wrote:
>> On Tue, Jul 17, 2012 at 1:58 AM, Michael Nolan <htfoot@gmail.com> wrote:
>>> As I understand the docs for rsync, it will use both mod time and file
>>> size
>>> if told not to do checksums.
>
> I wonder if it is correct in general to use mtime and size to perform
> these checks from the point of view of PostgreSQL.
>
> If it works with the current version then is there a guaranty that it
> will work with the future versions?

There are many things for which no guarantee of future compatibility
(or sufficiency) are the case.

 For that matter, there's really no assurance that timestamp+size is
sufficient NOW.

But checksums aren't 100% reliable, either.   without doing a byte by
byte comparison of two files, there's no way to ensure they are
identical.
--
Mike Nolan

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

Предыдущее
От: Sergey Konoplev
Дата:
Сообщение: Re: Replication/cloning: rsync vs modification dates?
Следующее
От: Philip Couling
Дата:
Сообщение: How do write schema independent install files for functions.