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 to delete one at a time, it is taking long
time to delete the records one by one. What is the best way to delete
all the records  from the Datastore.

Thanks.

Regards,
Kannaiyan

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to