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