| От | Tom Lane |
|---|---|
| Тема | Re: Clock sweep not caching enough B-Tree leaf pages? |
| Дата | |
| Msg-id | 20593.1397761783@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Clock sweep not caching enough B-Tree leaf pages? (Stephen Frost <sfrost@snowman.net>) |
| Ответы |
Re: Clock sweep not caching enough B-Tree leaf pages?
|
| Список | pgsql-hackers |
Stephen Frost <sfrost@snowman.net> writes:
> I wonder if it would help to actually tell the OS to read in buffers
> that we're *evicting*... On the general notion that if the OS already
> has them buffered then it's almost a no-op, and if it doesn't and it's
> actually a 'hot' buffer that we're gonna need again shortly, the OS will
> have it.
But if it's actually gone cold, you're just forcing unnecessary read I/O,
not to mention possibly causing something slightly warmer to be lost from
kernel cache.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера