On Mon, Mar 19, 2012 at 12:00 PM, Lokrain <[email protected]> wrote: > >> Please note the difference between a cache and a datastore before >> making the decision to use memcached. > > > Memory is way faster then DB storage. > > That's the whole point of having memcached. > > Regards
You are right on memory being faster than disk. But memcached is an on memory cache it is not an on memory datastore. I was trying to point out the difference between a cache and a store, independiently of the speed and storage medium.
