On Tue, Oct 18, 2011 at 8:46 PM, Jason Collins <[email protected]> wrote: > I had a M-S app that was very regularly, daily, using around .73M > datastore writes for a daily cost of around $0.68. > > I used the automatic migration tool to migrate this app to HRD. > > Now, it uses around 1.44M datastore writes for a daily cost of around > $1.39 (or roughly double). > > Is this correct? Does the HRD really consume double the number of > writes?
Stray indexes? If you haven't deleted the old app yet you could compare the old and new using something like this: https://gist.github.com/715284 -- 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.
