O_DIRECT, or madvise and/or posix_fadvise

Поиск
Список
Период
Сортировка
От markwkm@gmail.com
Тема O_DIRECT, or madvise and/or posix_fadvise
Дата
Msg-id 70c01d1d0701111435j6aa8ec8ar13c184df9a4ef206@mail.gmail.com
обсуждение исходный текст
Ответы Re: O_DIRECT, or madvise and/or posix_fadvise  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
I caught this thread about O_DIRECT on kerneltrap.org: http://kerneltrap.org/node/7563

It sounds like there is much to be gained here in terms of reducing
the number of user/kernel space copies in the operating system.  I got
the impression that posix_fadvise in the Linux kernel isn't as good as
it could be.  I noticed in xlog.c that the use of posix_fadvise is
disabled.  Maybe it's time to do some more experimenting and working
with the Linux kernel developers.  Or perhaps there is another OS that
would be better to experiment with?

Not sure where to start but do people think this is worth taking a stab at?

Regards,
Mark


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Some notes about redesigning planner data structures
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: [PATCHES] Patch to log usage of temporary files