You could add a boolean "deleted" flag to your entities and have a task 
queue task or cron job very casually delete a few flagged entities at a 
time.  You can also add a filter so that entities with deleted=True don't 
get returned in queries.

Unfortunately this doesn't help you with the existing orphaned entities.

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