<?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: Key-Value Stores in Ruby (Key-Value Stores Part 1)</title>
	<atom:link href="http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 05:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jessie Chaplin</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-58612</link>
		<dc:creator>Jessie Chaplin</dc:creator>
		<pubDate>Tue, 28 Jun 2011 13:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-58612</guid>
		<description>How come that it is much slower than using the database for session storage? What do you think is the explanation of this? http://www.amazines.com/article_detail.cfm/3012310?articleid=3012310 </description>
		<content:encoded><![CDATA[<p>How come that it is much slower than using the database for session storage? What do you think is the explanation of this? <a href="http://www.amazines.com/article_detail.cfm/3012310?articleid=3012310" rel="nofollow">http://www.amazines.com/article_detail.cfm/3012310?articleid=3012310</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Haines</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-49316</link>
		<dc:creator>Kirk Haines</dc:creator>
		<pubDate>Mon, 29 Nov 2010 17:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-49316</guid>
		<description>There are huge numbers of applications being written for small, targeted audiences. They will never run on a cluster and will never see even dozens of concurrent users, let alone hundreds or thousands. 
 
Sometimes simplicity and ease of use is enough of a reason to use a tool. PStore has many drawbacks, but it&#039;s sometimes a great tool for the job. </description>
		<content:encoded><![CDATA[<p>There are huge numbers of applications being written for small, targeted audiences. They will never run on a cluster and will never see even dozens of concurrent users, let alone hundreds or thousands. </p>
<p>Sometimes simplicity and ease of use is enough of a reason to use a tool. PStore has many drawbacks, but it&#039;s sometimes a great tool for the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sogni</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-49251</link>
		<dc:creator>sogni</dc:creator>
		<pubDate>Sun, 28 Nov 2010 07:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-49251</guid>
		<description>ou really shouldn&#8217;t be using Pstore for Rails. Apart from the fact that it doesn&#8217;t scale to a setup with more than 1 box, it is much slower than using the database for session storage, for example.  </description>
		<content:encoded><![CDATA[<p>ou really shouldn&rsquo;t be using Pstore for Rails. Apart from the fact that it doesn&rsquo;t scale to a setup with more than 1 box, it is much slower than using the database for session storage, for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mobile PC suit</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-44960</link>
		<dc:creator>Mobile PC suit</dc:creator>
		<pubDate>Mon, 06 Sep 2010 09:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-44960</guid>
		<description>Hi,Scott. I am an author of dm-tokyo-cabinet-adapter. I haven&#039;t worked on the adapter, and my implementation is quite old (implemented before Table Database API was supported by TC, so most of my code is redundant) and there is a bug which I haven&#039;t fixed yet, so go for it. Feel free to ping me if you have any questions on my implementations. </description>
		<content:encoded><![CDATA[<p>Hi,Scott. I am an author of dm-tokyo-cabinet-adapter. I haven&#039;t worked on the adapter, and my implementation is quite old (implemented before Table Database API was supported by TC, so most of my code is redundant) and there is a bug which I haven&#039;t fixed yet, so go for it. Feel free to ping me if you have any questions on my implementations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-43123</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-43123</guid>
		<description>The followup article will focus on Tokyo Cabinet and using that from Ruby. We&#039;re talking now about whether or not to follow that one with articles about the other major key/value stores and how one uses them from Ruby (like Redis and CouchDB). 
&lt;a href=&quot;http://www.jobsnresults.com&quot; target=&quot;_blank&quot;&gt;bank exams&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>The followup article will focus on Tokyo Cabinet and using that from Ruby. We&#039;re talking now about whether or not to follow that one with articles about the other major key/value stores and how one uses them from Ruby (like Redis and CouchDB).<br />
<a href="http://www.jobsnresults.com" target="_blank">bank exams</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Haines</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-42925</link>
		<dc:creator>Kirk Haines</dc:creator>
		<pubDate>Thu, 15 Jul 2010 19:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-42925</guid>
		<description>It&#039;s limitations are pretty apparent, and nowhere is anyone suggesting that one try to build Twitter on PStore. However, PStore can be perfectly appropriate. Not all apps are going to see heavy use. In fact, I&#039;d wager that the majority of apps that actually get built and put into production are apps targeted at small, specific userbases, with no particular performance concerns, and no need to scale beyond a single box. 
 
It&#039;s all a matter of knowing what you are doing, and selecting the tools to match, and there&#039;s no reason at all not to use PStore if it will satisfy the needs of the project. Conversely, if it won&#039;t, then there is no reason to use it. It is a tool with some significant limitations, for certain. </description>
		<content:encoded><![CDATA[<p>It&#039;s limitations are pretty apparent, and nowhere is anyone suggesting that one try to build Twitter on PStore. However, PStore can be perfectly appropriate. Not all apps are going to see heavy use. In fact, I&#039;d wager that the majority of apps that actually get built and put into production are apps targeted at small, specific userbases, with no particular performance concerns, and no need to scale beyond a single box. </p>
<p>It&#039;s all a matter of knowing what you are doing, and selecting the tools to match, and there&#039;s no reason at all not to use PStore if it will satisfy the needs of the project. Conversely, if it won&#039;t, then there is no reason to use it. It is a tool with some significant limitations, for certain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: essay storage</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-42924</link>
		<dc:creator>essay storage</dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-42924</guid>
		<description>You really shouldn&#8217;t be using Pstore for Rails. Apart from the fact that it doesn&#8217;t scale to a setup with more than 1 box, it is much slower than using the database for session storage, for example. </description>
		<content:encoded><![CDATA[<p>You really shouldn&rsquo;t be using Pstore for Rails. Apart from the fact that it doesn&rsquo;t scale to a setup with more than 1 box, it is much slower than using the database for session storage, for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suchi787</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-42888</link>
		<dc:creator>suchi787</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-42888</guid>
		<description>Regarding performance of PStore: I was using PStore for storage, and then switched to using gdbm instead (because Ruby came with bindings for it.) Even with marshalling the data like PStore does, gdbm was about 50 times faster. 
&lt;a href=&quot;http:\/\/www.automobileupdates.com&quot; target=&quot;_blank&quot;&gt;Fiat&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Regarding performance of PStore: I was using PStore for storage, and then switched to using gdbm instead (because Ruby came with bindings for it.) Even with marshalling the data like PStore does, gdbm was about 50 times faster.<br />
<a href="http:\/\/www.automobileupdates.com" target="_blank">Fiat</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: essay papers</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-41493</link>
		<dc:creator>essay papers</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-41493</guid>
		<description>Excellent post Kirk! You&#8217;ve brought together some processes which haven&#8217;t been brought in to the public eye as of yet. Keep it up! 
 </description>
		<content:encoded><![CDATA[<p>Excellent post Kirk! You&rsquo;ve brought together some processes which haven&rsquo;t been brought in to the public eye as of yet. Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: games</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-in-ruby/comment-page-1/#comment-22240</link>
		<dc:creator>games</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=1630#comment-22240</guid>
		<description>I don&#039;t anything about ruby a programming language but these key values really help me to understand the storage of these values. I am already know .net and java but this is a complete different type of language for me and believe me it&#039;s quite interesting. 
 
 </description>
		<content:encoded><![CDATA[<p>I don&#039;t anything about ruby a programming language but these key values really help me to understand the storage of these values. I am already know .net and java but this is a complete different type of language for me and believe me it&#039;s quite interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

