<?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: Hibernate performance and optimization</title>
	<atom:link href="http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/</link>
	<description>Agile and Programming</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MyWeeklyLinks – Week 7 &#171; Ole Morten Amundsen</title>
		<link>http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/comment-page-1/#comment-78712</link>
		<dc:creator>MyWeeklyLinks – Week 7 &#171; Ole Morten Amundsen</dc:creator>
		<pubDate>Sun, 21 Feb 2010 14:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=1029#comment-78712</guid>
		<description>[...] blog: Hibernate performance and optimization OMA: Using an ORM like Hibernate? Then this is a MUST [...]</description>
		<content:encoded><![CDATA[<p>[...] blog: Hibernate performance and optimization OMA: Using an ORM like Hibernate? Then this is a MUST [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/comment-page-1/#comment-78711</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=1029#comment-78711</guid>
		<description>Thanks. It&#039;s been something I&#039;ve been wanting to write for a while. Hope it helps.</description>
		<content:encoded><![CDATA[<p>Thanks. It&#8217;s been something I&#8217;ve been wanting to write for a while. Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SM</title>
		<link>http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/comment-page-1/#comment-78710</link>
		<dc:creator>SM</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=1029#comment-78710</guid>
		<description>Useful post. Thanks</description>
		<content:encoded><![CDATA[<p>Useful post. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/comment-page-1/#comment-78709</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=1029#comment-78709</guid>
		<description>Yeah, I know it can be of use. My point was that you should not do it unless you are absolutely sure why you are doing it. :) Usually it is done because that&#039;s the only way an inexperienced developer can get their damaged mapping to work. :)</description>
		<content:encoded><![CDATA[<p>Yeah, I know it can be of use. My point was that you should not do it unless you are absolutely sure why you are doing it. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Usually it is done because that&#8217;s the only way an inexperienced developer can get their damaged mapping to work. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://blog.f12.no/wp/2010/02/16/hibernate-performance-and-optimization/comment-page-1/#comment-78708</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=1029#comment-78708</guid>
		<description>There are situations where explicit flushing can improve performance.  Consider a long running (single) transaction where hundreds of records are being inserted.  It is possible for the session cache to have so many objects in it that the dirty checking of all those objects takes a huge amount of time.  Flushing at regular intervals (e.g. every 50 -100 objects) can improve performance dramatically.  In general though I agree with you, but you need to keep in mind that what is good for your application is not necessarily good for every application.</description>
		<content:encoded><![CDATA[<p>There are situations where explicit flushing can improve performance.  Consider a long running (single) transaction where hundreds of records are being inserted.  It is possible for the session cache to have so many objects in it that the dirty checking of all those objects takes a huge amount of time.  Flushing at regular intervals (e.g. every 50 -100 objects) can improve performance dramatically.  In general though I agree with you, but you need to keep in mind that what is good for your application is not necessarily good for every application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

