Google News
logo
Memcached - Interview Questions
What are the drawbacks/ limitations of Memcached?
A list of the limitations or drawbacks of Memcached :

* Memcached cannot store data persistently and permanently.
* Memcached is not a database. It stores only temporary data.
* Memcached cannot cache large objects.
* Memcached is not application specific.
* Memcached is not fault-tolerant or highly available.
Advertisement