<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>MySQL Diary &#187; MySQL feature Archives  &#8211; MySQL Diary</title> <atom:link href="http://www.mysqldiary.com/category/mysql-feature/feed/" rel="self" type="application/rss+xml" /><link>http://www.mysqldiary.com</link> <description>Exploring, Sharing and  Discussing MySQL practice</description> <lastBuildDate>Mon, 18 Jul 2011 20:03:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>If you copy a MyISAM table with PRIMARY key, don’t forget to order the rows first</title><link>http://www.mysqldiary.com/if-you-copy-a-myisam-table-with-primary-key-don%e2%80%99t-forget-to-order-the-rows-first/</link> <comments>http://www.mysqldiary.com/if-you-copy-a-myisam-table-with-primary-key-don%e2%80%99t-forget-to-order-the-rows-first/#comments</comments> <pubDate>Mon, 14 Mar 2011 19:02:23 +0000</pubDate> <dc:creator>Hazan Ilan</dc:creator> <category><![CDATA[Cool MySQL Queries]]></category> <category><![CDATA[MySQL feature]]></category> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=189</guid> <description><![CDATA[<div
class="addthis_toolbox addthis_default_style " addthis:url='http://www.mysqldiary.com/if-you-copy-a-myisam-table-with-primary-key-don%e2%80%99t-forget-to-order-the-rows-first/' addthis:title='If you copy a MyISAM table with PRIMARY key, don’t forget to order the rows first '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div>In a case that you copy (INSERT INTO .. SELECT ..) a MyISAM table that have a PRIMARY key, it is much faster to insert the new rows in the primary key order: The insertion will be faster: because the primary key cannot disabled, every insertion will also updates the primary key. In a case [...]<div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.mysqldiary.com/if-you-copy-a-myisam-table-with-primary-key-don%e2%80%99t-forget-to-order-the-rows-first/' addthis:title='If you copy a MyISAM table with PRIMARY key, don’t forget to order the rows first ' ><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_compact"></a></div>]]></description> <wfw:commentRss>http://www.mysqldiary.com/if-you-copy-a-myisam-table-with-primary-key-don%e2%80%99t-forget-to-order-the-rows-first/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>The battle between FORCE INDEX and the QUERY OPTIMIZER</title><link>http://www.mysqldiary.com/the-battle-between-force-index-and-the-query-optimizer/</link> <comments>http://www.mysqldiary.com/the-battle-between-force-index-and-the-query-optimizer/#comments</comments> <pubDate>Mon, 25 Oct 2010 21:15:41 +0000</pubDate> <dc:creator>Hazan Ilan</dc:creator> <category><![CDATA[Cool MySQL Queries]]></category> <category><![CDATA[MySQL feature]]></category> <category><![CDATA[analyze table]]></category> <category><![CDATA[Cardinality]]></category> <category><![CDATA[Force Index]]></category> <category><![CDATA[key distributions]]></category> <category><![CDATA[MySQL optimizer]]></category> <category><![CDATA[QUERY OPTIMIZER]]></category> <category><![CDATA[Use Index]]></category> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=146</guid> <description><![CDATA[<div
class="addthis_toolbox addthis_default_style " addthis:url='http://www.mysqldiary.com/the-battle-between-force-index-and-the-query-optimizer/' addthis:title='The battle between FORCE INDEX and the QUERY OPTIMIZER '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div>Query Optimizer is a part of the server that takes a parsed SQL query and produces a query execution plan. MySQL Query Optimizer uses (as one of its parameters) the stored key distribution (Cardinality) mechanism to determine the order in which tables should be joined, when you perform a join on something other than a [...]<div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.mysqldiary.com/the-battle-between-force-index-and-the-query-optimizer/' addthis:title='The battle between FORCE INDEX and the QUERY OPTIMIZER ' ><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_compact"></a></div>]]></description> <wfw:commentRss>http://www.mysqldiary.com/the-battle-between-force-index-and-the-query-optimizer/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>MySQL User Defined Variables</title><link>http://www.mysqldiary.com/user-defined-variables/</link> <comments>http://www.mysqldiary.com/user-defined-variables/#comments</comments> <pubDate>Wed, 02 Jun 2010 21:04:19 +0000</pubDate> <dc:creator>Hazan Ilan</dc:creator> <category><![CDATA[MySQL feature]]></category> <category><![CDATA[case sensitivity]]></category> <category><![CDATA[mysql features]]></category> <category><![CDATA[mysql query]]></category> <category><![CDATA[procedural logic]]></category> <category><![CDATA[relational logic]]></category> <category><![CDATA[User defined variable]]></category> <category><![CDATA[variables]]></category> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=7</guid> <description><![CDATA[<div
class="addthis_toolbox addthis_default_style " addthis:url='http://www.mysqldiary.com/user-defined-variables/' addthis:title='MySQL User Defined Variables '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div>When I have discovered MySQL User-defined variables at the first time, I didn&#8217;t pay much attention to them and didn&#8217;t realize their strength. At first, one can think that they are just one of the many unnoticed MySQL features. Well, I was wrong. Here, I will try to summarize their strength, though I think there is [...]<div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.mysqldiary.com/user-defined-variables/' addthis:title='MySQL User Defined Variables ' ><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_compact"></a></div>]]></description> <wfw:commentRss>http://www.mysqldiary.com/user-defined-variables/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>The fading of Query Cache limitations</title><link>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/</link> <comments>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/#comments</comments> <pubDate>Tue, 15 Dec 2009 19:31:42 +0000</pubDate> <dc:creator>Hazan Ilan</dc:creator> <category><![CDATA[MySQL feature]]></category> <category><![CDATA[MySQL Query Cache]]></category> <category><![CDATA[Query Cache improvements]]></category> <category><![CDATA[Query Cache limitations]]></category> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=50</guid> <description><![CDATA[<div
class="addthis_toolbox addthis_default_style " addthis:url='http://www.mysqldiary.com/the-fading-of-query-cache-limitation/' addthis:title='The fading of Query Cache limitations '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div>There is no question about the MySQL Query Cache greatness.  The MySQL Query Cache feature started his way with some limitations.  However, in time, there were a lot of improvements (fixing) for those limitations. One should test his MySQL version with the Query Cache limitations before using it. Here are some improved limitations I found [...]<div
class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.mysqldiary.com/the-fading-of-query-cache-limitation/' addthis:title='The fading of Query Cache limitations ' ><a
class="addthis_button_preferred_1"></a><a
class="addthis_button_preferred_2"></a><a
class="addthis_button_preferred_3"></a><a
class="addthis_button_preferred_4"></a><a
class="addthis_button_compact"></a></div>]]></description> <wfw:commentRss>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
