Re: sync_file_range()

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: sync_file_range()
Дата
Msg-id 20060619144521.9EAB.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
обсуждение исходный текст
Ответ на sync_file_range()  (Christopher Kings-Lynne <chris.kings-lynne@calorieking.com>)
Список pgsql-hackers
Christopher Kings-Lynne <chris.kings-lynne@calorieking.com> wrote:

> http://lwn.net/Articles/178199/
> Check out the article on sync_file_range():

> Is that at all useful for PostgreSQL's purposes?

I'm interested in it, with which we could improve responsiveness during
checkpoints. Though it is Linux specific system call, but we could use
the combination of mmap() and msync() instead of it; I mean we can use
mmap only to flush dirty pages, not to read or write pages.

---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: kill_prior_tuple for bitmap scan
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: sync_file_range()