I find that datastore indexes are our biggest cost component. This thing has 4 different ways to cost us money: writing, updating, deleting, storing indexes all cost money.
Use memcache as much as you can. On Jan 7, 10:03 pm, Chuck Lega <[email protected]> wrote: > Hi, > I am working on a small app as a hobby project that I might, > eventually, set into production. > Now, there has been a lot of posting on the net about the new pricing > model. I find it difficult to estimate the costs for an app and what > is expensive to do... > Are there any "best practices" for what to do and not. What is really > expensive to do and what is not? Storage? Access of storage? Bandwidth > in/out? CPU? Which is to be optimized? > I am sorry if there are already threads about this, but I could not > find any good answers... > /CL -- 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.
