views:

2554

answers:

3

Does anyone knows a link for a good performance benchmark of CouchDB x "Any relational Database"

A: 

Someone tried... http://jayant7k.blogspot.com/2009/08/document-oriented-data-stores.html

kristina
Quote from the document you linked: "When i ran the scripts i found that it was crashing a lot. So, i did not go ahead with a proper testing of couchdb." :) I guess this tells us how well those scripts were written...
Zed
That's why I said "tried" :)
kristina
Terrible test.It doesn't even test concurrency.
nos
A: 

This one for a starter ;)

Zed
Although you can't compare a document database to a relational database, it is clear that you CAN compare the performance in different environments and situations
Diego Dias
Correct. For a given use case you can compare the two. Chances that someone else has the same use case, and did run benchmarks are about zero.
Zed
+2  A: 

Not a performance benchmark, but also significantly more "real world".

http://johnpwood.net/2009/08/18/couchdb-the-last-mile/

dnolen