[appengine-java] Re: deleting all entries in datastore

2010-01-22 Thread Locke
It would be good to have the ability to do this from within the GUI. Other database management tools have "empty table" options, so a "delete all of this Kind" feature would be appropriate. On Jan 22, 12:59 pm, John Patterson wrote: > Here is the code I use to delete one kind at a time - it batc

[appengine-java] Re: deleting all entries in datastore

2010-01-22 Thread mete
Yes it would be very nice to have GUI support for this. I will try the code John thank you. Mete On Jan 22, 8:47 pm, Locke wrote: > It would be good to have the ability to do this from within the GUI. > Other database management tools have "empty table" options, so a > "delete all of this Kind"

[appengine-java] Re: deleting all entries in datastore

2010-01-22 Thread Larry Cable
+1 especially for large tables On Jan 22, 10:47 am, Locke wrote: > It would be good to have the ability to do this from within the GUI. > Other database management tools have "empty table" options, so a > "delete all of this Kind" feature would be appropriate. > > On Jan 22, 12:59 pm, John Patter

Re: [appengine-java] Re: deleting all entries in datastore

2010-01-22 Thread John Patterson
I have found deleting to be the most CPU hungry activity - more than putting the data in the first place. Using code similar to below I have used over an hour of CPU time in one 30 second request! So I wonder if that is why this option doesn't exist in the GUI... people would be gutted to