Long shot ... any chance your old app is still running? If so, could task queues/cron jobs on the old app might be hitting the new app and causing an increase in writes? Of course ... you would see additional load if this were the case.
This would be much easier to solve if we knew which handlers were generating additional writes, or if you were just seeing more load. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Fri, Oct 21, 2011 at 10:30 AM, Jason Collins <[email protected]>wrote: > My datastore writes comparison (0.72M/day to 1.45M/day) is using data > all from the "new pricing" portion. > > Somehow, my datastore writes doubled precisely on the day that I > migrated to HRD. My new pricing costs correspondingly doubled from > $0.67 to $1.40. > > While there may be no difference in the number of writes between M-S > and HRD, is there any possibility that there is a problem in the > accounting? > > j > > -- > 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. > > -- 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.
