云功能的成本与客户端的常规查询相同吗?

发布于 2025-02-10 07:09:55 字数 228 浏览 0 评论 0原文

假设我有一个带有成员节点的firebase实时数据库,

myRealtimeDatabase/members

我有大约1,000个记录 如果我想过滤这些数据,则说我执行一个云功能,以查询节点/成员我进行过滤,然后返回所需的数据。

Firebase是否仍在考虑这一成本与我要从客户端查询 /成员相同?还是因为“在服务器上”完成了成本降低?

Suppose I have a firebase realtime database with the nodes

myRealtimeDatabase/members

In members I have about 1,000 records
If I would like to filter this data say I do a cloud function that queries the node /members I do my filtering and then return the data I'd like.

Does firebase still considering this cost the same as if I was to query /members from a client? Or is there a reduced cost because it was done "on the server"?

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

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

发布评论

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

评论(1

心碎无痕… 2025-02-17 07:09:55

在Firebase实时数据库上,网络内阅读操作没有折扣。如果(或者发生过它),请在firebase 定价页面上明确列出。 。

There is no discount for in-network read operations on the Firebase Realtime Database. If there was (or if that ever changes), it'd be listed explicitly on the Firebase pricing page.

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