Login
Remember
Register
Ask a Question
What are the disadvantage of Memcached?
0
votes
asked
Jun 8, 2020
in
MemCached
by
JackTerrance
What are the disadvantage of Memcached?
#memcached
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 8, 2020
by
JackTerrance
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.
...