3

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

I wonder, if CouchDB has the same problems. Do you have any experience with this?

Thanks.

Hamrath
  • 33
  • 2

1 Answers1

1

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

JasonSmith
  • 72,674
  • 22
  • 123
  • 149