EntityFrameworkPaginate icon indicating copy to clipboard operation
EntityFrameworkPaginate copied to clipboard

Performance improvement

Open wendelti opened this issue 6 years ago • 2 comments

This code may run up to 11% faster because the same query plan is used every time the query is run, which saves CPU time and avoids polluting the query cache.

wendelti avatar Jul 18 '18 19:07 wendelti