-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Closed
Copy link
Description
We have been running the industry standard TechEmpower benchmarks on .NET against a PostgreSQL database for several years. In particular, the Fortunes benchmark is particularly relevant to EF scenarios. We have multiple variations of this benchmark, including:
- An implementation that uses ADO.NET directly. This is the fastest implementation of the three listed here.
- An implementation that uses Dapper. This is slower than using ADO.NET directly, but still fast.
- An implementation that uses EF Core. This is currently the slowest implementation of the three.
The goal for EF Core 6.0 is to get the EF Core performance to match that of Dapper on the TechEmpower Fortunes benchmark. This is a significant challenge which may not be fully achieved in EF Core 6.0. Nevertheless, we will get as close as we can.
domagojmedo, bachratyg, u-less, lucian-asterx, sidneyxvr and 29 moreErikEJ, Zoxive, domagojmedo, JadynWong, YohanSciubukgian and 10 moretomaszzmudzinski, JuanFcoMiranda, gojanpaolo, ddo88 and leopriposRainingNight, msallin, loic-sharma, HymanZHAN, nelsonprsousa and 3 more