<?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 for Muziboo Development Blog</title>
	<atom:link href="http://devblog.muziboo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.muziboo.com</link>
	<description>Muziboo development stories. Mostly set in ruby land</description>
	<lastBuildDate>Fri, 11 Mar 2011 06:37:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Rails + MySQL scaling on a budget by Muziboo.com Blog - Goodbye 503 errors</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1149</link>
		<dc:creator>Muziboo.com Blog - Goodbye 503 errors</dc:creator>
		<pubDate>Fri, 11 Mar 2011 06:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1149</guid>
		<description>[...] if you are an RoR (Ruby on Rails) enthusiast you will have fun reading this post on Muziboo dev blog on how exactly we went about scaling.  addthis_url = [...]</description>
		<content:encoded><![CDATA[<p>[...] if you are an RoR (Ruby on Rails) enthusiast you will have fun reading this post on Muziboo dev blog on how exactly we went about scaling.  addthis_url = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by Nicolas</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1145</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 09 Mar 2011 22:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1145</guid>
		<description>You should have a look at MySQL&#039;s &quot;key_buffer_size&quot; parameter. It&#039;s something a lot of people don&#039;t bother with, but the default value (16M) might lead to a lot of i/o, and slow things down.</description>
		<content:encoded><![CDATA[<p>You should have a look at MySQL&#8217;s &#8220;key_buffer_size&#8221; parameter. It&#8217;s something a lot of people don&#8217;t bother with, but the default value (16M) might lead to a lot of i/o, and slow things down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by Saiyine</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1143</link>
		<dc:creator>Saiyine</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1143</guid>
		<description>Some benchmarks on the &quot;order by rand()&quot; issue and how to solve it.

http://www.saiyine.com/post.statistics-random-row.php</description>
		<content:encoded><![CDATA[<p>Some benchmarks on the &#8220;order by rand()&#8221; issue and how to solve it.</p>
<p><a href="http://www.saiyine.com/post.statistics-random-row.php" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.saiyine.com');">http://www.saiyine.com/post.statistics-random-row.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by Ariejan de Vroom</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1142</link>
		<dc:creator>Ariejan de Vroom</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1142</guid>
		<description>In most apps I work on I see that rendering views takes a long time. 

Using memcached here for fragement caching will speed up requests a lot - and the load on your server - dramatically!

Still, having a speedy database is always a good thing.</description>
		<content:encoded><![CDATA[<p>In most apps I work on I see that rendering views takes a long time. </p>
<p>Using memcached here for fragement caching will speed up requests a lot &#8211; and the load on your server &#8211; dramatically!</p>
<p>Still, having a speedy database is always a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by Shai</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1140</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1140</guid>
		<description>https://github.com/eladmeidar/rails_indexes</description>
		<content:encoded><![CDATA[<p><a href="https://github.com/eladmeidar/rails_indexes" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/github.com');">https://github.com/eladmeidar/rails_indexes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by prateek</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1139</link>
		<dc:creator>prateek</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1139</guid>
		<description>Hi Matt,

Yes. I meant automatically. I will update the article now.

Thanks,
Prateek</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Yes. I meant automatically. I will update the article now.</p>
<p>Thanks,<br />
Prateek</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by Matt</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1138</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1138</guid>
		<description>When you say &quot;Rails does not (cannot) add indexes to your database&quot;, do you mean automatically? Because you most certainly can add indexes via migrations with the &quot;add_index&quot; function. You can also execute raw SQL to add the indexes if you feel like it.</description>
		<content:encoded><![CDATA[<p>When you say &#8220;Rails does not (cannot) add indexes to your database&#8221;, do you mean automatically? Because you most certainly can add indexes via migrations with the &#8220;add_index&#8221; function. You can also execute raw SQL to add the indexes if you feel like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + MySQL scaling on a budget by sushrut</title>
		<link>http://devblog.muziboo.com/2011/03/09/rails-mysql-scaling-on-a-budget/comment-page-1/#comment-1137</link>
		<dc:creator>sushrut</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=112#comment-1137</guid>
		<description>Which provider you use for hosting?</description>
		<content:encoded><![CDATA[<p>Which provider you use for hosting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting your git repo on your own server by prateek</title>
		<link>http://devblog.muziboo.com/2011/02/13/hosting-your-own-git-repo-on-your-server/comment-page-1/#comment-1124</link>
		<dc:creator>prateek</dc:creator>
		<pubDate>Thu, 17 Feb 2011 10:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=108#comment-1124</guid>
		<description>Hmm .. not sure ... I don&#039;t think I needed this 

Nevertheless, thanks for the comment. It may save someone some trouble :)</description>
		<content:encoded><![CDATA[<p>Hmm .. not sure &#8230; I don&#8217;t think I needed this </p>
<p>Nevertheless, thanks for the comment. It may save someone some trouble <img src='http://devblog.muziboo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting your git repo on your own server by Swanand</title>
		<link>http://devblog.muziboo.com/2011/02/13/hosting-your-own-git-repo-on-your-server/comment-page-1/#comment-1123</link>
		<dc:creator>Swanand</dc:creator>
		<pubDate>Wed, 16 Feb 2011 08:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.muziboo.com/?p=108#comment-1123</guid>
		<description>i.e. while running for the first time</description>
		<content:encoded><![CDATA[<p>i.e. while running for the first time</p>
]]></content:encoded>
	</item>
</channel>
</rss>

