<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: A quick look at CouchDB Performance</title>
	<atom:link href="http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/</link>
	<description>Seth Falcon blogs about programming, technology, and life in Seattle</description>
	<pubDate>Fri, 05 Sep 2008 18:02:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Seth</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4803</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Thu, 20 Dec 2007 04:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4803</guid>
		<description>For those interested, here is the script I used to do these tests:

    http://userprimary.net/software/couchdb_sit_test.rb

It is a thing of expedience rather than beauty.  The batch bulk load mentioned at the end is not in this script and is left as an exercise for the reader :-P</description>
		<content:encoded><![CDATA[<p>For those interested, here is the script I used to do these tests:</p>
<p>    <a href="http://userprimary.net/software/couchdb_sit_test.rb" rel="nofollow">http://userprimary.net/software/couchdb_sit_test.rb</a></p>
<p>It is a thing of expedience rather than beauty.  The batch bulk load mentioned at the end is not in this script and is left as an exercise for the reader <img src='http://userprimary.net/user/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4802</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Wed, 19 Dec 2007 19:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4802</guid>
		<description>@Brian, @John:

Yes, I will post the code, but probably won't get a chance till tomorrow.  Stay tuned.</description>
		<content:encoded><![CDATA[<p>@Brian, @John:</p>
<p>Yes, I will post the code, but probably won&#8217;t get a chance till tomorrow.  Stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4801</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 19 Dec 2007 19:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4801</guid>
		<description>I second the request. I'm just beginning to get interested in CouchDB and I prefer to stay with Ruby. It is really helpful to learn from working code!</description>
		<content:encoded><![CDATA[<p>I second the request. I&#8217;m just beginning to get interested in CouchDB and I prefer to stay with Ruby. It is really helpful to learn from working code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian P O'Rourke</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4800</link>
		<dc:creator>Brian P O'Rourke</dc:creator>
		<pubDate>Wed, 19 Dec 2007 09:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4800</guid>
		<description>Great post. It would be nice to see the code you used for these performance tests... any chance you could make it available?</description>
		<content:encoded><![CDATA[<p>Great post. It would be nice to see the code you used for these performance tests&#8230; any chance you could make it available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4797</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 19 Dec 2007 05:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4797</guid>
		<description>&#62; The hardest part here was figuring out that you have to require ‘rubygems’ to use gems. If Ruby can find rubygems after I install it and if I call gem install as root, why can’t Ruby find those packages without additional help?

Ruby gems isn't part of the standard ruby distribution yet; it's just an external library. As such Ruby core doesn't know anything about it till you tell it. Gem is slated to be added to the standard library soon (1.9?) but until then you have to require it explicitly.</description>
		<content:encoded><![CDATA[<p>&gt; The hardest part here was figuring out that you have to require ‘rubygems’ to use gems. If Ruby can find rubygems after I install it and if I call gem install as root, why can’t Ruby find those packages without additional help?</p>
<p>Ruby gems isn&#8217;t part of the standard ruby distribution yet; it&#8217;s just an external library. As such Ruby core doesn&#8217;t know anything about it till you tell it. Gem is slated to be added to the standard library soon (1.9?) but until then you have to require it explicitly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Katz</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4796</link>
		<dc:creator>Damien Katz</dc:creator>
		<pubDate>Wed, 19 Dec 2007 01:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4796</guid>
		<description>Here's my response: &lt;a href="http://damienkatz.net/2007/12/couchdb_perform_1.html" rel="nofollow"&gt;http://damienkatz.net/2007/12/couchdb_perform_1.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my response: <a href="http://damienkatz.net/2007/12/couchdb_perform_1.html" rel="nofollow">http://damienkatz.net/2007/12/couchdb_perform_1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4789</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Mon, 17 Dec 2007 08:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4789</guid>
		<description>Heya Seth,
this is a nice overview, thanks! It's also a nice justification, that it pays off to aim for an easy installation. :)

You are correct about your observations and for the moment, CouchDB behaves as expected. With the disk spaces: The trade-off is speed and consistency vs. space. In the future, it will be able to 'compact' databases on the go. Until then you can periodically copy a database's documents en-bulk to a new database to achieve the same.

About the memory limit and crashing server: We are, at the moment, looking into solutions to bring CouchDB up automatically after a crash.

One more thing to note is that CouchDB does not include any security or authentication mechanisms. So use with care.

Cheers,
Jan
--</description>
		<content:encoded><![CDATA[<p>Heya Seth,<br />
this is a nice overview, thanks! It&#8217;s also a nice justification, that it pays off to aim for an easy installation. <img src='http://userprimary.net/user/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You are correct about your observations and for the moment, CouchDB behaves as expected. With the disk spaces: The trade-off is speed and consistency vs. space. In the future, it will be able to &#8216;compact&#8217; databases on the go. Until then you can periodically copy a database&#8217;s documents en-bulk to a new database to achieve the same.</p>
<p>About the memory limit and crashing server: We are, at the moment, looking into solutions to bring CouchDB up automatically after a crash.</p>
<p>One more thing to note is that CouchDB does not include any security or authentication mechanisms. So use with care.</p>
<p>Cheers,<br />
Jan<br />
&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4788</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Mon, 17 Dec 2007 01:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://userprimary.net/user/2007/12/16/a-quick-look-at-couchdb-performance/#comment-4788</guid>
		<description>Sorry about the lame formatting of the ascii tables.  I fought with Wordpress a bit, but with limited success.  What a PITA.  Dear Wordpress, what part of "this is code, don't touch it", don't you understand?</description>
		<content:encoded><![CDATA[<p>Sorry about the lame formatting of the ascii tables.  I fought with Wordpress a bit, but with limited success.  What a PITA.  Dear Wordpress, what part of &#8220;this is code, don&#8217;t touch it&#8221;, don&#8217;t you understand?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.635 seconds -->
