My entities are all small, just a large number of them and in one case I need the ability to manage rollbacks properly to simplify the program.
John Davidson On Fri, Feb 4, 2011 at 1:30 PM, Harold Wanyama <[email protected]> wrote: > It makes alot of sense actually > > > On Fri, Feb 4, 2011 at 9:29 PM, Harold Wanyama <[email protected]>wrote: > >> Thanks >> >> >> On Fri, Feb 4, 2011 at 9:21 PM, José F. Romaniello < >> [email protected]> wrote: >> >>> read all the chapter 12: >>> http://nhforge.org/doc/nh/en/index.html#batch >>> >>> 2011/2/4 Harold Wanyama <[email protected]> >>> >>> Oh.... so what shud I do? >>>> >>>> >>>> On Fri, Feb 4, 2011 at 9:19 PM, Fabio Maulo <[email protected]>wrote: >>>> >>>>> using a single session you are uploading and change all entities in RAM >>>>> >>>>> >>>>> On Fri, Feb 4, 2011 at 3:18 PM, Harold Wanyama <[email protected]>wrote: >>>>> >>>>>> Fabio Yes its in a single session >>>>>> @John then it must be something am doing wrong >>>>>> >>>>>> >>>>>> On Fri, Feb 4, 2011 at 9:07 PM, John Davidson >>>>>> <[email protected]>wrote: >>>>>> >>>>>>> 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]<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]<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]<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]<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]<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.
