Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个适用于 Python 2.5 的谷歌 appengine 应用程序。我知道从 F1 迁移到 F2 对计算和处理有影响,但它也改进了数据存储区的读/写操作?
不。
GAE 数据库不在前端实例上运行,它是一个单独的服务。因此,增加前端实例上的内存/处理器对数据库操作的速度没有任何帮助。
正确的数据库架构将对数据库速度产生最大的影响,但这是一个相当广泛的话题。只是一些通用提示: