The currently recommended way of deleting all entities of a particular
kind is to use datastore admin
(http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html#Deleting_Entities_in_Bulk).

If the primary version of your code is not in python, you can upload a
simple application to an alternate version that has datastore admin
enabled.

On 13 May 2011 13:12, Brandon Wirtz <drak...@digerat.com> wrote:
> I know people have asked variations of this question, and the solution has
> always been to drop entities 1000 at a time,
>
>
>
> But have an app that the cleanup code had a misspelling so it never did
> anything except clean things that didn’t exist…
>
>
>
> Is there a “Drop Table” equivalent?  Or do I really query 1000 and delete
> over and over.  Cause it appears that’s going to be like $100 which is
> fine…. If that is the best solution, but if there is a drop table equivalent
> that is $5 I’d really like that so that I can use it in my code that would
> normally get charged the $100 over 6 months …
>
>
>
>
>
> --
> 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.
>

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

Reply via email to