Archive for category NHibernate.Shards

Movements on NHibernate.Contrib

The non-Core projects on NHibernate are on moving into NHibernate.Contrib. This is the list of projects that we can use and its states:

  • NHibernate.Burrow/
  • NHibernate.Caches.MemCache/
  • NHibernate.Caches.Prevalence/
  • NHibernate.Caches.SysCache/
  • NHibernate.Caches.SysCache2/
  • NHibernate.JetDriver/
  • NHibernate.Mapping.Attributes/
  • NHibernate.Shards/
  • NHibernate.Tasks/
  • NHibernate.Tool.hbm2net/
  • NHibernate.UserTypes.Oracle/
  • NHibernate.UserTypes.SqlTypes/
  • NHibernate.Validator/
  • NHibernate.Search (not moved yet)

    The new projects here are: Search, Validator, Shards and Burrow. The first two are ready to use. NHibernate Shards is on development (I’m working on it) and Burrow is on development by Fabio Maulo and Kailuo Wang.

     

    NHibernate Shards need some improvements on NHibernate-Core to make the port a little more easier (i.e. Entity-Name).

  • 3 Comments

    Porting Hibernate Shards

    NHibernate Validator now it’s ported at a 98 %, rest some details that I gonna take into a account later. For that reason I begin the port of Hibernate Shards.

    NHibernate Shards will allow extend the NHibernate core for in order to get Horizontal Partitioning in our databases.

    Stay tuned, you gonna hear more about Shards. Meanwhile, you can take a look at SVN for code.

    8 Comments