<?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"
	>
<channel>
	<title>Comments on: How to load large files safely into InnoDB with LOAD DATA INFILE</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Tue, 02 Dec 2008 19:21:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-359384</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Fri, 03 Oct 2008 13:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-359384</guid>
		<description>Only MyISAM supports full-text indexing in MySQL.  If you have a lot of content to index (bigger than your available memory) and you need high performance, you probably need an external solution such as Sphinx or Lucene.  Sphinx has a storage engine for easy integration with MySQL.</description>
		<content:encoded><![CDATA[<p>Only MyISAM supports full-text indexing in MySQL.  If you have a lot of content to index (bigger than your available memory) and you need high performance, you probably need an external solution such as Sphinx or Lucene.  Sphinx has a storage engine for easy integration with MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeRoy Grubbs</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-359223</link>
		<dc:creator>LeRoy Grubbs</dc:creator>
		<pubDate>Thu, 02 Oct 2008 21:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-359223</guid>
		<description>What's the best way to load lots of large and small files for full text indexing?   Which database engine is best suited for FTI? of large files?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the best way to load lots of large and small files for full text indexing?   Which database engine is best suited for FTI? of large files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-336167</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-336167</guid>
		<description>Hi Kye,

Please use the Contact Us form on our website http://www.percona.com, as this goes into our ticketing system.</description>
		<content:encoded><![CDATA[<p>Hi Kye,</p>
<p>Please use the Contact Us form on our website <a href="http://www.percona.com" rel="nofollow">http://www.percona.com</a>, as this goes into our ticketing system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kye Lee</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-336165</link>
		<dc:creator>Kye Lee</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-336165</guid>
		<description>Please send me the private email with contact info.

Thanks
Kye Lee</description>
		<content:encoded><![CDATA[<p>Please send me the private email with contact info.</p>
<p>Thanks<br />
Kye Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-334731</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Fri, 25 Jul 2008 23:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-334731</guid>
		<description>I would suggest breaking it into smaller pieces, but it sounds like you have other problems and need a completely different approach -- perhaps the problem is that you even need these bulk loads.  Beyond that, I won't say; this is what we do for a living :-)</description>
		<content:encoded><![CDATA[<p>I would suggest breaking it into smaller pieces, but it sounds like you have other problems and need a completely different approach &#8212; perhaps the problem is that you even need these bulk loads.  Beyond that, I won&#8217;t say; this is what we do for a living <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kye Lee</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-334538</link>
		<dc:creator>Kye Lee</dc:creator>
		<pubDate>Fri, 25 Jul 2008 15:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-334538</guid>
		<description>I found your article and thought it is very interesting – Thanks.
As result of your test, do you have recommendation or method of efficiently loading very large file?

BTW – I am NOT heavy DB programmer and don’t know much about DB. If you don’t mine I would like to seek your advice and help.

I have about 120,000 rows – rec size 130 bytes with about 13 fields (Avg 15 GB), which need to be inserted into InnoDB table every min.
I am using LOAD command to accomplish this but in some occasion , the LOAD command takes longer than 1 min. When this happened, the following LOAD file get bigger and bigger and eventually, I get DB gone away error and the program abort.

Any suggestions.
Kye Lee</description>
		<content:encoded><![CDATA[<p>I found your article and thought it is very interesting – Thanks.<br />
As result of your test, do you have recommendation or method of efficiently loading very large file?</p>
<p>BTW – I am NOT heavy DB programmer and don’t know much about DB. If you don’t mine I would like to seek your advice and help.</p>
<p>I have about 120,000 rows – rec size 130 bytes with about 13 fields (Avg 15 GB), which need to be inserted into InnoDB table every min.<br />
I am using LOAD command to accomplish this but in some occasion , the LOAD command takes longer than 1 min. When this happened, the following LOAD file get bigger and bigger and eventually, I get DB gone away error and the program abort.</p>
<p>Any suggestions.<br />
Kye Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-324166</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-324166</guid>
		<description>I'm sure you are right Timo.  I didn't think it was a signal but I didn't think much about it anyway!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure you are right Timo.  I didn&#8217;t think it was a signal but I didn&#8217;t think much about it anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo Lindfors</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-323993</link>
		<dc:creator>Timo Lindfors</dc:creator>
		<pubDate>Mon, 07 Jul 2008 07:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-323993</guid>
		<description>Interesting article. However, isn't "control-d signals EOF" only applicable to terminal devices? If it worked for binary files how could you ever write \x04 to a file?</description>
		<content:encoded><![CDATA[<p>Interesting article. However, isn&#8217;t &#8220;control-d signals EOF&#8221; only applicable to terminal devices? If it worked for binary files how could you ever write \x04 to a file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-322639</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-322639</guid>
		<description>Pedro,

It's a client's machine so I'm not quite sure all the details; but it's an 8-core Intel Xeon L5535 @ 2GHz, 32GB RAM, RAID 10 on 15k SAS drives (I think).</description>
		<content:encoded><![CDATA[<p>Pedro,</p>
<p>It&#8217;s a client&#8217;s machine so I&#8217;m not quite sure all the details; but it&#8217;s an 8-core Intel Xeon L5535 @ 2GHz, 32GB RAM, RAID 10 on 15k SAS drives (I think).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/03/how-to-load-large-files-safely-into-innodb-with-load-data-infile/#comment-322358</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 03 Jul 2008 23:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=424#comment-322358</guid>
		<description>Baron,

Indeed after load is completed you should have significant portion of buffer pool dirty which should take some time to be flushed to the disk.

What I would also like to highlight is the slowdown in the log formula happens as data well fits in memory, otherwise you would see number of inserts/sec to drop off through the cliff</description>
		<content:encoded><![CDATA[<p>Baron,</p>
<p>Indeed after load is completed you should have significant portion of buffer pool dirty which should take some time to be flushed to the disk.</p>
<p>What I would also like to highlight is the slowdown in the log formula happens as data well fits in memory, otherwise you would see number of inserts/sec to drop off through the cliff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
