Greetings folks,

It seems that entities load almost ten times faster when using 
ReadPolicy.Consistency.EVENTUAL in the DatastoreServiceConfig.  In my little 
test, using the default of STRONG, loading 100 Entities by key (e.g. 
ds.get(keys) ) takes around 500ms (plus or minus), but with EVENTUAL it 
seems to be about 50ms.  My question is, with the HR datastore, what are the 
practical differences between STRONG and EVENTUAL when the entities are not 
in a single entity-group anyway?  I wonder why the big difference in lookup 
by key performance between the two?   Could it be that under HR most lookups 
could be done with EVENTUAL read consistency?

Thanks!

-pete
   

-- 
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/-/9x6eQ4EBia8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to