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.
我正在使用 App Engine,我的问题是查询结果在部署到 App Engine 时不显示。但是,在本地一切正常。
我正在使用 App Engine Datastore 来存储查询结果。有人知道问题可能是什么吗?
确保您已为查询中使用的字段编制索引(并在必要时创建复合索引)。部署的 appengine 要求这些存在,但在本地它会提示您在第一次使用时添加复合索引,然后可以正常工作。