pgmemcache vs Infinite Cache

In my recent post on pgmemcache, there were couple of questions asked which were really interesting and made me to work on it. I should thank for it :) Questions: Is pgmemcache application transparent ? Is there any synchronization between memcached and PostgreSQL Shared buffers ? Answer: pgmemcache(memcached) is not application transparent, you need to do changes in the application for pushing or retreiving the data from the cache.

Continue reading →