I've seen a similar thing and have been waiting many, many days (weeks?). I'm wondering if datastore stats are somehow measured over the raw BigTable entities which don't actually get scraped up for a long period of time.
If so, one would only really notice this discrepancy if they've done a large number of deletions on an entity. j On Oct 4, 11:19 am, someone1 <[email protected]> wrote: > This can happen if you used to have a lot of entities and deleted them > and the statistics haven't updated yet to reflect the new number. Try > waiting a day to see what the new number is. > > If you are referring to the estimated data store writes for your > application under the new pricing scheme, you should > readhttp://code.google.com/appengine/docs/java/datastore/entities.html#Un... > > I hope this helps! > > On Oct 4, 4:21 am, Simon Knott <[email protected]> wrote: > > > > > > > > > Have you got sessions enabled? > > > I believe (and it's a long time since I've used them) that if you have > > sessions enabled, they won't show up in the datastore viewer. However, they > > do get written out to the datastore for replication out to your instances. -- 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.
