there are at most 20 minutes from the updatings to i notice the quota increase to 95%.
do you mean if i put an entity larger than 1MB, it will take 949MB in my datastore? when i do the updatings, some exception occured like BadRequestError: string property WordsDText is too long. It cannot exceed 1000000 characters. the entity will still take 949MB even after the exception? above all, how to solve it? i want to know how to release the 949MB more than why it happen. please help me. On 2月2日, 上午12时27分, 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 at http://groups.google.com/group/google-appengine?hl=en.
