On May 25, 3:58 pm, Alexmipego <[email protected]> wrote: > As far as I know/understand, memcache is a project dedicated to make > distributed caching efficient and as cheap as possible. Since it > doesn't allow for SQL/DataStore-like "queries" one would also assume > that Google would like to encourage people to cache more and hit the > DataStore less, this doesn't seem to be the case... why?
Because memcache uses RAM and DataStore uses Disc. Disc space is far far cheaper then RAM -- 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.
