Summary: We\'re having problems with EF4 query compilation times of 12+ seconds. Cached queries will only get us so far; are there any ways we can actually reduce the compil
You could create a view for some of your more complex queries which gives you complete control of the SQL. Then include that view in your data model.