Hi Erik,
  Several common sources of datastore stats / quota number funkiness:
     1) The numbers are not updated in real time.  Sometimes it can
take a day for the numbers to get updated.
     2) Because of 1, if you are using a session library (or something
similar) that create lots of temporary entities the numbers can
'appear' to be out-of-sync.

  I assume when you say switched to explicit indexes, you mean you
explicitly disabled indexing of any properties that do not need
indexes?

  Also, you might want to star issue 2740.
     http://code.google.com/p/googleappengine/issues/detail?id=2740



Robert






On Sat, Nov 6, 2010 at 19:29, Erik <erik.e.wil...@gmail.com> wrote:
>
> Hello all,
>
> I have been uploading a dataset which is composed of 100MB of CSV
> values.  During the process of uploading with bulkloader, which never
> completed, the datastore expanded to consume 2GB of usage.  I decided
> to explicitly index my data and clear the datastore before a re-import
> using the blobstore/mapreduce method.  However, after clearing the
> datastore there is still a persistent .37GB of data usage remaining,
> while datastore statistics say 53KB is being consumed by 174 objects,
> and nothing shows in datastore viewer.
>
> Any ideas on how I can recover the .37GB of quota which is
> mysteriously being used in my empty datastore?
>
> Many thanks,
>  -Erik
>
> --
> 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.

Reply via email to