|
|
|
|
|
by magicalhippo
509 days ago
|
|
Good to know, though we have mostly either trivial (ie by indexed key) or complex queries, with very few "medium complexity" queries. For the complex ones we like to have full control as it almost always turns into a major ops issue if the queries are not performing well. Though perhaps if we can catch changes of the generated queries in our test suite we could let EF generate them. Trust but verify kinda deal. |
|