任何人都可以给我提供有关 App Engine 数据存储中索引的清晰信息并举例说明吗?
我正在尝试使用电子邮件 ID 搜索用户数据存储。用户数据存储有超过 1000 条记录。输出几乎需要 9 秒。我认为索引对解决这个问题很有帮助。所以..请帮助我。
I am trying to search Users datastore with Email id. The Users datastore have more than 1000 records. Its nearly taking 9sec for the output. I Think indexing with be helpful for this problem. So.. please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 AppStats 更好地了解时间的去向。
这里有一些关于索引的文档。不过,所有查询都必须由索引提供服务,因此您不可能添加索引并提高性能。
Try AppStats to get a better view into where the time is going.
Here's some documentation on indexes. All queries must be served by an index, though, so there's no chance that you could add an index and improve performance.