I use MS SQL Server 2008. I have class with property "public virtual
byte [] Data { get; set; }", mapped by "<property name="Data"
length="2500000" />". When I try fill database some files (from 100 kb
to 10 mb), application work is VERY slowly. dotTrace say, that more
80% cpu is take when I call ISession.Flush(), method
NHibernate.Util.CollectionHelper.CollectionEquals<T>(ICollection<T>,
ICollection<T>). Nhibernate compare NEW files byte-to-byte? Why? How I
can disable it?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to