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

Just what App Engine already offers, its memcache api[1] on its NoSQL datastore.

App Engine FTW!

[1](https://developers.google.com/appengine/docs/python/memcache...)



> Just what App Engine already offers

No, it doesn't.

"The Memcache Python API High performance scalable web applications often use a distributed in-memory data cache in front of or in place of robust persistent storage for some tasks"

MySQL memcached is not a cache, it's a persistent storage with memcached API. And it's fast.


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




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: