<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: On replication, some more</title>
	<atom:link href="http://dom.as/2009/12/13/on-replication-some-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://dom.as/2009/12/13/on-replication-some-more/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Dec 2011 20:14:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Wikipédia : actus diverses &#171; Darkoneko&#039;s Weblog</title>
		<link>http://dom.as/2009/12/13/on-replication-some-more/#comment-1721</link>
		<dc:creator><![CDATA[Wikipédia : actus diverses &#171; Darkoneko&#039;s Weblog]]></dc:creator>
		<pubDate>Tue, 15 Dec 2009 07:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=679#comment-1721</guid>
		<description><![CDATA[[...] Mituzas se lamente sur certains manques de MySQL 5.1. Mon petit doigt me dit que ça n&#8217;est pas étranger au [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Mituzas se lamente sur certains manques de MySQL 5.1. Mon petit doigt me dit que ça n&#8217;est pas étranger au [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2009/12/13/on-replication-some-more/#comment-1720</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=679#comment-1720</guid>
		<description><![CDATA[In MySQL lingo, simply toggle log-slave-updates - and yeah, if there&#039;re multiple masters, do that per-master :)]]></description>
		<content:encoded><![CDATA[<p>In MySQL lingo, simply toggle log-slave-updates &#8211; and yeah, if there&#8217;re multiple masters, do that per-master :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Pipes</title>
		<link>http://dom.as/2009/12/13/on-replication-some-more/#comment-1719</link>
		<dc:creator><![CDATA[Jay Pipes]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=679#comment-1719</guid>
		<description><![CDATA[Hi Domas,

So, regarding Drizzle, some things in your list above are done, some aren&#039;t. Heck, Drizzle replication is really new, so don&#039;t expect much in terms of features at this point...I&#039;m focusing on fixing bugs and stability over features right now.  The nice thing is that the API is very simple and pluggable, and different modules can allow a pretty fine-tuned customization of the replication system.

That said, I don&#039;t *quite* understand what you are really requesting with this:

&quot;Allow to enable and disable binary logging of events received from master, as well as enabling and disabling binary logging without restarting the instance.&quot;

Which of these are yourequesting?

* to enable/disable ALL logging of events on the SLAVE that have been received from ANY master
* to enable/disabled logging of SPECIFIC events on the SLAVE that have been received from ANY master
* to enable/disable the APPLY (not the logging) of specific events on the SLAVE from ANY master
* something else? :)

Thanks :)

Jay]]></description>
		<content:encoded><![CDATA[<p>Hi Domas,</p>
<p>So, regarding Drizzle, some things in your list above are done, some aren&#8217;t. Heck, Drizzle replication is really new, so don&#8217;t expect much in terms of features at this point&#8230;I&#8217;m focusing on fixing bugs and stability over features right now.  The nice thing is that the API is very simple and pluggable, and different modules can allow a pretty fine-tuned customization of the replication system.</p>
<p>That said, I don&#8217;t *quite* understand what you are really requesting with this:</p>
<p>&#8220;Allow to enable and disable binary logging of events received from master, as well as enabling and disabling binary logging without restarting the instance.&#8221;</p>
<p>Which of these are yourequesting?</p>
<p>* to enable/disable ALL logging of events on the SLAVE that have been received from ANY master<br />
* to enable/disabled logging of SPECIFIC events on the SLAVE that have been received from ANY master<br />
* to enable/disable the APPLY (not the logging) of specific events on the SLAVE from ANY master<br />
* something else? :)</p>
<p>Thanks :)</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2009/12/13/on-replication-some-more/#comment-1718</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=679#comment-1718</guid>
		<description><![CDATA[Does Drizzle do that nowadays with current replicator implementations?]]></description>
		<content:encoded><![CDATA[<p>Does Drizzle do that nowadays with current replicator implementations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart Smith</title>
		<link>http://dom.as/2009/12/13/on-replication-some-more/#comment-1717</link>
		<dc:creator><![CDATA[Stewart Smith]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=679#comment-1717</guid>
		<description><![CDATA[Let me tell you about Drizzle.....


:)]]></description>
		<content:encoded><![CDATA[<p>Let me tell you about Drizzle&#8230;..</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hodges</title>
		<link>http://dom.as/2009/12/13/on-replication-some-more/#comment-1716</link>
		<dc:creator><![CDATA[Robert Hodges]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 06:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=679#comment-1716</guid>
		<description><![CDATA[Hi Domas,

We have 3 out of 4 of these requirements covered with Tungsten (http://www.continuent.com/community).  I&#039;m about to start a series of blog articles on the solution to the second problem, which we plan to deploy early in 2010.  Would you mind expanding the specific cases--is it a matter of replication being single threaded, the fact there&#039;s a single client tcp/ip connection from slave to master, etc.?

Meanwhile, please have a look at Tungsten.

Cheers, Robert]]></description>
		<content:encoded><![CDATA[<p>Hi Domas,</p>
<p>We have 3 out of 4 of these requirements covered with Tungsten (<a href="http://www.continuent.com/community" rel="nofollow">http://www.continuent.com/community</a>).  I&#8217;m about to start a series of blog articles on the solution to the second problem, which we plan to deploy early in 2010.  Would you mind expanding the specific cases&#8211;is it a matter of replication being single threaded, the fact there&#8217;s a single client tcp/ip connection from slave to master, etc.?</p>
<p>Meanwhile, please have a look at Tungsten.</p>
<p>Cheers, Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>

