Hi, There is no built-in way to bulk-download your data, you will need to write a custom utility. You can only fetch at most 1000 entities at a time, but depending on the size and shape of your data, it's possible that in 1 request it will be less than that.
If you haven't built in a reliable way to sort and iterate through your entities, you can simply sort by key: http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Queries_on_Keys -Marzia On Mon, Mar 16, 2009 at 12:05 PM, Wooble <[email protected]> wrote: > > > > On Mar 16, 1:15 pm, Steph Thirion <[email protected]> wrote: > > (By the way, how do I check how many entries I have in a table? From > > the data viewer I see it only shows a max of 1000) > > You put in a (possibly sharded) counter from the start. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
