Oh I can. Instead of use Master Slave or High Replication Datastores I use the undocumented Zero Availability Datastore. rather than storing the data it just returns 200 success for all queries with a null result.
There is also the option for the Full availability near zero accuracy datastore that just returns "4" regardless of the query. http://xkcd.com/221/ From: [email protected] [mailto:[email protected]] On Behalf Of Geoffrey Spear Sent: Friday, February 04, 2011 11:50 AM To: [email protected] Subject: [google-appengine] Re: URL Fetch uses a lot of CPU time, Impossible to use the quota available. The URLfetch quota isn't billable; you shouldn't expect that you can exhaust most of the non-billable quotas within the free CPU you're given. You almost certainly can't make 417 million datastore queries or serve 43 million requests in 6.5 CPU hours either. -- 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.
