| От | Robert Haas |
|---|---|
| Тема | Re: Performance |
| Дата | |
| Msg-id | 61F862B4-6AB8-40BA-8B25-9C18988665B2@gmail.com обсуждение исходный текст |
| Ответ на | Re: Performance (James Mansion <james@mansionfamily.plus.com>) |
| Список | pgsql-performance |
On Apr 29, 2011, at 10:25 AM, James Mansion <james@mansionfamily.plus.com> wrote: > Robert Haas wrote: >> The server can and does measure hit rates for the PG buffer pool, but to my knowledge there is no clear-cut way for PGto know whether read() is satisfied from the OS cache or a drive cache or the platter. >> >> > Does the server know which IO it thinks is sequential, and which it thinks is random? No. It models this in the optimizer, but the executor has no clue. And sometimes we model I/O as partly random, partly sequential,as in the case of heap fetches on a clustered index. So the answer isn't even a Boolean. ...Robert
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера