<?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: Raj&#8217;s MySQL Top Five Wishlist</title>
	<atom:link href="http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Raj Thukral</title>
		<link>http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/#comment-73882</link>
		<dc:creator>Raj Thukral</dc:creator>
		<pubDate>Thu, 12 Jul 2007 13:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/530/rajs-mysql-top-five-wishlist#comment-73882</guid>
		<description>Looks like this blog post has received a lot of attention / comments.

While I never intended it to be more than a quick-list, I guess my part-oracle background does show through, and there is a lot of stuff here that requires clarification

Rather than replying to each post, I think I&#039;m going to write up a separate post about each of the 5 items in my wishlist in more detail, with real-world examples based on issues I&#039;ve faced and how I would have liked to resolve them.

In short though, for #5 yes, I&#039;m looking for something more restrictive than what MySQL currently provides.  for #1 and #3, I&#039;m looking at how I can quickly get to the root of problems in Oracle by looking at the metrics (wait events, locks etc.) that Oracle provides which I find sorely missing in MySQL..  

Details to come.
--Raj.</description>
		<content:encoded><![CDATA[<p>Looks like this blog post has received a lot of attention / comments.</p>
<p>While I never intended it to be more than a quick-list, I guess my part-oracle background does show through, and there is a lot of stuff here that requires clarification</p>
<p>Rather than replying to each post, I think I&#8217;m going to write up a separate post about each of the 5 items in my wishlist in more detail, with real-world examples based on issues I&#8217;ve faced and how I would have liked to resolve them.</p>
<p>In short though, for #5 yes, I&#8217;m looking for something more restrictive than what MySQL currently provides.  for #1 and #3, I&#8217;m looking at how I can quickly get to the root of problems in Oracle by looking at the metrics (wait events, locks etc.) that Oracle provides which I find sorely missing in MySQL..  </p>
<p>Details to come.<br />
&#8211;Raj.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri</title>
		<link>http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/#comment-73631</link>
		<dc:creator>Sheeri</dc:creator>
		<pubDate>Thu, 12 Jul 2007 00:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/530/rajs-mysql-top-five-wishlist#comment-73631</guid>
		<description>Could you give more specific examples of #1 and #3, perhaps from other RDBMS&#039;s?  It would probably be 2 posts...but I think it would be really helpful for folks who don&#039;t even realize what they need....</description>
		<content:encoded><![CDATA[<p>Could you give more specific examples of #1 and #3, perhaps from other RDBMS&#8217;s?  It would probably be 2 posts&#8230;but I think it would be really helpful for folks who don&#8217;t even realize what they need&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/#comment-73525</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 11 Jul 2007 17:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/530/rajs-mysql-top-five-wishlist#comment-73525</guid>
		<description>Your list has a couple items I&#039;ve worked to address with innotop and mysqltoolkit.  Still, there is no substitute for something the server implements itself; that will be much better than anything I can do with scripts.</description>
		<content:encoded><![CDATA[<p>Your list has a couple items I&#8217;ve worked to address with innotop and mysqltoolkit.  Still, there is no substitute for something the server implements itself; that will be much better than anything I can do with scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harrison Fisk</title>
		<link>http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/#comment-73491</link>
		<dc:creator>Harrison Fisk</dc:creator>
		<pubDate>Wed, 11 Jul 2007 15:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/530/rajs-mysql-top-five-wishlist#comment-73491</guid>
		<description>As for your #5, there is already a read_only setting which will only allow two people to change data, the SQL thread in replication, and anyone with the SUPER privilege.  As long as you don&#039;t give your developers SUPER, then it will work exactly how you want.

SET global read_only = 1;</description>
		<content:encoded><![CDATA[<p>As for your #5, there is already a read_only setting which will only allow two people to change data, the SQL thread in replication, and anyone with the SUPER privilege.  As long as you don&#8217;t give your developers SUPER, then it will work exactly how you want.</p>
<p>SET global read_only = 1;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hartmut holzgraefe</title>
		<link>http://www.pythian.com/news/530/rajs-mysql-top-five-wishlist/#comment-73489</link>
		<dc:creator>hartmut holzgraefe</dc:creator>
		<pubDate>Wed, 11 Jul 2007 15:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/530/rajs-mysql-top-five-wishlist#comment-73489</guid>
		<description>#5 is already there? http://dev.mysql.com/doc/refman/5.0/en/replication-options.html#option_mysqld_read-only

Or do you want this to be even more restricted?</description>
		<content:encoded><![CDATA[<p>#5 is already there? <a href="http://dev.mysql.com/doc/refman/5.0/en/replication-options.html#option_mysqld_read-only" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/replication-options.html#option_mysqld_read-only</a></p>
<p>Or do you want this to be even more restricted?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

