It is not a recommended practice, but I have an HNibernate conversion program that reads data from one database and updates or inserts data for 100,000+ entities with no issues. This is with an Oracle database, so no it is not an NHibernate limitation.
John Davidson On Fri, Feb 4, 2011 at 1:03 PM, Fabio Maulo <[email protected]> wrote: > are you updating 6000 entities in a single session ? > > > On Fri, Feb 4, 2011 at 2:54 PM, Harold Wanyama <[email protected]>wrote: > >> Hi all Iam trying to update upto 6000 entries in my database....Problem I >> face is that the system just updates uptill 1000 entities(In this case >> Farmer entity) and hangs. Any Ideas on the problem? Is it a problem of >> NHibernate not able to deal with so many entities at a go? >> Iam using Mysql database server. >> Harold >> >> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<nhusers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en. >> > > > > -- > Fabio Maulo > > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
