【发布时间】:2020-01-15 09:33:36
【问题描述】:
Cloud Firestore 有 a quota of 1 GiB/day in the free tier。索引中的数据是否计入该配额?我知道indexes have their own limits,但在这里我只关心他们的实际数据使用情况。
一个例子:假设我在 Firestore 中有 900 MB 的数据(文档和集合)。我还有很多索引占用了 200 MB 的存储介质。现在这些索引是否让我超过了 1 GiB/天的数据限制?
【问题讨论】:
标签: firebase google-cloud-platform google-cloud-firestore