Re: Patch to improve reliability of postgresql on linux nfs

Поиск
Список
Период
Сортировка
От Florian Pflug
Тема Re: Patch to improve reliability of postgresql on linux nfs
Дата
Msg-id 6BC15318-E8F9-4045-A68F-4BF70C569F41@phlo.org
обсуждение исходный текст
Ответ на Re: Patch to improve reliability of postgresql on linux nfs  ("ktm@rice.edu" <ktm@rice.edu>)
Ответы Re: Patch to improve reliability of postgresql on linux nfs
Список pgsql-hackers
On Sep13, 2011, at 14:58 , ktm@rice.edu wrote:
> It will be interesting to see if there are any performance ramifications to
> this new write function.

What would those be? For non-interruptible reads and writes, the overhead
comes down to an additional function call (if we don't make pg_write_nointr
inlined) and a few conditional jumps (which branch prediction should be
able to take care of). These are bound to disappear in the noise compared
to the cost of the actual syscall.

best regards,
Florian Pflug



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

Предыдущее
От: "ktm@rice.edu"
Дата:
Сообщение: Re: Patch to improve reliability of postgresql on linux nfs
Следующее
От: "ktm@rice.edu"
Дата:
Сообщение: Re: Patch to improve reliability of postgresql on linux nfs