<?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: Oh dear MySQL slave, where did you put those rows?</title>
	<atom:link href="http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:44:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/comment-page-1/#comment-702</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Sat, 24 May 2008 07:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=75#comment-702</guid>
		<description>From all the people I have talked to (mostly mysql consultants), they have never had issues with mk-table-checksum running on any of the dbs they used it on.  I really don&#039;t think I need to be concerned with the size at this time.  Since Baron mentioned 100gb of data and none of my dbs are there (biggest one is close to 40 gigs), I will use this tool until I start to see performance issues.</description>
		<content:encoded><![CDATA[<p>From all the people I have talked to (mostly mysql consultants), they have never had issues with mk-table-checksum running on any of the dbs they used it on.  I really don&#8217;t think I need to be concerned with the size at this time.  Since Baron mentioned 100gb of data and none of my dbs are there (biggest one is close to 40 gigs), I will use this tool until I start to see performance issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/comment-page-1/#comment-701</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sat, 24 May 2008 01:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=75#comment-701</guid>
		<description>Well... define small.  That means different things to different people.  The mk-table-checksum tools are suitable for 100GB or so of data, depending on your performance needs.</description>
		<content:encoded><![CDATA[<p>Well&#8230; define small.  That means different things to different people.  The mk-table-checksum tools are suitable for 100GB or so of data, depending on your performance needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/comment-page-1/#comment-697</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Mon, 19 May 2008 02:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=75#comment-697</guid>
		<description>Frank:  what do you use for large databases if that tool is not suitable for it?

Xaprb/Mark:  Thanks for you comments.  Good to know it is not something I mis configured and it is a known issue.</description>
		<content:encoded><![CDATA[<p>Frank:  what do you use for large databases if that tool is not suitable for it?</p>
<p>Xaprb/Mark:  Thanks for you comments.  Good to know it is not something I mis configured and it is a known issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Mashraqi</title>
		<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/comment-page-1/#comment-696</link>
		<dc:creator>Frank Mashraqi</dc:creator>
		<pubDate>Sun, 18 May 2008 14:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=75#comment-696</guid>
		<description>This is why you can never trust slaves. Maatkit is a very valuable tool but only suitable for small-medium sized databases.</description>
		<content:encoded><![CDATA[<p>This is why you can never trust slaves. Maatkit is a very valuable tool but only suitable for small-medium sized databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Robson</title>
		<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/comment-page-1/#comment-695</link>
		<dc:creator>Mark Robson</dc:creator>
		<pubDate>Sat, 17 May 2008 14:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=75#comment-695</guid>
		<description>You MUST monitor mysql slaves all the time using something such as mk-table-checksum - otherwise there is no guarantee they will stay in sync even if initially there.

There are many possible reasons for this, the mysql manual explains some of them. Most of them are to do with the application&#039;s design, others are shortcomings in mysql itself. 

Using row-based replication on 5.1 + might be better, but it still won&#039;t be guaranteed - you&#039;ll want to continue checking.

Mark</description>
		<content:encoded><![CDATA[<p>You MUST monitor mysql slaves all the time using something such as mk-table-checksum &#8211; otherwise there is no guarantee they will stay in sync even if initially there.</p>
<p>There are many possible reasons for this, the mysql manual explains some of them. Most of them are to do with the application&#8217;s design, others are shortcomings in mysql itself. </p>
<p>Using row-based replication on 5.1 + might be better, but it still won&#8217;t be guaranteed &#8211; you&#8217;ll want to continue checking.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://crazytoon.com/2008/05/17/mysql-missing-data-on-slave-mysql-replicatio/comment-page-1/#comment-694</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sat, 17 May 2008 11:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=75#comment-694</guid>
		<description>Alas, no you cannot trust slaves.  You must check them.  Hence Maatkit: mk-table-checksum and mk-table-sync.</description>
		<content:encoded><![CDATA[<p>Alas, no you cannot trust slaves.  You must check them.  Hence Maatkit: mk-table-checksum and mk-table-sync.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

