Search code examples
performancenhibernatebatch-filemigrationsecond-level-cache

Is it worth migrating to NHibernate 2.x from NHibernate 1.2?


We are using nHibernate 1.2 in a system which is not performing good. Will there be some performance improvement if we migrate to latest version of nHibernate?

Overall is it a good idea to migrate to the latest version of nHibernate?

EDIT: I want to use following features to improve performance.
1. Second level cache. 2. Joined Table. 3. MultiQuery to batch queries.


Solution

  • If performance is your problem, consider using the NHibernate Profiler.

    NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate.