<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: More distributed key/value storage options</title>
	<atom:link href="http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/</link>
	<description>databases and code goodness</description>
	<lastBuildDate>Thu, 01 Apr 2010 23:53:35 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikko Koppanen</title>
		<link>http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/comment-page-1/#comment-554</link>
		<dc:creator>Mikko Koppanen</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=277#comment-554</guid>
		<description>Hi maggie,

check out the Tokyo Tyrant extension for PHP as well. Feedback is welcome :) 

http://github.com/mkoppanen/php-tokyo_tyrant/tree/master</description>
		<content:encoded><![CDATA[<p>Hi maggie,</p>
<p>check out the Tokyo Tyrant extension for PHP as well. Feedback is welcome :) </p>
<p><a href="http://github.com/mkoppanen/php-tokyo_tyrant/tree/master" rel="nofollow">http://github.com/mkoppanen/php-tokyo_tyrant/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Ellis</title>
		<link>http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/comment-page-1/#comment-553</link>
		<dc:creator>Jonathan Ellis</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=277#comment-553</guid>
		<description>One of the things that makes Cassandra interesting is that it provides more than a generic key/value store.  First, it&#039;s really a key/ColumnFamily model, which gives you a richer data model and more efficient updates and queries.  Second, it supports range queries over your keys, which is essential for many applications

I wrote about the limitations of a strict key/value api here: http://spyced.blogspot.com/2009/05/why-you-wont-be-building-your-killer.html</description>
		<content:encoded><![CDATA[<p>One of the things that makes Cassandra interesting is that it provides more than a generic key/value store.  First, it&#8217;s really a key/ColumnFamily model, which gives you a richer data model and more efficient updates and queries.  Second, it supports range queries over your keys, which is essential for many applications</p>
<p>I wrote about the limitations of a strict key/value api here: <a href="http://spyced.blogspot.com/2009/05/why-you-wont-be-building-your-killer.html" rel="nofollow">http://spyced.blogspot.com/2009/05/why-you-wont-be-building-your-killer.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggie</title>
		<link>http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/comment-page-1/#comment-552</link>
		<dc:creator>maggie</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=277#comment-552</guid>
		<description>Hi Mikko - thank you for the clarification.  I admit that I just started reading about it. :) Thanks for the Tokyo Tyrant info - I am going to read about it right now!</description>
		<content:encoded><![CDATA[<p>Hi Mikko &#8211; thank you for the clarification.  I admit that I just started reading about it. :) Thanks for the Tokyo Tyrant info &#8211; I am going to read about it right now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Koppanen</title>
		<link>http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/comment-page-1/#comment-551</link>
		<dc:creator>Mikko Koppanen</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=277#comment-551</guid>
		<description>Hi,

Tokyo Cabinet is not distributed. The network part for Tokyo Cabinet is called Tokyo Tyrant:

http://tokyocabinet.sourceforge.net/tyrantdoc/</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Tokyo Cabinet is not distributed. The network part for Tokyo Cabinet is called Tokyo Tyrant:</p>
<p><a href="http://tokyocabinet.sourceforge.net/tyrantdoc/" rel="nofollow">http://tokyocabinet.sourceforge.net/tyrantdoc/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Katzke</title>
		<link>http://maggienelson.com/2009/07/more-distributed-keyvalue-storage-options/comment-page-1/#comment-549</link>
		<dc:creator>Karl Katzke</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=277#comment-549</guid>
		<description>I haven&#039;t used any of these yet (haven&#039;t had a project yet that wasn&#039;t heavily relational) but another one to add to your list is &lt;a href=&quot;http://code.google.com/p/redis/&quot; rel=&quot;nofollow&quot;&gt;Redis&lt;/a&gt;. There&#039;s more info on the differences and advantages vs. Tokyo Cabinet in the &lt;a href=&quot;http://code.google.com/p/redis/wiki/README&quot; rel=&quot;nofollow&quot;&gt;Redis README&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t used any of these yet (haven&#8217;t had a project yet that wasn&#8217;t heavily relational) but another one to add to your list is <a href="http://code.google.com/p/redis/" rel="nofollow">Redis</a>. There&#8217;s more info on the differences and advantages vs. Tokyo Cabinet in the <a href="http://code.google.com/p/redis/wiki/README" rel="nofollow">Redis README</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
