I would like to configure a master - slave setup on the RIS database. This would
involve splitting the SQL read/write operations so that writes go to the master, and
reads go to the slaves. Is it possible to configure NHibernate to do this?
With Hibernate, it is possible by configuring the JDBC driver to do this.
Thanks!
Igor