<?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>Web Development Blog of Chris Nizzardini &#187; SQL</title>
	<atom:link href="http://blog.cnizz.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cnizz.com</link>
	<description>my little notepad</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:30:25 +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>MySQL Optimization Tip: Checking for Differences in Queries.</title>
		<link>http://blog.cnizz.com/2011/11/02/mysql-optimization-tip-checking-for-differences-in-queries/</link>
		<comments>http://blog.cnizz.com/2011/11/02/mysql-optimization-tip-checking-for-differences-in-queries/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 17:08:50 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[query optimization]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=1288</guid>
		<description><![CDATA[I&#8217;ve been going through the MySQL slow query log at my new job to optimize our applications performance. It&#8217;s a bit more scary making changes when you&#8217;re the &#8220;new guy&#8221; because there are a lot of &#8220;gotchas&#8221; you haven&#8217;t quite figured out in the new platform. Well one of the queries that I wanted to [...]]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2011/11/02/mysql-optimization-tip-checking-for-differences-in-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Slow Query Log &#8211; Analyzing, Parsing, and Optimizing Slow Queries</title>
		<link>http://blog.cnizz.com/2011/03/31/mysql-slow-query-log-analyzing-parsing-and-optimizing-slow-queries/</link>
		<comments>http://blog.cnizz.com/2011/03/31/mysql-slow-query-log-analyzing-parsing-and-optimizing-slow-queries/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 18:51:34 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[slow query log]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=1128</guid>
		<description><![CDATA[Simple methods for analyzing and parsing information out of the MySQL slow query log and then optimizing the slow queries.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2011/03/31/mysql-slow-query-log-analyzing-parsing-and-optimizing-slow-queries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL Temporary Tables Example &#8211; Optimizing PHP Applications</title>
		<link>http://blog.cnizz.com/2010/11/24/mysql-temporary-tables-example-optimizing-applications-with-temp-tables/</link>
		<comments>http://blog.cnizz.com/2010/11/24/mysql-temporary-tables-example-optimizing-applications-with-temp-tables/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 19:58:41 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql optimization]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[query optimization]]></category>
		<category><![CDATA[temporary table]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=800</guid>
		<description><![CDATA[Learn how MySQL temporary tables can optimize your web application.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/11/24/mysql-temporary-tables-example-optimizing-applications-with-temp-tables/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MySQL Trigger &#8211; How To, Example, Tutorial, and Syntax</title>
		<link>http://blog.cnizz.com/2010/11/12/mysql-trigger-how-to-example-tutorial-and-syntax/</link>
		<comments>http://blog.cnizz.com/2010/11/12/mysql-trigger-how-to-example-tutorial-and-syntax/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 22:23:09 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[triggers]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=778</guid>
		<description><![CDATA[How to create MySQL Triggers including examples, tutorials, and syntax on creating MySQL Triggers.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/11/12/mysql-trigger-how-to-example-tutorial-and-syntax/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enable or Disable MySQL 5.0 Slow Query Log Dynamically Without a Server Restart</title>
		<link>http://blog.cnizz.com/2010/10/28/enable-or-disable-mysql-5-0-slow-query-log-dynamically-without-a-server-restart/</link>
		<comments>http://blog.cnizz.com/2010/10/28/enable-or-disable-mysql-5-0-slow-query-log-dynamically-without-a-server-restart/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 16:09:07 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[slow query log]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=640</guid>
		<description><![CDATA[There is a way to effectively disable the MySQL slow query log dynamically without restarting the mysql daemon.  Find out how by reading this blog.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/10/28/enable-or-disable-mysql-5-0-slow-query-log-dynamically-without-a-server-restart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Random Musings on MySQL Order By Optimizations</title>
		<link>http://blog.cnizz.com/2010/09/09/random-musings-on-mysql-order-by-optimizations/</link>
		<comments>http://blog.cnizz.com/2010/09/09/random-musings-on-mysql-order-by-optimizations/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:27:44 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[orderby]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=517</guid>
		<description><![CDATA[Some ideas on improving MySQL ORDER BY.  How to optimize MySQL ORDER BY and other MySQL musings.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/09/09/random-musings-on-mysql-order-by-optimizations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL INNER JOIN on Multiple Parameters and Condtions</title>
		<link>http://blog.cnizz.com/2010/08/19/mysql-inner-join-on-multiple-parameters-and-condtions/</link>
		<comments>http://blog.cnizz.com/2010/08/19/mysql-inner-join-on-multiple-parameters-and-condtions/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 18:57:50 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[innerjoin]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=488</guid>
		<description><![CDATA[How to Optimize MySQL for multiple parameters and conditions on JOINS statements.  Learn how in this blog.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/08/19/mysql-inner-join-on-multiple-parameters-and-condtions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PDO Error HY093: Debug/Fix MySql PHP PDO Error HY093</title>
		<link>http://blog.cnizz.com/2010/08/11/what-is-pdo-error-hy093-debugfix-mysql-php-pdo-error-hy093/</link>
		<comments>http://blog.cnizz.com/2010/08/11/what-is-pdo-error-hy093-debugfix-mysql-php-pdo-error-hy093/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 22:02:23 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prepared statements]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=469</guid>
		<description><![CDATA[What is PDO (PHP Data Objects) Error HY093? HY093 defines an  improperly binded a data type.  Learn about how to fix MySQL PHP PDO Error HY093 in this blog.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/08/11/what-is-pdo-error-hy093-debugfix-mysql-php-pdo-error-hy093/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use MySQL HAVING to Get Past Error 1111 Invalid Use of Group Function</title>
		<link>http://blog.cnizz.com/2010/06/22/use-mysql-having-to-get-past-error-1111-invalid-use-of-group-function/</link>
		<comments>http://blog.cnizz.com/2010/06/22/use-mysql-having-to-get-past-error-1111-invalid-use-of-group-function/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 03:21:20 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[group by]]></category>
		<category><![CDATA[having]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql error 1111]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=449</guid>
		<description><![CDATA[Learn how to fix MySQL Error 1111 - Invalid Use of Group Function in this blog post.]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/06/22/use-mysql-having-to-get-past-error-1111-invalid-use-of-group-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL InnoDb inserts are slow, really slow!</title>
		<link>http://blog.cnizz.com/2010/06/12/mysql-innodb-inserts-are-slow-really-slow/</link>
		<comments>http://blog.cnizz.com/2010/06/12/mysql-innodb-inserts-are-slow-really-slow/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 21:08:37 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[myisam]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.cnizz.com/?p=445</guid>
		<description><![CDATA[So I was doing some MySQL database optimization tests this morning when I got my database engines mixed up. Thats when I stumbled on something horrible&#8230;.InnoDb is really slow when it comes to inserts! Like really slow. I performed 10,000 inserts on MyIsam and it executed in about 1/10th of a second. The same inserts [...]]]></description>
		<wfw:commentRss>http://blog.cnizz.com/2010/06/12/mysql-innodb-inserts-are-slow-really-slow/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

