<?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: Is it possible to partition MySQL table across multiple disks on Windows?</title>
	<atom:link href="http://www.techspeed.org/is-it-possible-to-partition-mysql-table-across-multiple-disks-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techspeed.org/is-it-possible-to-partition-mysql-table-across-multiple-disks-on-windows/</link>
	<description>Fast Answers To Tough Questions</description>
	<lastBuildDate>Tue, 11 Oct 2011 00:01:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: pender2112</title>
		<link>http://www.techspeed.org/is-it-possible-to-partition-mysql-table-across-multiple-disks-on-windows/comment-page-1/#comment-2478</link>
		<dc:creator>pender2112</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspeed.org/is-it-possible-to-partition-mysql-table-across-multiple-disks-on-windows/#comment-2478</guid>
		<description>No, MySQL creates a new file for every database and not for every table.

You can create a new table on a new partition and use a view or enum to merge the two tables into a Pseudo Table, but performance is not great on large tables.</description>
		<content:encoded><![CDATA[<p>No, MySQL creates a new file for every database and not for every table.</p>
<p>You can create a new table on a new partition and use a view or enum to merge the two tables into a Pseudo Table, but performance is not great on large tables.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

