<?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: Don&#8217;t Forget To Optimize MySQL</title>
	<atom:link href="http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/</link>
	<description>Email marketing blog discussing email marketing features, deliverability, new marketing ideas, and more.</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:50:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kelly</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-97409</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Thu, 09 Feb 2012 06:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-97409</guid>
		<description>Congratulations!  &#8220;Added sproupt for InnoDB.&#8221;What does this mean?  Do you build TokuDB indexes over an InnoDB table?</description>
		<content:encoded><![CDATA[<p>Congratulations!  &#8220;Added sproupt for InnoDB.&#8221;What does this mean?  Do you build TokuDB indexes over an InnoDB table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonix</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-92547</link>
		<dc:creator>Jonix</dc:creator>
		<pubDate>Thu, 24 Feb 2011 12:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-92547</guid>
		<description>Stephan, that&#039;s not true, for mysql, the correct my.cnf for websites IS /etc/my.cnf .
/usr/local/cpanel/whostmgr/my.cnf   or  /root/my.cnf, have nothing to do with the real configuration of mysql (/etc/my.cnf).</description>
		<content:encoded><![CDATA[<p>Stephan, that&#8217;s not true, for mysql, the correct my.cnf for websites IS /etc/my.cnf .<br />
/usr/local/cpanel/whostmgr/my.cnf   or  /root/my.cnf, have nothing to do with the real configuration of mysql (/etc/my.cnf).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-86027</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Mon, 20 Sep 2010 19:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-86027</guid>
		<description>FYI - for those of you using cPanel on your server, the file path to the my.cnf file is /usr/local/cpanel/whostmgr/my.cnf and not /etc/my.cnf

took me a long time to figure that out (and I&#039;m posting this here in case I ever have to refer to it again too!)</description>
		<content:encoded><![CDATA[<p>FYI &#8211; for those of you using cPanel on your server, the file path to the my.cnf file is /usr/local/cpanel/whostmgr/my.cnf and not /etc/my.cnf</p>
<p>took me a long time to figure that out (and I&#8217;m posting this here in case I ever have to refer to it again too!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quero</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-68203</link>
		<dc:creator>Quero</dc:creator>
		<pubDate>Thu, 05 Feb 2009 13:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-68203</guid>
		<description>Awefull innodb-parameters! Got extreme wins of performance! Big thx!</description>
		<content:encoded><![CDATA[<p>Awefull innodb-parameters! Got extreme wins of performance! Big thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-67624</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 09 Jan 2009 00:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-67624</guid>
		<description>You wouldn&#039;t likely see a big difference with changing the table type.  You would be better off changing the buffer size and what not for MyISAM</description>
		<content:encoded><![CDATA[<p>You wouldn&#8217;t likely see a big difference with changing the table type.  You would be better off changing the buffer size and what not for MyISAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-67623</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Thu, 08 Jan 2009 23:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-67623</guid>
		<description>Ok, I undestand: MyISAM -&gt; optimize for MyISAM.

But I have problems with performance and just wonder, if I use innoDB, can I have better performance?

I never know than 12all have different versions.
I use ver. 4.80 is that versions you talking about?</description>
		<content:encoded><![CDATA[<p>Ok, I undestand: MyISAM -&gt; optimize for MyISAM.</p>
<p>But I have problems with performance and just wonder, if I use innoDB, can I have better performance?</p>
<p>I never know than 12all have different versions.<br />
I use ver. 4.80 is that versions you talking about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-67615</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-67615</guid>
		<description>Different versions may have slightly different setups.  If all the tables are in MyISAM you should optimize for MyISAM on the server.  1-2-All 5.0 will almost be all INNODB

Sorry about the confusion</description>
		<content:encoded><![CDATA[<p>Different versions may have slightly different setups.  If all the tables are in MyISAM you should optimize for MyISAM on the server.  1-2-All 5.0 will almost be all INNODB</p>
<p>Sorry about the confusion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/comment-page-1/#comment-67606</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Thu, 08 Jan 2009 09:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/#comment-67606</guid>
		<description>&quot;1-2-All - Mostly InnoDB - Some MyISAM&quot;

Wait, but in my installation of 12all ALL tables are MyISAM.
I checked the installation script. All tables declared as MyISAM.

So, why you wrote &quot;mostly innoDB&quot;?
Should I convert them to innoDB? Which tables?</description>
		<content:encoded><![CDATA[<p>&#8220;1-2-All &#8211; Mostly InnoDB &#8211; Some MyISAM&#8221;</p>
<p>Wait, but in my installation of 12all ALL tables are MyISAM.<br />
I checked the installation script. All tables declared as MyISAM.</p>
<p>So, why you wrote &#8220;mostly innoDB&#8221;?<br />
Should I convert them to innoDB? Which tables?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

