↧
CouchDB document creation performance
CouchDB is a non-relational database which uses MapReduce inspired views to query data. There are lots of cool things to tell about its design, but I rather want to talk about its performance. Today...
View ArticleBenchmarking CouchDB (1)
I’ve written a small benchmark for couchdb to test it’s document creation performance. A script creates documents in total using bulk update to create at the same time with concurrent threads. The...
View ArticleBenchmarking CouchDB (2)
This is a plot of the amount of documents created in a bulk update at the same time against the average amount of documents created per second it yields.
View Articlegit‘s versus svn‘s storage efficiency
At Codeyard we maintain a git and a subversion repository (which are synced with each other) for each of the >115 projects. The following graph shows the repositories plotted logarithmically...
View Article