如果我执行查询以删除Firestore数据库中不存在的文档,我是否要为删除操作,读取操作或全部不收费?
ask by Maverick7 translate from soIt sounds like you will be charged based off of reading this .
(这听起来像是你将基于阅读过充电此 。)
Even though they don't say "delete", this makes it seem like you will be charged: "There is a minimum charge of one document read for each query that you perform, even if the query returns no results."(即使他们没有说“删除”,这似乎也要向您收取费用:“即使您执行的每个查询都没有返回结果,也要为您执行的每个查询收取一个文档的最低费用。”)
Now if you receive an error doing the operation you should not be charged.(现在,如果在执行操作时收到错误,则无需付费。)
I would recommend testing this with very small amounts of data at first just to make sure though, the fee is only $0.02 per 100,000 deletions.(我建议首先使用少量数据进行测试,以确保不过,每十万次删除的费用仅为$ 0.02。)