6 comments

[ 3.4 ms ] story [ 26.3 ms ] thread
(comment deleted)
Bench-marketing aside, I guess nobody ever expected MongoDB to outperform Couchbase. It's strengths are elsewhere, like the query language, secondary indexes and document model.
Is the report comparing 9 active couchbase nodes v 3 active mongodb nodes? Am I missing something here?
It compares 9 nodes of Couchbase Server to 9 nodes of MongoDB. Couchbase Server reads and writes to every node, but MongoDB only reads and writes to primary nodes. That's the problem with active/passive topologies. MongoDB can read from secondary nodes but only if a) you don't require strong consistency or b) you don't mind degrading write performance - it would have to replicate to all secondaries nodes before the write finishes.