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.
PostgreSQL Query Cache project page is here:
http://code.google.com/p/pqc/
Please visit the project page, and enjoy extreme performance. :)
No comments:
Post a Comment