Re: pg_fallocate

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_fallocate
Дата
Msg-id 527A6D12.604@gmx.net
обсуждение исходный текст
Ответ на pg_fallocate  (Mitsumasa KONDO <kondo.mitsumasa@gmail.com>)
Список pgsql-hackers
On 10/31/13, 9:16 AM, Mitsumasa KONDO wrote:
> I'l like to add fallocate() system call to improve sequential read/write
> peformance. fallocate() system call is different from posix_fallocate()
> that is zero-fille algorithm to reserve continues disk space.
> fallocate() is almost less overhead alogotithm to reserve continues disk
> space than posix_fallocate().

Your patch seems to be missing a bit that defines HAVE_FALLOCATE,
probably something in configure.in.




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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: git diff --check whitespace checks, gitattributes
Следующее
От: Andres Freund
Дата:
Сообщение: Re: better atomics