really? we are not speaking about fetching a million entities. 
i would expect to fetch 500 entities within a second if not a lot less. 
but obviously this is not the case.

On Feb 16, 2012, at 1:52 AM, Jeff Schnitzer wrote:

> 3s for fetching 500 doesn't seem wildly out of sorts.
> 
> You can speed it up a lot (at the cost of consistency) by doing an eventually 
> consistent get instead of a strongly consistent get.  I don't know the way to 
> do that in Python.
> 
> Jeff
> 
> On Tue, Feb 14, 2012 at 4:05 PM, Andreas <a.schmi...@gmail.com> wrote:
> im just profiling my app and i have to say i get surprising results.
> 
> lets say i have a list with 500 keys as strings not key objects.
> db.get(keylist) takes 3seconds??!!!
> 
> how does this take that long? i mean i have the keys already.
> would it be (significantly) faster with key objects?
> 
> andreas
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> 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.
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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