I made a new app in appengine which deals with a lot of data

First i wrote a crawling using task queues and i got some 117k records
 tallying up to 418MB according to Datastore statistics.
But my App quota was showing 78% usage which means 780MB !!!

I could not understand this large disparity between Datastore
statistics and
later i added an issue 
http://code.google.com/p/googleappengine/issues/detail?id=3555
,

Since i didnot get any replies to issue i decided to delete all the
entities that i had
and i wrote another task queue based deleting in which will clear 10
entities per queue.
It went smoothly well but after some two hours quotas showed that i
have used up 100% of it and i cannot proceed furthur deletion. Now i
see that at this time my App total stored data is 48% .

But now i am not able to take any of Datastore statistics page or
Datastore viewer page , When i click on those pages i see a page
telling Server Error occurred . So i am not able to delete my records
now .

Now i will have to wait till tomorrow and do something i guess.

As of now we cannot delete an App , But will it be possible to provide
an option for clearing the app , I mean clearing all the entities of
an App in one shot ?

Please some form Google tell me Why DataStore statistics showed
418MB , while App Quota was showing 78% ( 780MB ).

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