Skip to content

Code used to reproduce a performance issue in Entity Framework

Notifications You must be signed in to change notification settings

DanielO398/EFPerformanceIssueRepoduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EFPerformanceIssueRepoduction

Code used to reproduce a memory issue in EntityFramework

Performance issue image

  • ID 1 = 20mb
  • ID 2 = 40mb
  • ID 3 = 60mb
  • ID 4 = 80mb
  • ID 5 = 100mb

What we can clearly see is that find without running the async method, it takes between 150 to 350ms, but async are taking between 13000ms to 280000ms

Memory Issue image

  • With 2 mb binary data Find uses about 52 mb
  • With 2 mb binary data FindAsync uses about 96 mb
  • With 20 mb binary data Find uses about 63 mb
  • With 20 mb binary data FindAsync uses about 432 mb

About

Code used to reproduce a performance issue in Entity Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages