Hmm.. I suppose I could have hit the 1MB limit for stats that is mentioned
here:

http://code.google.com/appengine/kb/adminconsole.html#datastore_stats

<http://code.google.com/appengine/kb/adminconsole.html#datastore_stats>Is
there a rule of thumb for estimating stats usage?  I'm at .3 GB of Datastore
usage so that would mean that somewhere around 0.3% of that went to stats..
which pushed me over the limit possibly?

I have only 5 defined Models that are in use.. and those models have a total
of 16 defined properties and 12 of those properties have indexed=False.

Anyway, this is low on the pile of important issues.. but it'll be nice when
I can keep an eye on stats for my entities since it helps me optimize any
poorly defined models.

On Fri, Feb 19, 2010 at 1:17 PM, Eli Jones <[email protected]> wrote:

> Is there a backlog on getting Datastore Statistics calculated?
>
> When I go to the "Datastore Statistics" page for my application, it
> indicates that "Last Updated" = 3 days, 3:35:42 ago
>
> Which is accurate since there are no stats for entities or Models created
> since then.
>
> Is anyone else having this issue or am I the only lucky one?
>
> IF this is not related to the Maintenance performed earlier this week, then
> it could be related to the fact that I generated a new Model with ALOT of
> new entities (around 500,000) the night before Maintenance .. so much so
> that my Total Stored Data jumped from .03 to .27 GB (granted, all of the
> properties on the entities are "Indexed=False").
>
> Could the addition of so much new data make Statistics take a long time to
> update?
>

-- 
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