| От | Greg Stark |
|---|---|
| Тема | Re: PostgreSQL pre-fork speedup |
| Дата | |
| Msg-id | 878yg6x3xo.fsf@stark.xeocode.com обсуждение |
| Ответ на | Re: PostgreSQL pre-fork speedup (Rod Taylor <pg@rbt.ca>) |
| Ответы |
Re: PostgreSQL pre-fork speedup
|
| Список | pgsql-hackers |
Rod Taylor <pg@rbt.ca> writes: > Cutting that count down to 10 idlers in total by having PostgreSQL > prefork a specific database would make a significant difference. Well it would be 10 for each database. Since as has been pointed out before loading the database is most of the delay. If that's enough why not just run 10 apache processes instead of 100? I'm assuming the static non-database driven content is already separated onto other servers. In which case running 100 apache processes, most of which are idle is the source of the problem. -- greg
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера