Add this to your NH configuration <property name="order_inserts">false</property>
Blog post: http://fabiomaulo.blogspot.com/2011/03/nhibernate-32-batching-improvement.html The default is true because in most of scenarios it end with better performances and round-trips optimizations. btw a batch-size of 1000 is not so good always. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/AVmRuVh0YXIJ. 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.
