Re: Anything to be gained from a 'Postgres Filesystem'?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Anything to be gained from a 'Postgres Filesystem'?
Дата
Msg-id 1099628919.10449.39.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Anything to be gained from a 'Postgres Filesystem'?  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
Список pgsql-performance
On Fri, 2004-11-05 at 06:20, Steinar H. Gunderson wrote:
> You mean, like, open(filename, O_DIRECT)? :-)

This disables readahead (at least on Linux), which is certainly not we
want: for the very case where we don't want to keep the data in cache
for a while (sequential scans, VACUUM), we also want aggressive
readahead.

-Neil



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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Anything to be gained from a 'Postgres Filesystem'?
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Anything to be gained from a 'Postgres Filesystem'?