Re: Problems with query in highly concurrent environment

From: Jim Wilson <jimw(at)kelcomaine(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with query in highly concurrent environment
Date: 2005-02-25 00:45:53
Message-ID: 200502250045.j1P0jrF4031001@linus.kelco1.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> From: Aleksei Valikov
>
<snip>
> Moreover, what I find very strange is that when I log in with psql (or
> any other SQL client) onto the production database and execute the same
> query, it runs fast - even in peak hours!
>
<snip>

That is strange. Is this a networking issue? Are your clients becoming memory
bound (e.g. not enough RAM or poor garbage collection/memory leakage on the
client side)?

Best regards,

Jim Wilson

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-02-25 00:53:13 Re: Possible to run the server with ANSI/ISO string escapeing
Previous Message Tom Lane 2005-02-25 00:38:21 Re: Pg 8.0rc5 to 8.0.1 update