Google App Engine - 单个数据存储大约使用多少配额?

发布于 2024-08-25 12:46:51 字数 609 浏览 3 评论 0 原文

数据存储区放置的延迟约为 150 毫秒 - http://code.google.com/status/appengine/detail/datastore/2010/03/11#ae-trust-detail-datastore-put-latency

将数据大小为 100 字节的单个数据存储放入只有 1 个属性且没有索引的实体中,大约使用多少 CPUTime?

另外,有谁知道将这个数据存储放入任务队列会产生多少额外的 CPUTime 开销?

我计划今天晚些时候对此进行一些测试以找出答案,但如果有人已经知道这会对我有所帮助:)。

注意:这是此问题的后续内容:Google App Engine - 日志的可靠性如何?

The latency for a datastore put is about 150ms - http://code.google.com/status/appengine/detail/datastore/2010/03/11#ae-trust-detail-datastore-put-latency.

About how much CPUTime is used by a single datastore put with data size of 100 bytes, into an entity that has only 1 property, and no indexes?

Also, does anyone know about how much extra overhead in CPUTime doing this datastore put through the task queue would be?

I plan to do some testing with this later today to figure it out, but if anyone already knows that would help me out :).

Note: This is kind of a follow up to this question: Google App Engine - How reliable are the logs?.

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

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

发布评论

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

评论(1

孤独陪着我 2024-09-01 12:46:51

正如发帖者在评论中所说,单个数据存储放入大约需要 75 毫秒的 CPU 时间,以及大约相同的延迟量。

As the poster said in the comment, a single datastore put takes about 75ms of CPU time, and about the same amount of latency.

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