Google App Engine - About how much quota does a single datastore put use?

99封情书 提交于 2019-12-01 08:03:09

问题


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?.


回答1:


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



来源:https://stackoverflow.com/questions/2427442/google-app-engine-about-how-much-quota-does-a-single-datastore-put-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!