Re: Would my postgresql 8.4.12 profit from doubling RAM?
В списке pgsql-general по дате отправления:
| От | John R Pierce |
|---|---|
| Тема | Re: Would my postgresql 8.4.12 profit from doubling RAM? |
| Дата | |
| Msg-id | 50674A57.8000305@hogranch.com обсуждение исходный текст |
| Ответ на | Re: Would my postgresql 8.4.12 profit from doubling RAM? (Jeff Janes <jeff.janes@gmail.com>) |
| Список | pgsql-general |
On 09/29/12 11:43 AM, Jeff Janes wrote: >> >http://serverfault.com/questions/433281/doubled-up-ram-to-32-gb-now-how-to-speed-up-a-lapp-server > If you expand the "COMMAND" field of the "top" display (by hitting "c" > on my linux), you can probably see what the top "postmaster" process > is doing. > > Anyway, it looks like your server is mostly bored. If there is a > specific performance problem, it might be in the client side, or > network latency. assuming the PP stands for PHP + Postgres, another likely candidate for performance issues is PHP opening (and closing) a new connection for each page. use pgbouncer as a connection pool and watch things speed up considerably. -- john r pierce N 37, W 122 santa cruz ca mid-left coast
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера