I've learned that indexes may take way more space (many times more) than the
data itself.

You might consider excluding particular property from indexing` in Java that
would be:

  @Persistent
  @Extension(vendorName = "datanucleus", key = "gae.unindexed", value="true")
  private String unindexedString;

...as seen 
here<http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Introducing_Indexes>
.

Regards
  J. Záruba

On Sun, May 2, 2010 at 12:13 PM, Perica Zivkovic
<[email protected]>wrote:

> Hi there,
>
> I have created small blog on GAE and I'm puzzled about numbers on the
> dashboard saying that my app is using 0.55 of 101 GB (billing enabled)
> of Total Stored Data. Thats 550 MB !!
>
> If I take a look to the actual usage I see that I have three files in
> blobstore with total size 17MB and datastore stats also say that total
> size of all my entities is 3MB so all in all I should be using 20 MB.
>
> What I'm I missing here and what is using "other" 530MB of "Total
> Stored Data"?
>
> cheers,
>
> Perica
>
> p.s. app ID is "zivkovic-nl"
>
> --
> 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]<google-appengine%[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.

Reply via email to