Re: performance config help - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: performance config help
Date
Msg-id dcc563d11001110947p4d1776d8y706f5930fe2dbe0b@mail.gmail.com
Whole thread Raw
In response to Re: performance config help  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-performance
We may want to start looking at query plans for the slowest queries.
Use explain analyze to find them and attach them here.  I kinda have a
feeling you're running into a limit on the speed of your memory
though, and there's no real cure for that.  You can buy a little time
with some query or db tuning, but 250 or more concurrent users is a
LOT.

pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: performance config help
Next
From: Bob Dusek
Date:
Subject: Re: performance config help