Hi Barry, I guess you are correct, unfortunately. I am doing this as a favor for the club, and the motivation for keeping within the free budget is not so much money but hassle. The club does not have a credit card, so someone (=me) would need to use their card and get the money from the club. The club would also be dependent on that someone's goodwill to pay the bill, which is also not a very good setup.
Any other bright ideas how to handle mostly static data efficiently? Pertti On Thu, Mar 20, 2014 at 2:14 PM, Barry Hunter <[email protected]>wrote: > Cloud Storage reads arent free either. $0.01 per 10k. You do get 5Gb of > free Storage if use default bucket, and 50k free daily reads. > > But it is only 50k. That saves upto you $0.03 per day (in datastore reads). > > So you going to spend many (well at least a few) hours development, and > burning quotes in the transfer operation, to save you upto about $10 a > year. > > > > > > On 20 March 2014 11:13, Pertti Kellomäki <[email protected]>wrote: > >> I am writing an application (dog breed club database) where most of the >> data is not changed once it has been entered. The app already caches >> entities in the browser in local storage, and uses a modtime attribute to >> check validity of the cached entities. I am thinking of improving cacheing >> further by dumping the data in static files in cloud storage. I am hoping >> that I could more easily keep reads below the free quota this way. >> >> Has anyone done something like this? Any experiences to share? I am aware >> that copying the data from the datastore to files causes reads that count >> against the read quota, so blindly dumping all the data could quickly >> become counterproductive. >> -- >> Pertti >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/google-appengine. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/d/optout. > -- Pertti Kellomäki, Kesanto Enterprises Your training in the cloud: <http://www.trainingcommons.com> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
