[appengine-java] Delete all Data from Datastore

2010-05-02 Thread Kannaiyan Natesan
I had an data model Agent and stored around 230,000+ records. I want to delete all the data together. How would I do that. Query q = pm.newQuery(Agent.Class); q.deletePersistentAll(); The application is timing out with a google.appengine.runtime.DeadlineExceededError. On the otherhand if I try

Re: [appengine-java] Delete all Data from Datastore

2010-05-02 Thread m seleron
Hi, I think that there is variously method. I guess this covers the question http://groups.google.com/group/google-appengine-java/browse_thread/thread/77421e08fcb42a9a/ http://groups.google.com/group/google-appengine-java/browse_thread/thread/ba5de74a507d0f9e/ http://groups.google.com/group/googl