PostgreSQL Query Cache released

From: Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Cc: pqc-dev(at)googlegroups(dot)com
Subject: PostgreSQL Query Cache released
Date: 2011-03-01 02:51:52
Message-ID: 4D6C5F48.6080109@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)nagayasu(at)gmail(dot)com>

Browse pgsql-announce by date

  From Date Subject
Next Message Dan Langille 2011-03-07 03:21:49 PGCon 2011 - schedule released
Previous Message David Fetter 2011-02-28 07:40:30 == PostgreSQL Weekly News - February 27 2011 ==