Hey Andreas,
I can easily fetch several thousand entities (over 5,000) in a
single batch -- within a script. The issue is probably because you're
doing the fetch from the remote api, all of the entities have to be
transferred to the client.
You might want fetch smaller batches and use cursors.
http://code.google.com/appengine/docs/python/datastore/queryclass.html#Query_cursor
Robert
On Wed, Mar 9, 2011 at 12:23, andreas schmid <[email protected]> wrote:
> hi,
>
> is there still a fetch limit somewhere?
> i cant really fetch more than 2100 items... if i try to do that i dont get
> any result in the remote api and i have to kill the query.
> why is that?
> ... 2100 is a pretty random number but im seeing this issue on all my apps.
>
> --
> 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.