Firestore: How are “reads” calculated for the quota?

后端 未结 1 1665
逝去的感伤
逝去的感伤 2021-01-25 05:16

I don\'t understand the way \"firestore\" counts the reads for the quota and billing.

Example: I have a collection with 200\'000 documents. Every document has a timestam

相关标签:
1条回答
  • 2021-01-25 05:51

    To allow that query, you will need to have an index on timestamp. Firestore uses that index to determine what documents to return. So this would count as 10 document reads.

    0 讨论(0)
提交回复
热议问题