App Engine:已达到数据存储配额,您的数据≈ 200MB——?

发布于 2024-09-25 18:12:36 字数 207 浏览 4 评论 0原文

我编写了一个应用程序,可以扫描互联网并保存从那里检索到的一些数据。一段时间后,数据存储配额(存储的数据总量)的百分比从 7% 跃升至 99%。我停止了我的机器人,但一段时间后数字上升到 100%。不过,数据存储统计数据显示,数据存储中存储的数据总量约为 200MB,实体总数为 501,000 个......

有谁知道为什么会这样?

先感谢您。

蒂姆.

I've written an app that scans the internet and saves some data it retrieves from there. After a while the percentage of Datastore quota (Total stored data) jumped from 7% to 99%. I stopped my robot, but the figure raised to 100% after some time. The Datastore stats, though, says that the total volume of data stored in the datastore is about 200MB, the total number of entities is 501,000...

Does anyone know why can that be?

Thank you in advance.

Tim.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

睡美人的小仙女 2024-10-02 18:12:36

它可能是索引。如果您有许多索引属性,尤其是列表属性,则数据存储数量很容易比统计存储数据数量高几倍。

有一篇很好的文章解释了如何使用空间。
http://code.google.com/appengine/articles/storage_breakdown.html

您还可以给问题 2740 加注星标,请求也提供索引统计信息。
http://code.google.com/p/googleappengine/issues/detail ?id=2740

It could be indexes. If you have many indexed properties, especially list properties, the data storage number can easily be several times higher than the stats stored data number.

There is a good article explaining how space is used.
http://code.google.com/appengine/articles/storage_breakdown.html

You can also star issue 2740 to request that statistics are provided for indexes too.
http://code.google.com/p/googleappengine/issues/detail?id=2740

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文