Under usage notes at the bottom:

The High Replication code sample above writes to a single entity group per 
guestbook. This allows queries on a single guestbook to be strongly 
consistent, but also limits changes to the guestbook to 1 write per second 
(the supported limit for entity groups). Therefore, writing to a single 
entity group per guestbook is not ideal when high usage is expected. If your 
app is likely to encounter heavy write usage, consider using another means. 
For example, you can put recent posts in memcache with an expiration, and 
then display a of mix recent posts from memcache and posts retrieved from 
the datastore.

I assumed that the root-entity group isn't special, they seem to be going 
out of their way to not use parent=None, is that just a grab for 
strong consistency?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/a4o19jM0nU4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to