One other observation is that in the billing summary all seems fine: Stored Data: $0.005/GByte-day 0.00 1.00 0.00 $0.00
Maybe a dashboard/statistics bug? On Feb 2, 12:58 pm, Hugo Visser <[email protected]> wrote: > Any suggestions from Google folks such as Nick maybe? > > On Feb 2, 9:56 am, Hugo Visser <[email protected]> wrote: > > > Well I guess what I'm seeing is not "normal". I have 129 entities that > > take 1 MB in total according to the statistics. I have 48 MB in > > memcache and that's it. > > Still my total stored data quota is at 59% and didn't get reset, even > > after flushing the memcache and deleting all of my entities from the > > datastore. > > > Besides memcache and datastore I also use task queues, anybody else > > using those and seeing a quota rise? > > > This started somewhere around the weekend so I really think this is a > > bug of somekind...I hope Google will look into it soon. > > This post seems to be > > related:http://groups.google.com/group/google-appengine/browse_thread/thread/... > > > Hugo > > > On Feb 1, 8:51 pm, 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.
