Dmbedded couchDB

Posted by Chang on Stack Overflow See other posts from Stack Overflow or by Chang
Published on 2010-12-23T05:50:18Z Indexed on 2010/12/23 5:54 UTC
Read the original article Hit count: 228

Filed under:

CouchDB is great, I like its replication functionality, but it's a bit larger and slower when used in desktop application.

As I tested in intel duo core cpu,

  1. 12 seconds to load 10000 docs
  2. 10 seconds to insert 10000 doc, but need 20 seconds to update view, so total is 30 seconds

Is there any No SQL implementation which has the same replication functionality, but the size is very small, and the speed is quite good( 1 second to load 10000 docs).

Thanks

© Stack Overflow or respective owner

Related posts about database