<?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: Bulk processing with NHibernate</title>
	<atom:link href="http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: David Kemp</title>
		<link>http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/#comment-2490</link>
		<dc:creator>David Kemp</dc:creator>
		<pubDate>Fri, 25 Jun 2010 16:16:04 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/06/24/bulk-processing-with-nhibernate.aspx#comment-2490</guid>
		<description>The other thing you can use is a StatelessSession - in my experience this is a lot faster than a normal session.</description>
		<content:encoded><![CDATA[<p>The other thing you can use is a StatelessSession &#8211; in my experience this is a lot faster than a normal session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/#comment-2489</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:22:32 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/06/24/bulk-processing-with-nhibernate.aspx#comment-2489</guid>
		<description>@Corey

Mainly because we had some extra logic and logging around begin/end.  Otherwise yeah, just ISession woulda been fine.

@scott

UPDATE Customer
SET CustomerSpendTotal = TotalBulkLoad.Total
FROM TotalBulkLoad
WHERE TotalBulkLoad.PersonId = Customer.Id

Really helpful!</description>
		<content:encoded><![CDATA[<p>@Corey</p>
<p>Mainly because we had some extra logic and logging around begin/end.  Otherwise yeah, just ISession woulda been fine.</p>
<p>@scott</p>
<p>UPDATE Customer<br />
SET CustomerSpendTotal = TotalBulkLoad.Total<br />
FROM TotalBulkLoad<br />
WHERE TotalBulkLoad.PersonId = Customer.Id</p>
<p>Really helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/#comment-2488</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 24 Jun 2010 17:16:48 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/06/24/bulk-processing-with-nhibernate.aspx#comment-2488</guid>
		<description>Awesome post. What you say &quot;Issue single UPDATE statement to target table with the WHERE clause joining to the CSV-imported table&quot;, what do you mean? Can you give an example.</description>
		<content:encoded><![CDATA[<p>Awesome post. What you say &#8220;Issue single UPDATE statement to target table with the WHERE clause joining to the CSV-imported table&#8221;, what do you mean? Can you give an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey coogan</title>
		<link>http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/#comment-2487</link>
		<dc:creator>corey coogan</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:52:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/06/24/bulk-processing-with-nhibernate.aspx#comment-2487</guid>
		<description>Thanks for the tips.  This will surely come in handy some day.

One question though.  Why the IUnitOfWork impl?  Is there a reason you didn&#039;t just use the ISession, which is a UoW in its own right?</description>
		<content:encoded><![CDATA[<p>Thanks for the tips.  This will surely come in handy some day.</p>
<p>One question though.  Why the IUnitOfWork impl?  Is there a reason you didn&#8217;t just use the ISession, which is a UoW in its own right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
