Reputation: 15
Somehow I got in mind that the Data Store of the Google App Engine only allows 1000 writes / minute. After I couldn't find any information on the web or in the quota docs I just wanted if someone can verify this information. Thanks
Upvotes: 0
Views: 336
Reputation: 15143
I've never seen any mention of this. There's a 1 write per second limit on an entity group, but you should be able to write to a very large number of entity groups at the same time.
Upvotes: 1