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
reading from GCS parallelly is slow, the speed is about the same as reading serially.
after investigate, we found that http2 will reuse connection to send request, so parallelly readers is actually using 1 connection, we can enhance by set disable keep alive=true
Enhancement
reading from GCS parallelly is slow, the speed is about the same as reading serially.
after investigate, we found that http2 will reuse connection to send request, so parallelly readers is actually using 1 connection, we can enhance by set disable keep alive=true
see googleapis/google-cloud-go#1514 too
The text was updated successfully, but these errors were encountered: