<?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: High Performance MySQL: Optimization, Backups, Replication, and More</title>
	<atom:link href="http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:54:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: F. Levanti</title>
		<link>http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/comment-page-1/#comment-1225</link>
		<dc:creator>F. Levanti</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/#comment-1225</guid>
		<description>A good book for developers that want more. They want to optimize their scripts and really understand how MYSQL works also behind the scene.
&lt;br /&gt;
&lt;br /&gt;A must have book
&lt;br /&gt;
&lt;br /&gt;
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>A good book for developers that want more. They want to optimize their scripts and really understand how MYSQL works also behind the scene.</p>
<p>A must have book</p>
<p>Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas de L. Lorenzo</title>
		<link>http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/comment-page-1/#comment-1224</link>
		<dc:creator>Lucas de L. Lorenzo</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/#comment-1224</guid>
		<description>It&#039;s a good start point into high performance tunning, but not a deep into every concept, which is not possible in a single book. The book dives into some benchmark, optimization of queries, the capabilities of every storage engine, and also its weaknesses, some compared backup strategies, replication, and master-slave configurations, all well explained, up to MySQL 5.1, but with new versions in mind. I enjoy this book, although some concerns are hard by nature, and some kind of query optimization could be more graphical to better understanding.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>It&#8217;s a good start point into high performance tunning, but not a deep into every concept, which is not possible in a single book. The book dives into some benchmark, optimization of queries, the capabilities of every storage engine, and also its weaknesses, some compared backup strategies, replication, and master-slave configurations, all well explained, up to MySQL 5.1, but with new versions in mind. I enjoy this book, although some concerns are hard by nature, and some kind of query optimization could be more graphical to better understanding.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marinko Tarlac</title>
		<link>http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/comment-page-1/#comment-1223</link>
		<dc:creator>Marinko Tarlac</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/#comment-1223</guid>
		<description>Very nice book but unfortunately this book is not for beginners so if you&#039;re new in databases try to read some tutorials or books for beginners and then come back for this book. 
&lt;br /&gt;
&lt;br /&gt;
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Very nice book but unfortunately this book is not for beginners so if you&#8217;re new in databases try to read some tutorials or books for beginners and then come back for this book. </p>
<p>Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William B. Harding</title>
		<link>http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/comment-page-1/#comment-1222</link>
		<dc:creator>William B. Harding</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/#comment-1222</guid>
		<description>I bought this book hoping to get a detailed understanding of how to best create and use indexes for my high traffic web site.  While the book does a great job of covering the pros and cons of standard indexes, it devotes only a single page to the utility of index_merge (introduced in Mysql 5.0).  Combined with a general dearth of information about index_merge on the web, this was a really disappointment, since index_merge seems to afford the possibility of using multiple, smaller indexes, rather than smaller number of bulky indexes (as this book recommends).  
&lt;br /&gt;
&lt;br /&gt;In my eyes, a thorough analysis of indexing techniques in Mysql 5+ must discuss the strategic opportunities afforded by index_merge.  It would seem to me that this gives the developer the ability to simply index the fields they want indexed, without having to sweat left-precedence of combined indexes or trying to make long indexes that include all of the possibly needed indexes in an order that will satisfy all possible query combinations.
&lt;br /&gt;
&lt;br /&gt;If limitations to the utility of index_merge make some of these possibilities not feasible, the book ought to at least give a rundown of the pros and cons of index_merge vs. compound indexes.  
&lt;br /&gt;
&lt;br /&gt;The near-total omission of a new feature that could have profound implications upon the most optimal way to query &amp; index makes me recommend this book with a tablespoon of salt.
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>I bought this book hoping to get a detailed understanding of how to best create and use indexes for my high traffic web site.  While the book does a great job of covering the pros and cons of standard indexes, it devotes only a single page to the utility of index_merge (introduced in Mysql 5.0).  Combined with a general dearth of information about index_merge on the web, this was a really disappointment, since index_merge seems to afford the possibility of using multiple, smaller indexes, rather than smaller number of bulky indexes (as this book recommends).  </p>
<p>In my eyes, a thorough analysis of indexing techniques in Mysql 5+ must discuss the strategic opportunities afforded by index_merge.  It would seem to me that this gives the developer the ability to simply index the fields they want indexed, without having to sweat left-precedence of combined indexes or trying to make long indexes that include all of the possibly needed indexes in an order that will satisfy all possible query combinations.</p>
<p>If limitations to the utility of index_merge make some of these possibilities not feasible, the book ought to at least give a rundown of the pros and cons of index_merge vs. compound indexes.  </p>
<p>The near-total omission of a new feature that could have profound implications upon the most optimal way to query &#038; index makes me recommend this book with a tablespoon of salt.<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Jaiswal</title>
		<link>http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/comment-page-1/#comment-1221</link>
		<dc:creator>Rahul Jaiswal</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/high-performance-mysql-optimization-backups-replication-and-more/#comment-1221</guid>
		<description>     The book is good. lots of new information as compared to the previous edition.
&lt;br /&gt;     the book arrived in time.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>The book is good. lots of new information as compared to the previous edition.<br />
<br />     the book arrived in time.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

