I am using db.get([keys]) and experiencing extremely slow reads. It takes 
at least "9008cpu_ms 2125api_cpu_ms" for simple test. Keys array length is 
~200. Is it normal?
Entities are small:

 p1 = db.StringProperty(indexed=False) - ~20 characters
 p2 = db.StringProperty(indexed=False, required=True) ~10 characters
 p3 = db.GeoPtProperty(indexed=False, required=True)
 p4 = db.StringListProperty(indexed=False) 10 items x ~10 characters

Total entities: ~1000. HRD.

-- 
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/-/C_Wllnb-NUIJ.
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