Embedded couchDB

CouchDB is great, I like its p2p replication functionality, but it's a bit larger(because we have to install Erlang) 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 p2p replication functionality, but the size is very small like sqlite, and the speed is quite good(1 second to load 10000 docs).

8
задан Andreas Niedermair 20 May 2015 в 09:23
поделиться