<?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: The wisdom of DEBUG=False when loading LOTS of data.</title>
	<atom:link href="http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/</link>
	<description>Mac, iOS, DevOps, and daily life in Seattle</description>
	<lastBuildDate>Fri, 25 Nov 2011 06:40:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Dave Jones</title>
		<link>http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/comment-page-1/#comment-65346</link>
		<dc:creator>Dave Jones</dc:creator>
		<pubDate>Sat, 21 Jun 2008 12:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/#comment-65346</guid>
		<description>Thank you so much, this is exactly the problem I had.  Django ORM worked fine for importing the smaller (legacy) tables into my application, but ran out of memory on importing the 225K rows of data in my history table.

Thanks again for the solution.</description>
		<content:encoded><![CDATA[<p>Thank you so much, this is exactly the problem I had.  Django ORM worked fine for importing the smaller (legacy) tables into my application, but ran out of memory on importing the 225K rows of data in my history table.</p>
<p>Thanks again for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Grant</title>
		<link>http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/comment-page-1/#comment-2424</link>
		<dc:creator>David Grant</dc:creator>
		<pubDate>Tue, 21 Nov 2006 06:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/#comment-2424</guid>
		<description>Oh I got confused, I saw the cursor stuff and immediately thought that you were doing sql to load the data. Stupid me...you were just using sql to get the list of tables and drop them.</description>
		<content:encoded><![CDATA[<p>Oh I got confused, I saw the cursor stuff and immediately thought that you were doing sql to load the data. Stupid me&#8230;you were just using sql to get the list of tables and drop them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/comment-page-1/#comment-2400</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 20 Nov 2006 06:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/#comment-2400</guid>
		<description>We could have used straight SQL, but we were using the Django ORM setup because it was easier. The only thing we hadn&#039;t counted on was how many SQL statements would get made when we were &quot;bulk loading&quot; using it with DEBUG=True, the cursor object keeping a copy of all those statements in memory...</description>
		<content:encoded><![CDATA[<p>We could have used straight SQL, but we were using the Django ORM setup because it was easier. The only thing we hadn&#8217;t counted on was how many SQL statements would get made when we were &#8220;bulk loading&#8221; using it with DEBUG=True, the cursor object keeping a copy of all those statements in memory&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Grant</title>
		<link>http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/comment-page-1/#comment-2398</link>
		<dc:creator>David Grant</dc:creator>
		<pubDate>Mon, 20 Nov 2006 06:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/2006/11/14/the-wisdom-of-debugfalse-when-loading-lots-of-data/#comment-2398</guid>
		<description>Do you need to do SQL to load initial data? Can&#039;t you use the Django ORM?</description>
		<content:encoded><![CDATA[<p>Do you need to do SQL to load initial data? Can&#8217;t you use the Django ORM?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

