luedi wrote:
Hi Ioba,
i think NHibernate is not the appropriate tool for working with mass data. In your case i would try to implement the import job via plain ADO.NET.
If you are using .NET 2.0 and NHibernate 1.2 you may try to set hibernate.adonet.batch_size to a non-zero value (see NHibernate reference, chapter 15.6).
Regards
Klaus
Yes, i'm using .net 2.0 and nhibernate 1.2 but batch fetching doesnt apply here. The only time when NHibernate is being used is after record has been converted to nHibernate objects and save or updated record by record. As this was done on a per record basis, there's no need for batch transactions of multiple updates.. (IF i'm getting the idea of how it works here correctly)