Re: PITR, checkpoint, and local relations

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема Re: PITR, checkpoint, and local relations
Дата
Msg-id 3705826352029646A3E91C53F7189E325185DA@sectorbase2.sectorbase.com
обсуждение исходный текст
Ответ на PITR, checkpoint, and local relations  ("J. R. Nield" <jrnield@usol.com>)
Список pgsql-hackers
> Are you sure this is true for all ports?

Well, maybe you're right and it's not.
But with "after-image blocks in log after checkpoint"
you really shouldn't worry about block atomicity, right?
And ability to turn blocks logging on/off, as suggested
by Richard, looks as appropriate for everyone, ?

> And if so, why would it be cheaper for the kernel to do it in
> its buffer manager, compared to us doing it in ours? This just
> seems bogus to rely on. Does anyone know what POSIX has to say
> about this? 

Does "doing it in ours" mean reading all data files through
our shared buffer pool? Sorry, I just don't see point in this
when tar ect will work just fine. At least for the first release
tar is SuperOK, because of there must be and will be other
problems/bugs, unrelated to how to read data files, and so
the sooner we start testing the better.

Vadim


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Build errors with current CVS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PITR, checkpoint, and local relations