Re: performance config help - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: performance config help
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: performance config help  (Scott Marlowe <[email protected]>)
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