Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要重建一个数据库,并注意到在我删除一个数据库类型后我的写入操作非常高。这些算作写操作吗?
是的。App Engine 的数据存储区定价中有单独的一行用于删除实体:
https://developers.google.com/appengine/pricing
自 2016 年 7 月 1 日起,这一情况发生了变化。
删除现在计入“实体删除”而不是写入。它们也便宜得多,每 100,000 个实体 0.02 美元。
我们有一个解释它的定价页面。