Re: PITR, checkpoint, and local relations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PITR, checkpoint, and local relations
Дата
Msg-id 20683.1028323528@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PITR, checkpoint, and local relations  ("J. R. Nield" <jrnield@usol.com>)
Ответы Re: PITR, checkpoint, and local relations
Список pgsql-hackers
"J. R. Nield" <jrnield@usol.com> writes:
>> (In particular, I *strongly* object to using the buffer manager at all
>> for reading files for backup.  That's pretty much guaranteed to blow out
>> buffer cache.  Use plain OS-level file reads.  An OS directory search
>> will do fine for finding what you need to read, too.)

> How do you get atomic block copies otherwise?

Eh?  The kernel does that for you, as long as you're reading the
same-size blocks that the backends are writing, no?
        regards, tom lane


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

Предыдущее
От: "J. R. Nield"
Дата:
Сообщение: Re: PITR, checkpoint, and local relations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PITR, checkpoint, and local relations