I figured it out. I had a cron job that was deleting and recreating a lot of rollup data every night as a consistency check. So I guess the deletes were not being processed for a while but the creates were being counted immediately. I've rewritten the consistency check (since it was a stupid and expensive was of doing things) and the numbers are stable again.
Thanks for your help. On Mar 24, 7:55 pm, "Ikai L (Google)" <[email protected]> wrote: > Are you seeing this under "Total Stored Data" or "Datastore > Statistics"? Some of our statistics may not be update in real-time, as > we need to iterate through your indexes/entities and count in a batch > job. > > > > > > On Wed, Mar 24, 2010 at 3:09 AM, Kenneth <[email protected]> wrote: > > No, I'm not. > > > On Mar 23, 6:34 pm, "Ikai L (Google)" <[email protected]> wrote: > >> Are you using sessions? > > >> On Tue, Mar 23, 2010 at 12:43 AM, Kenneth <[email protected]> wrote: > >> > I know there have been few threads around about the size inflation on > >> > the datastore. This one is a bit different. > > >> > Last week I was around 0.52gb of total stored data. It was climbing > >> > on a steady basis as my usage increased. Then over the weekend it > >> > jump to 0.96. There was no large amount of data uploaded, I've check > >> > my blobs and datastore stats. There are no new indexes (I've checked > >> > my index.yaml in svn). It seems to have settled around 0.67 today. > > >> > What's going on? The lack of transparency in the datastore usage is > >> > becoming a real problem. > > >> > -- > >> > 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. > > >> -- > >> Ikai Lan > >> Developer Programs Engineer, Google App > >> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine > > > -- > > 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. > > -- > Ikai Lan > Developer Programs Engineer, Google App > Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine -- 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.
