Related questions
When to use CouchDB over MongoDB and vice versa
I am stuck between these two NoSQL databases.
In my project I will be creating a database within a database. For example, I need a solution to create dynamic tables.
So users can create tables with columns and rows. I …
MongoDB or CouchDB - fit for production?
I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment.
I'm now looking at these storage solutions (I'm favouring MongoDB at the moment), however these projects are quite young and so I …
SQL (MySQL) vs NoSQL (CouchDB)
I am in the middle of designing a highly-scalable application which must store a lot of data. Just for example it will store lots about users and then things like a lot of their messages, comments etc. I have always …