开发者

Mongodb vs. Couch Db Select Performances

开发者 https://www.devze.com 2023-04-12 22:19 出处:网络
I read many things about performance comparison between Couch Db and Mongo Db at insert capabilities. However at somewhere it says that Couch Db has a better read performance. Is there any performance

I read many things about performance comparison between Couch Db and Mongo Db at insert capabilities. However at somewhere it says that Couch Db has a better read performance. Is there any performance开发者_运维知识库 comparison based on select capabilities of between that databases?


Don't trust benchmarks

Good Benchmarks Are Non-Trivial

So here you can see, that CouchDB has High Read performance and MongoDB has High Write performance. So you will have many read operations, use CouchDB.


In addition to @Sergey's links, make sure you also read http://jan.prima.de/plok/archives/175-Benchmarks-You-are-Doing-it-Wrong.html and http://jan.prima.de/plok/archives/176-Caveats-of-Evaluating-Databases.html

It is not that one is verbatim faster than the other. But either will pick a different set of trade-offs that will result in a certain performance for your use case. But that doesn't say they are doing the same and either is better or worse.

0

精彩评论

暂无评论...
验证码 换一张
取 消