From: <fab...@us...> - 2009-07-14 18:37:12
|
Revision: 4626 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4626&view=rev Author: fabiomaulo Date: 2009-07-14 18:37:08 +0000 (Tue, 14 Jul 2009) Log Message: ----------- Merge r4625 Modified Paths: -------------- trunk/nhibernate/doc/reference/modules/performance.xml Modified: trunk/nhibernate/doc/reference/modules/performance.xml =================================================================== --- trunk/nhibernate/doc/reference/modules/performance.xml 2009-07-14 18:35:45 UTC (rev 4625) +++ trunk/nhibernate/doc/reference/modules/performance.xml 2009-07-14 18:37:08 UTC (rev 4626) @@ -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. |