Revision: 4625
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4625&view=rev
Author: fabiomaulo
Date: 2009-07-14 18:35:45 +0000 (Tue, 14 Jul 2009)
Log Message:
-----------
Extra lazy fetching
Modified Paths:
--------------
branches/2.1.x/nhibernate/doc/reference/modules/performance.xml
Modified: branches/2.1.x/nhibernate/doc/reference/modules/performance.xml
===================================================================
--- branches/2.1.x/nhibernate/doc/reference/modules/performance.xml 2009-07-14 18:29:22 UTC (rev 4624)
+++ branches/2.1.x/nhibernate/doc/reference/modules/performance.xml 2009-07-14 18:35:45 UTC (rev 4625)
@@ -43,6 +43,14 @@
</listitem>
<listitem>
<para>
+ <emphasis>"Extra-lazy" collection fetching</emphasis> - individual
+ elements of the collection are accessed from the database as needed.
+ Hibernate tries not to fetch the whole collection into memory unless
+ absolutely needed (suitable for very large collections)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<emphasis>Batch fetching</emphasis> - an optimization strategy
for select fetching - NHibernate retrieves a batch of entity instances
or collections in a single <literal>SELECT</literal>, by specifying
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|