<?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: Which way to go &#8211; which way to go&#8230;</title>
	<atom:link href="http://www.khankennels.com/blog/index.php/archives/2010/01/13/which-way-to-go-which-way-to-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khankennels.com/blog/index.php/archives/2010/01/13/which-way-to-go-which-way-to-go/</link>
	<description>Lig&#039;s accidentally overheard ramblings on MySQL/PHP and life in general</description>
	<lastBuildDate>Wed, 26 May 2010 18:31:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brad</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/01/13/which-way-to-go-which-way-to-go/comment-page-1/#comment-840434</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=672#comment-840434</guid>
		<description>I agree, the CREATE TABLE LIKE seems to be the better way to go. It seems that it would be less of a maintenance problem as well. You won&#039;t need to change the query if the Indexes change.</description>
		<content:encoded><![CDATA[<p>I agree, the CREATE TABLE LIKE seems to be the better way to go. It seems that it would be less of a maintenance problem as well. You won&#8217;t need to change the query if the Indexes change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/01/13/which-way-to-go-which-way-to-go/comment-page-1/#comment-840433</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Wed, 13 Jan 2010 03:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=672#comment-840433</guid>
		<description>I think this is a good question. With no eloquent answer, it gives your brain something to chew on.  Personally, I like CREATE TABLE LIKE. It seems less error prone, having MySQL copy over the indexes rather than having me re-type them all.  And two smaller queries (instead of one giant CREATE TABLE SELECT with index definitions) would probably be easier for others to understand after I&#039;m gone.</description>
		<content:encoded><![CDATA[<p>I think this is a good question. With no eloquent answer, it gives your brain something to chew on.  Personally, I like CREATE TABLE LIKE. It seems less error prone, having MySQL copy over the indexes rather than having me re-type them all.  And two smaller queries (instead of one giant CREATE TABLE SELECT with index definitions) would probably be easier for others to understand after I&#8217;m gone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
