| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] 8.3beta1 testing on Solaris |
| Дата | |
| Msg-id | 24692.1193425696@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [HACKERS] 8.3beta1 testing on Solaris ("Jignesh K. Shah" <J.K.Shah@Sun.COM>) |
| Ответы |
Re: [HACKERS] 8.3beta1 testing on Solaris
|
| Список | pgsql-performance |
"Jignesh K. Shah" <J.K.Shah@Sun.COM> writes:
> So the ratio of reads vs writes to clog files is pretty huge..
It looks to me that the issue is simply one of not having quite enough
CLOG buffers. Your first run shows 8 different pages being fetched and
the second shows 10. Bearing in mind that we "pin" the latest CLOG page
into buffers, there are only NUM_CLOG_BUFFERS-1 buffers available for
older pages, so what we've got here is thrashing for the available
slots.
Try increasing NUM_CLOG_BUFFERS to 16 and see how it affects this test.
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера