Rails & pg setup question

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Rails & pg setup question
Дата
Msg-id 99DBC6C0-8FEC-491C-A6CD-BF1B724DCEEC@elevated-dev.com
обсуждение исходный текст
Ответы Re: Rails & pg setup question  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
What I'm trying to determine is: should I plan on using pgbouncer?

With Rails & Passenger, do the app server processes take and hold connections to the db? Or take & release with
queries/connections?

This is not a scalability question; given the traffic the site will have I only need a small handful of connections.
It'sa latency question, I don't want to be starting up new pg processes excessively. 

(Yes, I thought about asking on the RoR list, since it's really a question about RoR behaviors, but on the other hand
itinvolves pg optimization & best practice, which is, ahem, different than with MySQL.) 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





В списке pgsql-general по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: How to typecast an integer into a timestamp?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Rails & pg setup question