Hi,
  There are a number of reasons you might see this: 1) indexes are not
included in the datastore stats, 2) there is a delay between loading
the data and the datastore stats being updated, 3) tasks and blobstore
blobs are included in the storage quota but not datastore stats.

  Indexes are probably one of the biggest factors.  Remember the
appid, namespace, kind name, and property name(s) and value(s) are all
included in every single index row.  Also, you have to explicitly
disable indexes on most property types.  If you'd like stats on
indexes star issue 2740:
   http://code.google.com/p/googleappengine/issues/detail?id=2740



Robert






On Sun, Jul 24, 2011 at 01:55, lezizi <w...@lezizi.org> wrote:
> I recently uploaded a large number of entities, the "Datastore Statistics"
> reports the size of all the entities is 59 MBytes.
>
> However, the main Dashboard shows that the "Total Stored Data" is 48% used.
>
> Why this situation happens on the Dashboard?
>
> My App ID is chemical-chemdata, and it is using Master/Slave Replication.
>
> lezizi
>
> --
> 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/-/-WFXpb7QTxcJ.
> To post to this group, send email to google-appengine@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-appengine@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