My app has been fixed two days ago and I can see I'm using only 0.01GB, thought this number grows up to 70% during the day and at the beginning of next day it becomes 1% again.
What I did is marked every field in my entities (which not used by queries) as unindexed. According to doc I should update each entity, but I couldn't because DB quota size was exceeded. Not sure how I this been fixed though, but now it works and looks like unindexed properties doesn't consume any Datastore Write quotas right now (and this was the bottleneck before). On Friday, March 30, 2012 2:46:30 PM UTC+4, João Campos wrote: > > A bit of an update from my application: > > - I still can't see the indexes size on the Datastore Statistics, even > after the stable release of the SDK 1.6.4. I guess it shows only composite > indexes (not the default) and I have none of those; > - My Billing History reports keep saying that I'm using only 0.01 GB > (rather than the 1GB+ that is shown on the Dashboard). > > In the meantime, I've created a new application and copied all my data > there. The new application has been working fine since, but then again the > original had been working fine for well more than a year and moving to a > new application might not be a solution at all for some. > > Has anyone filed a production ticket yet? > > On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote: >> >> Hello! >> >> i have an application on master/slave datastore and recently noticed >> really strange things: datastore size on the dashboard is much bigger than >> expected. in my app i proactively deleting all unused info to stay below >> 1Gb quota (and there is not many users) but datastore size do not going >> down, it going up instead and for now it is over 4Gb. >> and this is not only mine point of view: datastore admin page and >> datastore statistics both shows numbers which much easier to believe >> i attached screenshots, may be i overlooked something... i just whant to >> delete "invisible entities" which take all of my billable space >> please help! :) >> >> > On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote: >> >> Hello! >> >> i have an application on master/slave datastore and recently noticed >> really strange things: datastore size on the dashboard is much bigger than >> expected. in my app i proactively deleting all unused info to stay below >> 1Gb quota (and there is not many users) but datastore size do not going >> down, it going up instead and for now it is over 4Gb. >> and this is not only mine point of view: datastore admin page and >> datastore statistics both shows numbers which much easier to believe >> i attached screenshots, may be i overlooked something... i just whant to >> delete "invisible entities" which take all of my billable space >> please help! :) >> >> > On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote: >> >> Hello! >> >> i have an application on master/slave datastore and recently noticed >> really strange things: datastore size on the dashboard is much bigger than >> expected. in my app i proactively deleting all unused info to stay below >> 1Gb quota (and there is not many users) but datastore size do not going >> down, it going up instead and for now it is over 4Gb. >> and this is not only mine point of view: datastore admin page and >> datastore statistics both shows numbers which much easier to believe >> i attached screenshots, may be i overlooked something... i just whant to >> delete "invisible entities" which take all of my billable space >> please help! :) >> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ZgQHwUaLLHUJ. 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.
