Right now I see apps serving (well) under 1 qps per instance (even
with sub 100ms latency). An instance is going to cost $0.08 / hour.
So you can probably assume that you'll pay at least $2.22 / 100000
requests, unless they significantly improve the scheduler.
You also need to factor in your datastore operations cost, which is
likely to be significant as well. That number will be highly
dependent on your app. If you simple write one entity (with a couple
indexes) per request you'll likely see at least $0.50 / 100000 -- if
you actually query data too that cost will multiply.
Get out your spreadsheet and do some estimates. Your guess is likely
as good as anyone else's at this point.
Robert
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/VUl8H0UZOM4J.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
Robert
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/TxBH99pvhXIJ.
I work on apps that vary from free to around $1000 per day. Trafic
varies from several hundred to over 100 million request per day. It
would be impossible to make any comparisons at all between those apps.
Robert