I have an online game. After each game completes I delete the data
that is no longer needed from the data store. These deletes are one of
the most expensive operations I do. Is there are cheaper way to trim
down my datastore?

At the moment I just pull thousands of records from the datastore and
call delete on them.

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