Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Isn't this MySQL memcached thing just a memcached in front of MySQL where the 'key' is the expanded SELECT statement?


What you've described it's MySQL query cache.

MySQL memcached is a memcached deamon that uses InnoDB storage instead of in-memory storage. The caching is done by InnoDB itself.

(and actually it's possible to enable the optional in-memory storage too)

http://dev.mysql.com/doc/refman/5.6/en/innodb-memcached.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: