<?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: Batching NHibernate&#8217;s DML Statements</title>
	<atom:link href="http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:03:58 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-22559</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Sat, 12 Sep 2009 11:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-22559</guid>
		<description>i checked the nhibernate code for this... the current SQLite &#039;drivers&#039; (within the nhibernate code, not the actual ado.net providers) don&#039;t support this

it only seems to be supported for Sql Server and Oracle (if you use the ODP provider instead of the default one in .NET)</description>
		<content:encoded><![CDATA[<p>i checked the nhibernate code for this&#8230; the current SQLite &#8216;drivers&#8217; (within the nhibernate code, not the actual ado.net providers) don&#8217;t support this</p>
<p>it only seems to be supported for Sql Server and Oracle (if you use the ODP provider instead of the default one in .NET)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sqliter</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-22554</link>
		<dc:creator>sqliter</dc:creator>
		<pubDate>Fri, 11 Sep 2009 15:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-22554</guid>
		<description>&gt;SQLite runs entirely in memory
It&#039;s not true, it can keep data file in FS.
I double the question.</description>
		<content:encoded><![CDATA[<p>&gt;SQLite runs entirely in memory<br />
It&#8217;s not true, it can keep data file in FS.<br />
I double the question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-22534</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Thu, 10 Sep 2009 05:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-22534</guid>
		<description>@GordonS

SQLite runs entirely in memory, so there would hardly be any benefit to batching :)</description>
		<content:encoded><![CDATA[<p>@GordonS</p>
<p>SQLite runs entirely in memory, so there would hardly be any benefit to batching <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GordonS</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-22528</link>
		<dc:creator>GordonS</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-22528</guid>
		<description>Does batching work with SQLite? I ask because it doesn&#039;t seem to work for me... :(</description>
		<content:encoded><![CDATA[<p>Does batching work with SQLite? I ask because it doesn&#8217;t seem to work for me&#8230; <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using The Guid.Comb Identifier Strategy &#124; The Inquisitive Coder - Davy Brion&#8217;s Blog</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-16120</link>
		<dc:creator>Using The Guid.Comb Identifier Strategy &#124; The Inquisitive Coder - Davy Brion&#8217;s Blog</dc:creator>
		<pubDate>Thu, 21 May 2009 11:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-16120</guid>
		<description>[...] case it only needs to hit the database when the transaction is committed. If you&#8217;ve enabled batching of DML statements, you could severly reduce the number of times you need to hit the database in this [...]</description>
		<content:encoded><![CDATA[<p>[...] case it only needs to hit the database when the transaction is committed. If you&#8217;ve enabled batching of DML statements, you could severly reduce the number of times you need to hit the database in this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-8186</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Tue, 27 Jan 2009 08:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-8186</guid>
		<description>I&#039;m not sure, but i thought none of the batching features work on Oracle</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure, but i thought none of the batching features work on Oracle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Gems</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-8185</link>
		<dc:creator>Eddie Gems</dc:creator>
		<pubDate>Tue, 27 Jan 2009 08:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-8185</guid>
		<description>Hi, Davy. Is this technique working with oracle DB (10g)?</description>
		<content:encoded><![CDATA[<p>Hi, Davy. Is this technique working with oracle DB (10g)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bulk Data Operations With NHibernate's Stateless Sessions - NHibernate blog - NHibernate Forge</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-4549</link>
		<dc:creator>Bulk Data Operations With NHibernate's Stateless Sessions - NHibernate blog - NHibernate Forge</dc:creator>
		<pubDate>Sun, 02 Nov 2008 19:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-4549</guid>
		<description>[...] my previous post, i showed how you can configure NHibernate to batch create/update/delete statements and what kind [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post, i showed how you can configure NHibernate to batch create/update/delete statements and what kind [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; Bulk Data Operations With NHibernate&#8217;s Stateless Sessions</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-4438</link>
		<dc:creator>The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; Bulk Data Operations With NHibernate&#8217;s Stateless Sessions</dc:creator>
		<pubDate>Thu, 30 Oct 2008 19:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-4438</guid>
		<description>[...] Batching NHibernate&#8217;s DML Statements [...]</description>
		<content:encoded><![CDATA[<p>[...] Batching NHibernate&#8217;s DML Statements [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batching NHibernate’s DML Statements - NHibernate blog - NHibernate Forge</title>
		<link>http://davybrion.com/blog/2008/10/batching-nhibernates-dm-statements/comment-page-1/#comment-4317</link>
		<dc:creator>Batching NHibernate’s DML Statements - NHibernate blog - NHibernate Forge</dc:creator>
		<pubDate>Mon, 27 Oct 2008 18:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=545#comment-4317</guid>
		<description>[...] Note: this was originally posted on my own blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Note: this was originally posted on my own blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
