简体   繁体   中英

what counts as document reads in firestore?

In Firestore, If my query only returns 10 results that match the critera, but I have to read all the 1000 documents, how much would be counted as document reads in firestore billing?

If my query only returns 10 results that match the critera,

This will only cost 10 reads.

but I have to read all the 1000 documents

If you are saying you have 1000 documents in the collection but your query returns only 10 documents, then that's 10 reads only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM