You need check the Stored Data in your dashboard. And it runs much more faster: results = q.fetch(100)db.delete(result)
or: db.delete(q.fetch(100)) 2009/4/15 新手1 <publicrea...@gmail.com> > > > When I received the bellow message: > > Your application is exceeding a quota: Stored Data . > > I know my data will exceeding 1Gb . so I delete all my records one by > one , but after delete all records , threre still have warning : > Your application is exceeding a quota: Stored Data . . > > > Why I can not delete my records and free store data space ? > > my code as bellow: > results = q.fetch(2) > for result in results: > self.response.out.write( something to client ) > result.delete() > > > > and suggestion will appriciated > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---