MongoDB vs CouchDB (Speed optimization)
Posted
by Edward83
on Stack Overflow
See other posts from Stack Overflow
or by Edward83
Published on 2010-06-02T04:10:33Z
Indexed on
2010/06/02
4:13 UTC
Read the original article
Hit count: 273
Hi!
I made some tests of speed to compare MongoDB and CouchDB. Only inserts were while testing. I got MongoDB 15x faster than CouchDB. I know that it is because of sockets vs http. But, it is very interesting for me how can I optimize inserts in CouchDB?
Test platform: Windows XP SP3 32 bit. I used last versions of MongoDB, MongoDB C# Driver and last version of installation package of CouchDB for Windows.
Thanks!
© Stack Overflow or respective owner