<?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: MySQL-Memcached or NOSQL Tokyo Tyrant &#8211; part 2</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: efpe</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-666855</link>
		<dc:creator>efpe</dc:creator>
		<pubDate>Tue, 20 Oct 2009 12:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-666855</guid>
		<description>I&#039;m looking forward to see a Redis versus Memcached test. Redis is persistant and has replication feature.</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to see a Redis versus Memcached test. Redis is persistant and has replication feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL-Memcached or NOSQL Tokyo Tyrant &#8211; part 3 &#124; MySQL Performance Blog</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-666563</link>
		<dc:creator>MySQL-Memcached or NOSQL Tokyo Tyrant &#8211; part 3 &#124; MySQL Performance Blog</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-666563</guid>
		<description>[...] 3 of our series.Â  In part 1 we talked about boosting performance with memcached on top of MySQL, in Part 2 we talked about running 100% outside the data with memcached, and now in Part 3 we are going to [...]</description>
		<content:encoded><![CDATA[<p>[...] 3 of our series.Â  In part 1 we talked about boosting performance with memcached on top of MySQL, in Part 2 we talked about running 100% outside the data with memcached, and now in Part 3 we are going to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergi</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-666472</link>
		<dc:creator>Sergi</dc:creator>
		<pubDate>Mon, 19 Oct 2009 10:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-666472</guid>
		<description>Great series Matt.

I&#039;m looking forward to read about the performance with the so-called nosql solutions, specially Redis and Voldemort. By the way, the link to part 1 is broken.</description>
		<content:encoded><![CDATA[<p>Great series Matt.</p>
<p>I&#8217;m looking forward to read about the performance with the so-called nosql solutions, specially Redis and Voldemort. By the way, the link to part 1 is broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-666459</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-666459</guid>
		<description>Is that Memcached::Fast from there: http://search.cpan.org/dist/Cache-Memcached-Fast/ ? Or something else?</description>
		<content:encoded><![CDATA[<p>Is that Memcached::Fast from there: <a href="http://search.cpan.org/dist/Cache-Memcached-Fast/" rel="nofollow">http://search.cpan.org/dist/Cache-Memcached-Fast/</a> ? Or something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-665864</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 17 Oct 2009 04:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-665864</guid>
		<description>@Peter, 

   The 100x claim is a bit misleading, as memcached has the ability to cache everything -vs- MySQL which I did handicap.  The idea was to compare a memory footprint in MySQL -vs- the same memory footprint in Tokyo Tyrant ( Tyrant only had 256M allocated to it as well )...  but memcached has no disk based component so everything has to be in memory... however this can be distributed over multiple machines.  

  Memcached::Fast is implemented in C.   

  I have run both, but I figured locally would be best for these numbers... so everything here is local access.</description>
		<content:encoded><![CDATA[<p>@Peter, </p>
<p>   The 100x claim is a bit misleading, as memcached has the ability to cache everything -vs- MySQL which I did handicap.  The idea was to compare a memory footprint in MySQL -vs- the same memory footprint in Tokyo Tyrant ( Tyrant only had 256M allocated to it as well )&#8230;  but memcached has no disk based component so everything has to be in memory&#8230; however this can be distributed over multiple machines.  </p>
<p>  Memcached::Fast is implemented in C.   </p>
<p>  I have run both, but I figured locally would be best for these numbers&#8230; so everything here is local access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-665856</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 17 Oct 2009 03:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-665856</guid>
		<description>Matt,

I&#039;m not sure I quite follow the 100x gain from &quot;stock&quot; MySQL
What exactly are you comparing here ? Is it apples to apples ?  Or are you comparing the case when everything fits in memcache but only small portion fits in MySQL. 

Also you show 3x difference between memcache and memcache fast - what is the difference here ? 

Also are you running tests locally or over network ?</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>I&#8217;m not sure I quite follow the 100x gain from &#8220;stock&#8221; MySQL<br />
What exactly are you comparing here ? Is it apples to apples ?  Or are you comparing the case when everything fits in memcache but only small portion fits in MySQL. </p>
<p>Also you show 3x difference between memcache and memcache fast &#8211; what is the difference here ? </p>
<p>Also are you running tests locally or over network ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-665840</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 17 Oct 2009 02:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-665840</guid>
		<description>Just wanted to let you know that the link to part 1 is broken. Great series, I look forward to the &quot;NOSQL&quot; posts!

Hmm failed the challenge, 5 + 0 doesn&#039;t equal 5 apparently. Let&#039;s see if I can get 0 + 10 correct...</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know that the link to part 1 is broken. Great series, I look forward to the &#8220;NOSQL&#8221; posts!</p>
<p>Hmm failed the challenge, 5 + 0 doesn&#8217;t equal 5 apparently. Let&#8217;s see if I can get 0 + 10 correct&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Bradford</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/16/mysql_memcached_tyrant_part2/comment-page-1/#comment-665718</link>
		<dc:creator>Ronald Bradford</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1433#comment-665718</guid>
		<description>While the figures are good, it&#039;s important to point out that the MySQL solution provides durability (i.e. no data loss while memcached does not.

I&#039;m looking forward to the results of a key value (KV) product that does provide persistence storage. Are you going to be looking at others like Redis/Project Voldermot as well?</description>
		<content:encoded><![CDATA[<p>While the figures are good, it&#8217;s important to point out that the MySQL solution provides durability (i.e. no data loss while memcached does not.</p>
<p>I&#8217;m looking forward to the results of a key value (KV) product that does provide persistence storage. Are you going to be looking at others like Redis/Project Voldermot as well?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

