<?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: Estimating Replication Capacity</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2010/07/20/estimating-replication-capacity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2010/07/20/estimating-replication-capacity/</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: Vojtech Kurka</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/20/estimating-replication-capacity/comment-page-1/#comment-876287</link>
		<dc:creator>Vojtech Kurka</dc:creator>
		<pubDate>Mon, 16 Jan 2012 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3373#comment-876287</guid>
		<description>I forgot to mention the version, it&#039;s Percona Server 5.5.18-55-log</description>
		<content:encoded><![CDATA[<p>I forgot to mention the version, it&#8217;s Percona Server 5.5.18-55-log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vojtech Kurka</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/20/estimating-replication-capacity/comment-page-1/#comment-876286</link>
		<dc:creator>Vojtech Kurka</dc:creator>
		<pubDate>Mon, 16 Jan 2012 14:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3373#comment-876286</guid>
		<description>I&#039;m trying to estimate the slave load using the UserStats method. But it doesn&#039;t reflect the reality. Does it work well with row-level replication?

My testcase:
STOP SLAVE SQL_THREAD;
SELECT SLEEP(600);
START SLAVE;

Then i watch the counters while the slave is catching up, but I see only a slight progress, like 1 second of BUSY_TIME in 5 minutes while the slave is working. I see really high CPU utilization in htop for mysql, so it&#039;s really working hard to apply the relay log events.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to estimate the slave load using the UserStats method. But it doesn&#8217;t reflect the reality. Does it work well with row-level replication?</p>
<p>My testcase:<br />
STOP SLAVE SQL_THREAD;<br />
SELECT SLEEP(600);<br />
START SLAVE;</p>
<p>Then i watch the counters while the slave is catching up, but I see only a slight progress, like 1 second of BUSY_TIME in 5 minutes while the slave is working. I see really high CPU utilization in htop for mysql, so it&#8217;s really working hard to apply the relay log events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/20/estimating-replication-capacity/comment-page-1/#comment-769801</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 22 Jul 2010 00:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3373#comment-769801</guid>
		<description>Hi,

The MySQL Built in replication is the most common way to do it.   The Continuent Tungsten Replicator is the most known alternative product.  There is Galera replication (synchronous) in development.  DRBD is somethat replication, if you need it for high availability - replication happens on disk level and you can&#039;t start MySQL on the &quot;slave&quot; until Master is down.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The MySQL Built in replication is the most common way to do it.   The Continuent Tungsten Replicator is the most known alternative product.  There is Galera replication (synchronous) in development.  DRBD is somethat replication, if you need it for high availability &#8211; replication happens on disk level and you can&#8217;t start MySQL on the &#8220;slave&#8221; until Master is down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webvisionairs</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/20/estimating-replication-capacity/comment-page-1/#comment-769749</link>
		<dc:creator>webvisionairs</dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3373#comment-769749</guid>
		<description>Hi Everyone,

Perhaps a bit off topic, but I want to know if there are any alternatives to mysql replication.
Since I&#039;m on a shared host that does allow replication, I wondered if there are any other methods to get databases in sync ( besides from dumping and exporting data).

Looking forward for your answers :)</description>
		<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>Perhaps a bit off topic, but I want to know if there are any alternatives to mysql replication.<br />
Since I&#8217;m on a shared host that does allow replication, I wondered if there are any other methods to get databases in sync ( besides from dumping and exporting data).</p>
<p>Looking forward for your answers <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

