Hi, When doing bulk deletes in App Engine, the datastore may begin to experience the errors you have observed. This is a known issue. After a short time it should return to normal.
-Marzia On Wed, Mar 11, 2009 at 10:10 AM, Jim <[email protected]> wrote: > > This seemed to get cleaned up overnight so I went back to deleting. > It's now been 4 hours and data viewer is locked on server error 500. > > It's great that the rest of the site is working but there's nothing in > the admin logs, etc. that gives me any idea when things will be > working again. > > On Mar 10, 8:33 pm, Jim <[email protected]> wrote: > > Situation: trying to delete a bunch (100,000) entries in a table. > > > > Can't find drop table so the best that I've been able to come up with > > is deleting all of the entries. > > > > My app is apparently running fine - hard to tell with almost all the > > data gone. But the data viewer is not happy. It gives me the > > server error message when I try to delete the remaining entries it's > > showing me. It gives me the error message if I try to go past the > > first screen. And so on. > > > > Given a choice between alter table and delete table, I'll take delete > > table. Let me copy from table1 to table2 and then delete table1. > > > > In this case, if I'd had alter table, I wouldn't have needed delete > > table. > > > > Any suggestions on how to get GAE to tidy itself up? > > > > Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
