Re: postgresql is slow with larger table even it is in RAM
В списке pgsql-performance по дате отправления:
| От | sathiya psql |
|---|---|
| Тема | Re: postgresql is slow with larger table even it is in RAM |
| Дата | |
| Msg-id | f966c2ee0803250627gdd5f1eai61b0bbb199320fd3@mail.gmail.com обсуждение |
| Ответ на | Re: postgresql is slow with larger table even it is in RAM (Bill Moran <wmoran@collaborativefusion.com>) |
| Ответы |
Re: postgresql is slow with larger table even it is in
RAM
|
| Список | pgsql-performance |
Yes. It takes your hardware about 3 seconds to read through 700M of ram.
Keep in mind that you're not just reading RAM. You're pushing system
requests through the VFS layer of your operating system, which is treating
the RAM like a disk (with cylinder groups and inodes and blocks, etc) so
you have all that processing overhead as well. What filesystem did you
format the RAM disk with?
Why are you doing this? If you have enough RAM to store the table, why
not just allocate it to shared buffers?
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера