Memcachedb Versus MongoDB Versus CouchDB in terms of file based caching solution?

Posted by Scott Faisal on Stack Overflow See other posts from Stack Overflow or by Scott Faisal
Published on 2010-05-11T18:02:38Z Indexed on 2010/05/12 3:44 UTC
Read the original article Hit count: 213

Filed under:
|
|
|
|

We need a caching solution that essentially caches data (text files) anywhere from 3 days up to a week based on user preferences and criteria. In this case memory based caching does not make sense to us. We were referred to MemcacheDB however I also thought of some NO SQL solutions.

Our current application uses RDMS (MYSQL) and I guess it makes sense to use MemcacheDB however NOSQL does appeal as it is something more on the horizon. However we have not deployed a production level application under NOSQL and the beta stuff does not settle well with management/investors. Any how what are your thoughts and how would you address it?

Thank You

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about couchdb