Recycle ADO.NET objects in update pipeline #15546
Labels
area-perf
punted-for-7.0
Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints.
type-enhancement
Milestone
There's a potential to reduce allocations by internally recycling DbParameter, DbCommand, and DbConnection instances - this should be a relatively low hanging fruit.
Am creating this issue to remember this possible avenue, but we should first do a proper memory profiling session and identify the biggest offenders first (ADO.NET may not be high on the list).
The text was updated successfully, but these errors were encountered: