<?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"
	>
<channel>
	<title>Comments on: Hibernate 3.1-something performance problems cont&#39;d</title>
	<atom:link href="http://martijndashorst.com/blog/2006/11/28/hibernate-31-something-performance-problems-contd/feed/" rel="self" type="application/rss+xml" />
	<link>http://martijndashorst.com/blog/2006/11/28/hibernate-31-something-performance-problems-contd/</link>
	<description>Ramblings on Java, Wicket, cats and other stuff</description>
	<pubDate>Thu, 20 Nov 2008 18:47:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Benoit WIART</title>
		<link>http://martijndashorst.com/blog/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-8</link>
		<dc:creator>Benoit WIART</dc:creator>
		<pubDate>Thu, 30 Nov 2006 10:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-8</guid>
		<description>Hibernate seems to maintain this cache per resulset through the loader (see org.hibernate.jdbc.ResultSetWrapper and org.hibernate.jdbc.ColumnNameCache)
For others (good ?) jdbc implementations this trick is done inside the driver...</description>
		<content:encoded><![CDATA[<p>Hibernate seems to maintain this cache per resulset through the loader (see org.hibernate.jdbc.ResultSetWrapper and org.hibernate.jdbc.ColumnNameCache)<br />
For others (good ?) jdbc implementations this trick is done inside the driver&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://martijndashorst.com/blog/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-7</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 28 Nov 2006 19:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-7</guid>
		<description>Pretty interesting find, I've worked with hibernate for quite a while now and never knew about this feature.  The only thing I'd question is how much does this increase the memory foot print of an application.  It looks like for every entity you have mapped in your application you will have a cache (map) of column name to index number.  This is probably ok, unless your application has thousands or entities.  Either way, nice find.</description>
		<content:encoded><![CDATA[<p>Pretty interesting find, I&#8217;ve worked with hibernate for quite a while now and never knew about this feature.  The only thing I&#8217;d question is how much does this increase the memory foot print of an application.  It looks like for every entity you have mapped in your application you will have a cache (map) of column name to index number.  This is probably ok, unless your application has thousands or entities.  Either way, nice find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn Dashorst</title>
		<link>http://martijndashorst.com/blog/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-6</link>
		<dc:creator>Martijn Dashorst</dc:creator>
		<pubDate>Tue, 28 Nov 2006 12:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-6</guid>
		<description>LOL, thanks very much for this quick fix. You're a man of few words but great deeds!</description>
		<content:encoded><![CDATA[<p>LOL, thanks very much for this quick fix. You&#8217;re a man of few words but great deeds!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit WIART</title>
		<link>http://martijndashorst.com/blog/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-5</link>
		<dc:creator>Benoit WIART</dc:creator>
		<pubDate>Tue, 28 Nov 2006 11:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/2006/11/28/hibernate-31-something-performance-problems-contd/#comment-5</guid>
		<description>You're welcome</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.674 seconds -->
