That wouldn't make and difference to the overall cost. What I'm looking for is something deeper in the stack, provided by Google, that would make data deletion fundamentally cheaper.
j On May 26, 11:43 am, Calvin <[email protected]> wrote: > 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.
