[google-appengine] Re: delete all data (tuples) for a kind(table) in google app engine datastore

2011-05-30 Thread Francois Masurel
I know it won't help much but you can increase the "limit" URL parameter to 200. You'll go ten times faster then :-) Otherwise you'll have to make a task and use a cursor. Francois -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

Re: [google-appengine] Re: delete all data (tuples) for a kind(table) in google app engine datastore

2011-05-30 Thread Chris Copeland
Use Datastore Admin Bulk Delete http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html#Deleting_Entities_in_Bulk -Chris On Mon, May 30, 2011 at 8:03 AM, Francois Masurel wrote: > I know it won't help much but you can increase the "limit" URL parameter to > 200. > > You'll go ten

Re: [google-appengine] Re: delete all data (tuples) for a kind(table) in google app engine datastore

2011-05-30 Thread Robert Kluin
Yes! 10x speed boost ;) If you're doing this for 1 million entities I'd also suggest some beer. On Mon, May 30, 2011 at 09:03, Francois Masurel wrote: > I know it won't help much but you can increase the "limit" URL parameter to > 200. > You'll go ten times faster then :-) > Otherwise you'