why would it be cheaper if at the end, the datastore admin creates a map
reduce that iterates thru the model via splitting the index and loading each
entity per key name ? Each map is a task queue so it is exactly the same :)

On 9 March 2011 18:22, Bemmu <[email protected]> wrote:

> Crossposting my reply from stackoverflow.
>
> I got advice on #appengine in IRC that simply getting the keys of 2000
> entities at a time and spawning tasks to delete them in pieces (can pass
> keys as strings to tasks) may be cheaper than using the Datastore Admin
> tool. I am trying this now. I will try to remember to report back tomorrow
> if this seems to be cheaper or not.
>
>
> http://stackoverflow.com/questions/5252477/economically-deleting-data-from-app-engine
>
> --
> 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.
>



-- 
http://about.me/david.mora

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