Thread: PostgreSQL Query Cache released

PostgreSQL Query Cache released

From
Satoshi Nagayasu
Date:
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>