<?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: Create Table Like Scalability Issues</title>
	<atom:link href="http://venublog.com/2010/01/10/create-table-like-scalability-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://venublog.com/2010/01/10/create-table-like-scalability-issues/</link>
	<description>Everything In Life Is Random! (Personal and Work)</description>
	<lastBuildDate>Fri, 23 Mar 2012 03:45:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James Day</title>
		<link>http://venublog.com/2010/01/10/create-table-like-scalability-issues/comment-page-1/#comment-9418</link>
		<dc:creator>James Day</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/01/10/create-table-like-scalability-issues/#comment-9418</guid>
		<description>Good recommendation. It can be very unpleasant if you have a query that is running for hundreds or thousands of seconds and have started CREATE TABLE LIKE. The create will start waiting for a lock and every other attempt to use the table will wait until the slow query finishes because they are blocked by the create lock.</description>
		<content:encoded><![CDATA[<p>Good recommendation. It can be very unpleasant if you have a query that is running for hundreds or thousands of seconds and have started CREATE TABLE LIKE. The create will start waiting for a lock and every other attempt to use the table will wait until the slow query finishes because they are blocked by the create lock.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.309 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-03-28 21:30:48 -->
<!-- Compression = gzip -->
