Re: [web2py] Re: web2py and gae : Delete everything in the datastore

2011-01-30 Thread Nathan VanHoudnos
It worked. :) On Sat, Jan 29, 2011 at 6:03 PM, devGS wrote: > Great than. From my experience with that future, it takes time to > delete in bulk and the process is is splitted into hours in order to > save your CPU time. You can track the process through your datastore > panels, task queue, etc.

Re: [web2py] Re: web2py and gae : Delete everything in the datastore

2011-01-29 Thread Nathan VanHoudnos
Yes, I am doing something wrong. I needed to navigate to 'Datastore Admin' instead of 'Datastore Viewer'. The admin pages allows you to delete everything quickly. The viewer page only allows you to delete in chunks of 20. From: http://code.google.com/appengine/docs/python/datastore/entities.html

Re: [web2py] Re: web2py and gae : Delete everything in the datastore

2011-01-29 Thread Nathan VanHoudnos
I tried that again this morning, but it only lets me delete 20 at a time. Am I doing something wrong? (I have hundreds of entries to delete.) Cheers, Nathan On Fri, Jan 28, 2011 at 5:35 PM, howesc wrote: > if i remember correctly the bulk delete was google's christmas present to > us - in the

Re: [web2py] Re: web2py and gae : Delete everything in the datastore

2011-01-28 Thread Nathan VanHoudnos
Thanks for the reply. To clarify, I want to wipe everything in the production datastore on Google's servers. If it were only as easy as clearing the development datastore! Cheers, Nathan On Fri, Jan 28, 2011 at 3:10 PM, devGS wrote: > Run your web2py app with a command from your GAE library a