Hi to all , I'm experiencing the same problem. I've described it also in : http://groups.google.com/group/google-appengine-java/browse_thread/thread/27d03163d170e6ec/9ad021dee7e82359 Currently my status is : from the dash board : Total Stored Data : 38% (and definitely counting..) Datastore statistics : Size of all entities 414 KBytes from which the main is _ah_SESSION - 86% I don't have any indexes defined. the number of sessions which my application currently keeps are round 40 per hour.
Any help regarding this would be appreciated. If anybody from Google guys is interested - my app-id is "sandcode" Best Regards: Dimitar Makariev On Feb 1, 11:51 am, Robert Kluin <[email protected]> wrote: > We see about 10x overhead, I assume from indexes, in our apps. One > app is using 30M for storing entities and metadata, the indexes take > another 300M. We see similar usage multipliers in all of our apps. > > Robert > > 2010/2/1 Hugo Visser <[email protected]>: > > > I'm seeing the same thing. I got hardly anything stored in the > > datastore, but my quota is at 50% right now. I did have some stuff in > > the memcache however. > > This morning I flushed memcache and deleted all entities in the > > datastore but the quota usage is still going up. I'm waiting to see > > what happens after the daily reset. > > > Hugo > > > On Feb 1, 5:27 pm, Wooble <[email protected]> wrote: > >> The stored data quota in the dashboard isn't updated in realtime, so > >> you wouldn't see the change immediately even if that is the problem. > >> I'd suspect some buggy indexes or something, though, if that really > >> was your only entity. For one thing, you can't have a single entity > >> larger than 1MB, and it would be tough to use 949 MB in datastore > >> overhead even if you wanted to. > > >> On Jan 31, 3:05 am, saintthor <[email protected]> wrote: > > >> > i deleted the only entity of ltWords. the Total Stored Data is still > >> > 95%! > > >> > who can help me? > > >> > On 1月30日, 下午8时42分, Sylvain <[email protected]> wrote: > > >> > > maybe this bug ? > > >> > >http://code.google.com/p/googleappengine/issues/detail?id=631 > > >> > > On Jan 30, 9:27 am, saintthor <[email protected]> wrote: > > >> > > > in quota details, i notic my Total Stored Data is 95%. it shouldn' t > >> > > > be so large. > > >> > > > in Datastore Statistics, Size of all entities is only 9MB. > > >> > > > all that happened from about 4% to 95% is i updated an entity for > >> > > > about 200 times. the class is: > > >> > > > class ltWords( db.Model ): > >> > > > WordsDText = db.TextProperty() > > >> > > > after this, there is only one entity of ltWords and the WordsDText is > >> > > > no longer than 1MB. why does it take more than 90% of my datastore > >> > > > quota and how to release it? > > >> > > > for saintthor.appspot.com > > > -- > > 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 > > athttp://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.
