How about using namespaces. Change the namespace to a new UUID and instantly all the old data vanishes. Then use tasks to clean out the old namespace in a CPU/Usage $-optimizing manner.
On Feb 2, 2012, at 1:07 AM, Brandon Wirtz wrote: > Yeah, we have a something, I don’t like it. I need to password it, and ad a > confirmation, and a bunch of stuff. Plus, we have a use case where we > actually want a Flush every things NOW button. That the SQL version of our > code does really well. And we can’t quite find an analog for in GQL > > Brandon Wirtz > BlackWaterOps: President / Lead Mercenary > <image001.jpg> > Work: 510-992-6548 > Toll Free: 866-400-4536 > IM: [email protected] (Google Talk) > Skype: drakegreene > YouTube: BlackWaterOpsDotCom > > BlackWater Ops > > Cloud On A String Mastermind Group > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Robert Kluin > Sent: Wednesday, February 01, 2012 9:38 PM > To: [email protected] > Subject: Re: [google-appengine] App Engine SDK 1.6.2 is out! > > I wrote a simple task-based script that can delete a few tens of millions of > entities within a few hours. So I'd suggest just writing something. > > > Robert > > > > > On Thu, Feb 2, 2012 at 00:27, Brandon Wirtz <[email protected]> wrote: > It can take days. > > Brandon Wirtz > BlackWaterOps: President / Lead Mercenary > <image002.jpg> > Work: 510-992-6548 > Toll Free: 866-400-4536 > IM: [email protected] (Google Talk) > Skype: drakegreene > YouTube: BlackWaterOpsDotCom > > BlackWater Ops > > Cloud On A String Mastermind Group > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Timofey Koolin > Sent: Wednesday, February 01, 2012 9:14 PM > > To: [email protected] > Subject: Re: [google-appengine] App Engine SDK 1.6.2 is out! > > You can delete all items of any kind from datastore admin. > > 2012/2/2 Brandon Wirtz <[email protected]> > I want Drop Table. > > Can I restore empty table? > > > Brandon Wirtz > BlackWaterOps: President / Lead Mercenary > <image002.jpg> > Work: 510-992-6548 > Toll Free: 866-400-4536 > IM: [email protected] (Google Talk) > Skype: drakegreene > YouTube: BlackWaterOpsDotCom > > BlackWater Ops > > Cloud On A String Mastermind Group > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Chris Collins > Sent: Wednesday, February 01, 2012 6:09 PM > To: [email protected] > Subject: Re: [google-appengine] App Engine SDK 1.6.2 is out! > > Namespace backups would be pure awesomeness. Or some way to automate the > backups. It seems you have to backup each entity manually at the moment? > > On Wed, Feb 1, 2012 at 10:35 AM, WGuerlich <[email protected]> wrote: > The backup feature is great! But having backups not only by entity kind but > also by namespace would be uber-awesome. > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/yd8HVGZPREsJ. > > 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. > > -- > 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. > -- > 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. > > > > -- > Blog: www.rekby.ru > -- > 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. > -- > 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. > > -- > 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. > > -- > 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. -- 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.
