CouchDB on virtual server

I am writing a web application that basically searches your Twitter timeline for links. I used to use MongoDB to save tweets and information, which worked fine on my dev system, but crashed after a while on the virtual server during tests. I know MongoDB has some virtualization issues - it even warns about this on startup.

I wonder if CouchDB has the same problem. Do you have experience?

Thank.

+3


source to share


1 answer


CouchDB has no known virtualization issues. Many people use CouchDB in production on virtual servers.



+1


source







All Articles