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
-~----------~----~----~----~------~----~------~--~---

Reply via email to