Hi David,

Out of curiosity, how are these tests connecting to the database,
especially in the cases of MongoDB and CouchDB? In the case of CouchDB
you're clearly using HTTP in a way that it creates one connection per
request, I believe. In the case of MongoDB, the driver provides a
connection pool (default of 10) and these connections are kept alive
and reused between requests. You might be comparing the difference
between making one connection per request vs. pipelining many request
over an already established connection...

Toni.


On Jul 9, 7:10 pm, David Nolen <dnolen.li...@gmail.com> wrote:
> Some benchmarks thoughts on various databases + aleph.
>
> http://dosync.posterous.com/22516635
>
> Cheers,
> David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to