Shanti
As we go about adding the memcached tier to the application, we need to
look at opportunities for using multi-gets. A lot of users say one of
the big benefits to using memcached is that for the same access time,
they can retrieve multiple objects. This is a tremendous boost to
performance as you're not just eliminating the one access to the
database but several of them.
- Using memcached multi-gets Shanti Subramanyam
- Re: Using memcached multi-gets Akara Sucharitakul
