<?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>Tech Notes &#187; table</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Mon, 10 Aug 2009 18:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Rebuild An InnoDB Table Index</title>
		<link>http://www.ryannitz.org/tech-notes/2008/12/03/rebuild-an-innodb-table-index/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/12/03/rebuild-an-innodb-table-index/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 02:18:21 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=74</guid>
		<description><![CDATA[Rebuilding an InnoDB table index is easy in MySQL 5.0. Simply type: mysql&#62; ALTER TABLE table_name ENGINE=InnoDB; Warning: When dealing with large databases, this can place a lot of load on your DB.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ryan-nitz.com/tech-notes/wp-content/uploads/2008/06/mysql.jpeg"><img class="alignnone size-medium wp-image-15" title="mysql" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2008/06/mysql.jpeg" alt="" width="124" height="90" /></a></p>
<p>Rebuilding an <a href="http://en.wikipedia.org/wiki/InnoDB">InnoDB</a> table index is easy in MySQL 5.0. Simply type:</p>
<pre>mysql&gt; ALTER TABLE table_name ENGINE=InnoDB;</pre>
<p>Warning: When dealing with large databases, this can place a lot of load on your DB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/12/03/rebuild-an-innodb-table-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Drop Unique Constraint</title>
		<link>http://www.ryannitz.org/tech-notes/2008/11/17/mysql-drop-unique-constraint/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/11/17/mysql-drop-unique-constraint/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 02:03:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[alter]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=60</guid>
		<description><![CDATA[In MySQL 5.0 it is possible to drop unqiue constraints but, the syntax is not incredibly intuitive. alter table TABLE_NAME drop index UNIQUE_CONSTRAINT_NAME; Code Ghar provides a more thorough description.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ryan-nitz.com/tech-notes/wp-content/uploads/2008/06/mysql.jpeg"><img class="alignnone size-medium wp-image-15" title="mysql" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2008/06/mysql.jpeg" alt="" width="124" height="90" /></a></p>
<p>In MySQL 5.0 it is possible to drop unqiue constraints but, the syntax is not incredibly intuitive.</p>
<pre>alter table TABLE_NAME drop index UNIQUE_CONSTRAINT_NAME;</pre>
<p>Code Ghar provides a more <a href="http://codeghar.wordpress.com/2008/03/28/drop-unique-constraint-in-mysql/">thorough description</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/11/17/mysql-drop-unique-constraint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
