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.

Reply via email to