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 <[email protected]> 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 [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.
>
>

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