Quantcast
Channel: When to use CouchDB over MongoDB and vice versa - Stack Overflow
Browsing all 8 articles
Browse latest View live

Answer by Somnath Muluk for When to use CouchDB over MongoDB and vice versa

Ask this questions yourself? And you will decide your DB selection.Do you need master-master? Then CouchDB. Mainly CouchDB supports master-master replication which anticipates nodes being disconnected...

View Article



Answer by tobiak777 for When to use CouchDB over MongoDB and vice versa

Very old question but it's on top of Google and I don't quite like the answers I see so here's my own.There's much more to Couchdb than the ability to develop CouchApps. Most people use CouchDb in a...

View Article

Answer by Ewan Makepeace for When to use CouchDB over MongoDB and vice versa

The answers above all overcomplicate the story.If you plan to have a mobile component, or need desktop users to work offline and then sync their work to a server you need CouchDB.If your code will run...

View Article

Answer by Alexis Dufrenoy for When to use CouchDB over MongoDB and vice versa

I summarize the answers found in that article:http://www.quora.com/How-does-MongoDB-compare-to-CouchDB-What-are-the-advantages-and-disadvantages-of-eachMongoDB: Better querying, data storage in BSON...

View Article

Answer by mark for When to use CouchDB over MongoDB and vice versa

Be aware of an issue with sparse unique indexes in MongoDB. I've hit it and it is extremely cumbersome to workaround. The problem is this - you have a field, which is unique if present and you wish to...

View Article


Answer by user799188 for When to use CouchDB over MongoDB and vice versa

Of C, A & P (Consistency, Availability & Partition tolerance) which 2 are more important to you? Quick reference, the Visual Guide To NoSQL SystemsMongodB : Consistency and Partition...

View Article

Answer by dm. for When to use CouchDB over MongoDB and vice versa

I'm sure you can with Mongo (more familiar with it), and pretty sure you can with couch too.Both are documented oriented (JSON-based) so there would be no "columns" but rather fields in documents --...

View Article

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...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images