You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Optimize SqlClient connection pool performance (#33580)
* change pool to fetch user object only once and use direct tostirng
change SSPI login buffers to arraypool allocations
* change rental to keep track of rented array in case the caller reassigns
* address feedback
0 commit comments