[Pgpool-hackers] patch "Caching query results in pgpool-II"

Tatsuo Ishii ishii at sraoss.co.jp
Tue Jun 14 14:20:25 UTC 2011


Please explain what is implemented and what is not implemented in this
patch.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp

> Hello, hackers
> 
> I have implemented a function caching query on memcached.
> I am sending the patch file and it's so nice to give me some opinions.
> 
> Main program which I implemented is as below.
> - Search for cache data on memcached by using md5 which converted SELECT
> into.
> - Set data on memcached. The key is md5 which converted  SELECT into.
> The value is RowDescription, DataRow from Backend.
> 
> [Modify files]
> - pool.h
> - child.c
> - pool_config.l
> - pool_config.h
> - pool_config.c
> - pool_system.c
> - pool_proto_modules.c
> - pool_process_query.c
> 
> [New File]
> - pool_memqcache.c
> 
> 
> --
> Regards
> Masanori YAMAZAKI


More information about the Pgpool-hackers mailing list