Re: performance config help

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Bob Dusek <redusek(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: performance config help
Date: 2010-01-11 17:47:10
Message-ID: dcc563d11001110947p4d1776d8y706f5930fe2dbe0b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Bob Dusek 2010-01-11 17:49:39 Re: performance config help
Previous Message Scott Marlowe 2010-01-11 17:34:09 Re: performance config help