You need sort it by one property(usually is __key__), and get some entities
each time until you get all entites:
http://code.google.com/intl/en/appengine/articles/paging.html

2009/5/19 Ankur <ankj...@gmail.com>

>
> Hello All,
>
> I have 50,000 entries in Datastore and I am trying to analyze all
> entries in the database. What is a good way to iterate over 50,000
> entries? We can not use query.fetch(batch_size,offset) where offset >
> 1000. Due to some restrictions in Datastore, the maximum value of
> offset is 1000.
>
> Lots of people have asked similar question on this group but I
> couldn't find a single working solution. Can one of the AppEngine
> experts on this group help me on this matter?
>
> Thanks,
> Ankur
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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