linq « Search « JPA Q&A





1. NHibernate Linq Query is 3x slower than HQL    stackoverflow.com

I have a simple test that runs a query 5000 times. The linq version of the query takes over 3 times the HQL and the cached Linq version is significantly slower ...