<?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: Large SQL Result Sets in Django</title>
	<atom:link href="http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:59:12 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html/comment-page-1#comment-20640</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 17 Feb 2009 16:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=412#comment-20640</guid>
		<description>It&#039;s nothing complicated, just a normal iterable wrapper. 

for result in IterableQuerySet(qs): print result</description>
		<content:encoded><![CDATA[<p>It&#8217;s nothing complicated, just a normal iterable wrapper. </p>
<p>for result in IterableQuerySet(qs): print result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitin</title>
		<link>http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html/comment-page-1#comment-20639</link>
		<dc:creator>nitin</dc:creator>
		<pubDate>Tue, 17 Feb 2009 16:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=412#comment-20639</guid>
		<description>Hi,
I am facing similar problem for which i had blogged as well. 
I think that you code may help me, but I am unable to use it.
It wud be helpful if you could give some sample usage also.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am facing similar problem for which i had blogged as well.<br />
I think that you code may help me, but I am unable to use it.<br />
It wud be helpful if you could give some sample usage also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pterk</title>
		<link>http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html/comment-page-1#comment-20632</link>
		<dc:creator>pterk</dc:creator>
		<pubDate>Tue, 10 Feb 2009 09:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=412#comment-20632</guid>
		<description>Little typo in IterableQuerySet:

self.batch = batch</description>
		<content:encoded><![CDATA[<p>Little typo in IterableQuerySet:</p>
<p>self.batch = batch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonC</title>
		<link>http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html/comment-page-1#comment-20631</link>
		<dc:creator>JasonC</dc:creator>
		<pubDate>Tue, 10 Feb 2009 01:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=412#comment-20631</guid>
		<description>Why not use the queryset&#039;s iterator method, e.g. model.objects.all().iterator()? It works fine for me with a table containing 1.2 million rows of which I write ~600 thousand to a csv file.</description>
		<content:encoded><![CDATA[<p>Why not use the queryset&#8217;s iterator method, e.g. model.objects.all().iterator()? It works fine for me with a table containing 1.2 million rows of which I write ~600 thousand to a csv file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilandau</title>
		<link>http://www.davidcramer.net/code/412/large-sql-result-sets-in-django.html/comment-page-1#comment-20630</link>
		<dc:creator>Dilandau</dc:creator>
		<pubDate>Tue, 10 Feb 2009 00:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=412#comment-20630</guid>
		<description>Very usefull, Thanks</description>
		<content:encoded><![CDATA[<p>Very usefull, Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
