Re: how does pg handle concurrent queries and same queries

From: "Dennis Brakhane" <brakhane(at)googlemail(dot)com>
To: Faludi Gábor <gfaludi(at)fits(dot)hu>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: how does pg handle concurrent queries and same queries
Date: 2008-07-30 18:34:16
Message-ID: 226a19190807301134p188cf6d7gaf829b10430629aa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Slightly off-topic, but judging from the fact that you were able to
"fix" the query, it seems you have some way to modify the application
code itself. In that case, I'd try to implement caching (at least for
this statement) on the application side, for example with memcached.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Miernik 2008-07-30 21:58:34 Re: Database size Vs performance degradation
Previous Message Mark Roberts 2008-07-30 18:04:21 Re: Database size Vs performance degradation