query result set caching

From: Martin Sarsale <martin(at)emepe3(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: query result set caching
Date: 2004-08-04 20:06:11
Message-ID: 1091649971.12122.40.camel@kadaif
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear All:

Im looking for solutions (Free Software is better) to do query result
caching.
Thanks to the people from #postgresql I know that postgres doesn't do
that by himself and the solution should be some kind of middle ware.

This is our problem: we are executing the same set of SELECT SP/queries
hundreds of times, without updating the DB. We would like to cache the
result of this SP/queries so the next time somebody runs one of them,
the results come from the cache instead of the db.

We would like to use an already developed and tested solution but if we
can't find anything that fits our needs, we can develop our own solution
(playing w/ PHP and PG's LISTEN/NOTIFY)

Thanks in advance

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2004-08-04 20:29:31 Re: query result set caching
Previous Message Kris Jurka 2004-08-04 19:40:01 Re: Simplfied Bytea input/output?