How often does memcache on Google AppEngine lose data?

Posted by Freed on Stack Overflow See other posts from Stack Overflow or by Freed
Published on 2010-04-15T23:49:44Z Indexed on 2010/04/15 23:53 UTC
Read the original article Hit count: 108

Memcache in general and on AppEngine in specific is unreliable in the sense that my data may be deleted from the cache for whatever reason at any point in time. However, in some cases there might be cases where a small risk may be worth the added performance using memcache could give, such as updating some data in memcache that gets saved periodically to some other, more reliable storage. Are there any numbers from Google that could give me an indication of the actual probability that a memcache entry would be lost from the cache before its expiration time, given that I keep within my quotas?

Are there any reasons other than hardware failure and administrative operations such as machines at the data centers being upgraded/moved/replaced that would cause entries to be removed from memcache prematurely?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about memcache