|
|
|
|
|
by mikealrogers
5802 days ago
|
|
i find this whole thing a lot more of an experiment in clojure performance than CouchDB throughput. he doesn't attach a handler to the response on his writes and is queuing writes in memory and bulking them. he's not concerned with durability at pretty much any layer. this kind of setup is great for a large initial import of data but i would be weary of running it in production. |
|