google-app-engine - 何时避免使用内存缓存?

标签 google-app-engine memcached

我看到很多情况下都使用了memcached。您能否举例说明除大文件之外何时避免使用 memcached?多大的文件适合 memcached?

感谢您的回答

最佳答案

如果您知道何时破坏缓存以防止缓存过时的内容,那么就没有真正的理由避免对任何小内容使用 memcache,除非计算起来非常简单,以至于大约需要很长的时间才能命中memcache,因为它只是计算它。

关于google-app-engine - 何时避免使用内存缓存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4632893/

相关文章:

python - 如何在 google appengine 上构建 python 代理服务器

google-app-engine - Google 托管 VM 部署错误

python - 如何从 GAE 发布表格?

google-app-engine - 部署后 AppEngine 500 服务器错误 - 代码错误?

c# - 通过 sql 表中的 100,000 条记录进行通配符搜索的最佳优化技术是什么

python - 当且仅当用户注销时才使用 Django 的缓存?

eclipse - Aptana Studio 3 + App Engine Python + 无法解析内存缓存的某些方法

node.js - 查询 Google Cloud Datastore 以检索匹配结果

php - PHP Memcached 是否完全向后兼容 Memcache?

jvm - 如何在 Windows 上为我的 JDK 分配 8 GB(而不是 1 GB)RAM