On Sat, Jun 21, 2014 at 9:44 AM, James Gilliam <[email protected]> wrote:

> I have an appid that has two namespaces and the empty namespace -- the
> empty namespace is not being used by me.
> According to datastore statistics, the empty namespace has over a third of
> the space with no entities.  The other two namespaces seem to be correct.
> How can the empty namespace be using so much space without any entities at
> all?
> Is there any way to fix this ?
>


Can you query the datastore statistics for the empty namespace (
https://developers.google.com/appengine/docs/python/datastore/stats ) and
see what comes up? For instance, the total size, properties, etc of the
namespace.

You wrote that the empty namespace is shown as consuming 1/3 of the space;
are you being billed for this space? In other words, does the Datastore
Stored Data quota reflect the "empty" namespace space, or does it equal the
stored data of the other two namespaces?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to