What exactly is the throughput restriction on an entity group in Google App Engine's datastore?
问题 The documentation describes a limitation on the throughput to an entity group in the datastore, but is vague on what exactly the limitation is. My confusion is in two parts: 1. What is being restricted? Specifically, is it: The number of writes? Number of transactions that write to the datastore? Number of transactions regardless of whether it reads or writes to the datastore? 2. What is the type of the restriction? Specifically, is it: An artificially enforced one-per-second hard rule? An