MongoDB Rules Single Node Deployments, Fails to Scale
blog.couchbase.com
MongoDB Rules Single Node Deployments, Fails to Scale
1–10 of 31 posts
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#2Full disclosure -- We've been locking horns with them for a while now, so of course this feels good.
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#3When you try to sync stuff (indexes + disk-commit) the performance will take a hit.
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#4Re: MongoDB Rules Single Node Deployments, Fails to Scale
#5Couchbase, the nodejs of databases. Everything is async. Want indexes updated, async. Want replication, async. Want commiting stuff to disk, async. When you try to sync stuff (indexes + disk-commit) the performance will take a hit.
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#6TLDR: MongoDB benchmarked Couchbase Server by having it perform CAS operations (read + update) while MongoDB performed basic operations (update), they used an outdated client library that is two years old, and they performed it with single node deployments.
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#7Re: MongoDB Rules Single Node Deployments, Fails to Scale
#8I would be interested in seeing the actual results and summary of it.
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#9I did not see a link to the independent benchmarks that was referenced here. Does anyone have the link? I would be interested in seeing the actual results and summary of it.
Re: MongoDB Rules Single Node Deployments, Fails to Scale
#10The submission title is incomplete; the full title continues with ".. but fails to scale", which is important.