Total stored data is cumulative in the sense that it is your "total" data stored, not just the new data added in a given day. Stored data also includes your Blobstore usage and tasks. The other big space users, that are currently 100% opaque, are indexes. Remember if you've got a lot of indexes, they effectively multiply your data.
Also, there are lags between the statistics being updated, and sometimes the stored data count gets temporarily over-stated too. You might give it a day before getting too worried. Index statistics issue to star: http://code.google.com/p/googleappengine/issues/detail?id=2740 Robert On Tue, Jan 4, 2011 at 09:59, pdknsk <[email protected]> wrote: > I've got 4MB stored in entities including metadata, and a bit less > than 4MB in memcache. Yet the quota tab claims I'm using 120MB > currently. How does this work? > > -- > 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.
