PostgreSQL Query Cache released - Mailing list pgsql-announce

From Satoshi Nagayasu
Subject PostgreSQL Query Cache released
Date
Msg-id 4D6C5F48.6080109@gmail.com
Whole thread Raw
List pgsql-announce
Hi all,

I would like to introduce a new open source software,
PostgreSQL Query Cache, which enables to improve query performance
extremely (10x~100x) by caching query results in front of backends.

http://code.google.com/p/pqc/

PostgreSQL Query Cache:
 - waits connections on the different port from the clients.
 - delegates queries in front of the backends, like a proxy.
 - intercepts and caches SELECT query results.
 - also manages lifecycle of the query cache.

For more information, please visit following presentation:
http://www.slideshare.net/uptimeforce/postgresql-query-cache-pqc

Please visit the project page, and enjoy extreme performance. :)

Regards,
--
NAGAYASU Satoshi <satoshi.nagayasu@gmail.com>

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - February 27 2011 ==
Next
From: Dan Langille
Date:
Subject: PGCon 2011 - schedule released