任何人都可以给我提供有关 App Engine 数据存储中索引的清晰信息并举例说明吗?

发布于 2024-12-03 19:12:14 字数 87 浏览 2 评论 0原文

我正在尝试使用电子邮件 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

养猫人 2024-12-10 19:12:14

尝试使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文