[google-appengine] Question about Datastore Admin and clearing all data when you are at 100% quota

2010-12-07 Thread fedex1
Hi,

I'd like to use the Datastore Admin interface to clear all data.

The current state of the application is it is at 100% quota for
datastore

Total Stored Data100%

But the message I see (right away) is

The API call datastore_v3.Put() required more quota than is
available.

Does this mean the Datastore Admin interface cannot delete when the
quota is hit?

Thanks,
Ralph

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Question about Datastore Admin and clearing all data when you are at 100% quota

2010-12-07 Thread Robert Kluin
Hi Ralph,
  Yup.  Warning! Deleting entities in bulk happens within your
application, and thus counts against your quota.
 
http://code.google.com/appengine/docs/python/datastore/creatinggettinganddeletingdata.html#Deleting_Entities_in_Bulk


Robert







On Tue, Dec 7, 2010 at 13:31, fedex1 fed...@gmail.com wrote:
 Hi,

 I'd like to use the Datastore Admin interface to clear all data.

 The current state of the application is it is at 100% quota for
 datastore

 Total Stored Data                100%

 But the message I see (right away) is

 The API call datastore_v3.Put() required more quota than is
 available.

 Does this mean the Datastore Admin interface cannot delete when the
 quota is hit?

 Thanks,
 Ralph

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.