|
|
|
|
|
by genwin
4929 days ago
|
|
Lack of info from Google is a big problem for me. Who knows what the memcache quota is, for example? [1] They drastically raised prices with little warning. GAE doesn't seem professional enough to depend one's business on it, unless it's a relatively tiny app. [1] http://stackoverflow.com/questions/8276292/google-app-engine... |
|
The reason is that they can twiddle things around behind the scenes without anybody architecting their app around a particular memcache performance fingerprint. If you think about it, that's how you are supposed to treat something ephemeral as memcache anyway, best effort availability, not to be relied on.
I wouldn't worry about this too much. Their datastore being a sort of blackbox is more of a problem. Check out the Khan academy dev blog, this is not a bottleneck.