MongoDB vs CouchDB (Speed optimization)
- by Edward83
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!