是否有可以传递到 firestore.getAll() 的最大数量的 documentRef

发布于 2025-01-10 15:27:31 字数 519 浏览 0 评论 0原文

在 Google SDK 文档中,firestore.getAll() 命令采用文档引用并返回一个 来自数据存储区的文档快照

我还没有找到可以传入的 documentRefs 数量的最大值。我们已经使用 420 个文档成功测试了这一点,但在我们的测试环境中没有任何更大的查询,并且希望在发布到生产之前验证最大值(如果有)。

In the Google SDK Documentation, the firestore.getAll() command takes document references and returns an array of document snapshots from the datastore.

I haven't found any maximums for the number of documentRefs which can be passed in. We have tested this successfully with 420 documents, but don't have any larger queries in our test environments and would like to validate the maximum (if any) prior to releasing to production.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

念﹏祤嫣 2025-01-17 15:27:31

不会。根据文档数量,查询只会花费更多时间来解决。

No. The query would just take more time to resolve depending on number of documents.

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