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
Currently the bits grab the entire byte array, load it into a stream, and then send it down the pipe. Just bypass that and use the SqlDataReader.GetStream() instead.
While this hasn't been a serious memory constraint in practice, it's another thing to do for scale.
The text was updated successfully, but these errors were encountered:
Currently the bits grab the entire byte array, load it into a stream, and then send it down the pipe. Just bypass that and use the
SqlDataReader.GetStream()
instead.While this hasn't been a serious memory constraint in practice, it's another thing to do for scale.
The text was updated successfully, but these errors were encountered: