PostgreSQL Query Cache released

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема PostgreSQL Query Cache released
Дата
Msg-id 4D6C5F48.6080109@gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: == PostgreSQL Weekly News - February 27 2011 ==
Следующее
От: Dan Langille
Дата:
Сообщение: PGCon 2011 - schedule released