[Pgpool-hackers] Hash table implementation on shared memory

Tatsuo Ishii ishii at sraoss.co.jp
Fri Sep 16 01:48:55 UTC 2011


Hi,

While developing on memory query cache on pgpool-II, I need a hash
table implementation on shared memory to manage cache entries. As far
as I know, most OSS implementation is not for shared memory, which
requires fixed size of memory storage. Importing PostgreSQL's
dynahash.c is an option of course, but I think it will require lots of
work, which may not worth the trouble.

Any suggestion will be welcome.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


More information about the Pgpool-hackers mailing list