Re: [PERFORM] How to keep queries low latency as concurrency increases

2012-11-25 Thread Heikki Linnakangas
On 25.11.2012 18:30, Catalin Iacob wrote: So it seems we're just doing too many connections and too many queries. Each page view from a user translates to multiple requests to the application server and each of those translates to a connection and at least a few queries (which are done in middlew

Re: [PERFORM] How to keep queries low latency as concurrency increases

2012-11-25 Thread Catalin Iacob
Thanks to everybody for their help, sorry for not getting back earlier but available time shrunk very quickly as the deadline approached and afterwards this kind of slipped off my mind. On Tue, Nov 6, 2012 at 12:31 AM, Jeff Janes wrote: > It still has something to contribute if connections are ma