Jason Meckley
unread,Aug 15, 2011, 12:05:59 PM8/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhu...@googlegroups.com
probably not as that wouldn't do much good. to start NH is more than just a way to write sql statements. there's caching, proxies, change tracking, optimistic locking, etc. this applies to any relational database it's talking to. so adding NH only distorts the results. a more appropriate comparison would be between mssql and mysql. both are mature platforms and each has different strengths and weaknesses. I would bet that most, if not all of, the comparisons that really matter have nothing to with performance. for example: cost, availability, scalability, administration.
part of the reason for using an ORM is to remove the requirement of which database to target. you are free to choose whichever one you want.