Are there any Performance SLA for Google Cloud Datastore?

久未见 提交于 2019-12-12 05:19:27

问题


I want to know the performance related data of Google Cloud Datastore like QPS and maximum throughput related data. Any information regarding these and factors which these details depends on is also preferred.


回答1:


No, there is not a performance SLA for Cloud Datastore, only an availability SLA.

It is unlikely that QPS would be an issue for you as I'd be almost certain there are larger QPS, higher throughput projects using it than you are likely to have. A correctly designed system can run millions of QPS against Datastore. (If you're seriously looking at a 1M+ QPS load on Datastore, we should talk)

As a historical reference, the team announced handling 4.5 trillion transactions per month back in mid 2013 (that'd be a sustained an avg of 1.7M QPS for every second of the month). You can assume that it has grown significantly since then.



来源:https://stackoverflow.com/questions/35724981/are-there-any-performance-sla-for-google-cloud-datastore

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