When do we really need a key/value database instead of a key/value cache server?

Posted by Runner on Stack Overflow See other posts from Stack Overflow or by Runner
Published on 2010-04-09T16:15:07Z Indexed on 2010/04/18 0:53 UTC
Read the original article Hit count: 627

Filed under:
|

Most of the time,we just get the result from database,and then save it in cache server,with an expiration time.

When do we need to persistent that key/value pair,what's the significant benifit to do so?

© Stack Overflow or respective owner

Related posts about key-value-store

Related posts about cache