Re: Caching of Queries - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Caching of Queries
Date
Msg-id 200409231156.31450.josh@agliodbs.com
Whole thread Raw
In response to Re: Caching of Queries  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Caching of Queries
List pgsql-performance
Tom,

> I think you are probably looking at the same problem previously reported
> by Josh Berkus among others.  Does the rate of context swaps shown by
> vmstat go through the roof when this happens?  If you strace or ktrace
> one of the backends, do you see lots of semop()s and little else?

That would be interesting.   Previously we've only demonstrated the problem on
long-running queries, but I suppose it could also affect massive concurrent
query access.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: "Anjan Dave"
Date:
Subject: Re: SAN performance
Next
From: Greg Copeland
Date:
Subject: Re: Hyper threading?