Hi,
I am looking at my NHibernate-d applications and am noticing a really fast growing transaction log (1000 requests = 100MB in tlog). In theory it's not a problem yet, but most usage on the database is read-only with some occasional writes. But the queries get big with a field-by-field update with NHibernate. So I am also worried that traffic is soon to be multiplied tenfold and so will the tlog.
Ideas?
Thx
dB.
http://www.foodcandy.com
Hibernate version: 1.0.1
Code between sessionFactory.openSession() and session.close(): one session per HTTP session
Name and version of the database you are using: MS SQL 2005