| От | Steve Wolfe |
|---|---|
| Тема | Re: Reading the database in RAM |
| Дата | |
| Msg-id | 004b01c1478d$3849b540$50824e40@iboats.com обсуждение |
| Ответ на | Reading the database in RAM (vitthal <vitthal@discerncomm.com>) |
| Список | pgsql-general |
> Is there any way of reading the whole database into memory? By changing > the > number of shared buffers the first query still takes long time and the > subsequent similar queries are fast. > If there is way of pinning the database in the memory all similar > queries will take the same time. My database is around 200MB and could > easily be pinned into RAM. If you have enough RAM, your OS will cache the physical files as they are used. I'm not sure how much of a speedup would be gained by PG keeping the data in RAM and doing the caching itself, but my guess is that it wouldn't be that great of a speedup over simply having the data in the disk cache. steve
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера