top | item 34397963

(no title)

ChymeraXYZ | 3 years ago

> And with good ORMs like Entity Framework the underlying queries they generate are predictable.

Right up until they are not and generate crap. I went from "predictable" EF generated queries to handcrafted ones reduced the load on the DB by about 70% while having more queries per second...

discuss

order

asabla|3 years ago

from personal experience this was a much larger problem during .net framework days. Now with EFcore, most generated queries are much more sane and performant