<?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: How To: Export/Import Large MySQL Database</title>
	<atom:link href="http://www.devart.com/blogs/dbforge/index.php/how-to-exportimport-large-mysql-database.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devart.com/blogs/dbforge/index.php/how-to-exportimport-large-mysql-database.html</link>
	<description>Technical notes, articles and tips on database development.</description>
	<lastBuildDate>Tue, 30 Aug 2011 09:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aleksandr Serdyuk</title>
		<link>http://www.devart.com/blogs/dbforge/index.php/how-to-exportimport-large-mysql-database.html/comment-page-1#comment-1131</link>
		<dc:creator>Aleksandr Serdyuk</dc:creator>
		<pubDate>Mon, 26 Jul 2010 11:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.devart.com/blogs/dbforge/?p=1432#comment-1131</guid>
		<description>I agree with you that in case when you need a regular backup for  multi-terabyte database it is faster to suspend MySQL server and dump file system. Because our product is more developer-oriented than DBA-oriented, article merely talks about making development snapshots (i.e. exports). And there are cases when database developer simply is not allowed to accomplish all operations you described. So he must wait for export to complete.</description>
		<content:encoded><![CDATA[<p>I agree with you that in case when you need a regular backup for  multi-terabyte database it is faster to suspend MySQL server and dump file system. Because our product is more developer-oriented than DBA-oriented, article merely talks about making development snapshots (i.e. exports). And there are cases when database developer simply is not allowed to accomplish all operations you described. So he must wait for export to complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark R</title>
		<link>http://www.devart.com/blogs/dbforge/index.php/how-to-exportimport-large-mysql-database.html/comment-page-1#comment-1059</link>
		<dc:creator>Mark R</dc:creator>
		<pubDate>Fri, 23 Jul 2010 23:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.devart.com/blogs/dbforge/?p=1432#comment-1059</guid>
		<description>Importing / Exporting large MySQL databases can&#039;t be done at all with mysqldump because it is too slow - especially for restore.

This is why any significant sized system needs to do something else - typically either volume snapshots, rsync, filesystem dump from replication slaves, etc.

What you&#039;re suggesting simply isn&#039;t practical with a multi-Tb database server.</description>
		<content:encoded><![CDATA[<p>Importing / Exporting large MySQL databases can&#8217;t be done at all with mysqldump because it is too slow &#8211; especially for restore.</p>
<p>This is why any significant sized system needs to do something else &#8211; typically either volume snapshots, rsync, filesystem dump from replication slaves, etc.</p>
<p>What you&#8217;re suggesting simply isn&#8217;t practical with a multi-Tb database server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

