Re: [PERFORM] fsync method checking

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [PERFORM] fsync method checking
Дата
Msg-id 200403251110.55889.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: [PERFORM] fsync method checking  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce,

> We don't actually extend the WAL file during writes (preallocated), and
> the access/modification timestamp is only in seconds, so I wonder of the
> OS only updates the inode once a second.  What else would change in the
> inode more frequently than once a second?

What about really big writes, when WAL files are getting added/recycled?

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PERFORM] fsync method checking
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Nested transaction proposal - take N (N > 2)