Re: avoiding file system caching of a table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: avoiding file system caching of a table
Дата
Msg-id 12020.1392689859@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: avoiding file system caching of a table  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-general
Jeff Janes <jeff.janes@gmail.com> writes:
> If you told postgresql to tell the kernel not to cache the data it reads,
> how would this help?

I seem to recall also that O_DIRECT disables optimizations we definitely
want, like read-ahead.  So it could come out a loser independently of
any what's-in-cache concerns.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Deleted files still open long after droping a database
Следующее
От: Gabriel Sánchez Martínez
Дата:
Сообщение: Re: avoiding file system caching of a table