Hi Erik,
  There are several things that can eat into your stored-data quota.

  Did you explicitly disable indexes on all of your properties except
the timestamp?  If not you have two indexes on each property.  Indexes
can easily double your stored data size.  If you'd like to see index
stats, star issue 2740:
    http://code.google.com/p/googleappengine/issues/detail?id=2740

  Does your app use tasks?  Tasks now use some of your stored data quota.

  Also, any data you have stored in the blobstore will use your
stored-data quota.

  Some of the stored-data counts do not reset in real-time, but are
periodically updated.  So you might see a sudden drop in your
stored-data.

Robert






On Tue, Feb 8, 2011 at 03:19, Erik Lindblad <[email protected]> wrote:
> Hello!
>
> I've been experimenting with GAE for a couple of weeks. My project is
> a leaderboard java/js app for an online game. It's currently backed by
> ~200k data point entities that should use <200 mb of storage.
>
> The datastore statistics tab reports that size of all entities (153k)
> is 105mb. I have one index (ascending on timestamp). Yet the quota is
> now 100%. Any ideas?
>
> The app-id is 'alleg-leaderboard', if anyone from google wants to take
> a look.
>
> --
> 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.
>
>

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