libmemcache and pgmemcache...

Perrin Harkins perrin at elem.com
Tue Nov 23 13:51:19 PST 2004


On Tue, 2004-11-16 at 16:24, Sean Chittenden wrote:
> Howdy.  Last night I gave a presentation on pgmemcache and libmemcache 
> to the San Francisco PostgreSQL User Group.  For the interested 
> parties, the presentation is available at:
> 
> http://people.FreeBSD.org/~seanc/pgmemcache/pgmemcache.pdf

I suspect this would be obvious if I had used Postgres more, but you did
ask for stupid questions at the end, so... What exactly are you doing
here to glue the two together?  Are you replacing Pg disk storage with
memcached servers, synchronizing all data modifications from Pg to
memcached, or just caching query results similar to the MySQL query
cache?  Do queries still go through Pg or go straight to memcached?

- Perrin



More information about the memcached mailing list