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
As reported by @bboreham, setting enable_http2 to true causes all shards to be sent over one socket. This is not performant at high data rates. We should consider changing the default value to false.
It is not clear to me whether this might break something for users who rely on enable_http2 being true. We need to look into it before changing the defaults.
Use case
Better performance.
The text was updated successfully, but these errors were encountered:
Request
As reported by @bboreham, setting
enable_http2
totrue
causes all shards to be sent over one socket. This is not performant at high data rates. We should consider changing the default value tofalse
.It is not clear to me whether this might break something for users who rely on
enable_http2
beingtrue
. We need to look into it before changing the defaults.Use case
Better performance.
The text was updated successfully, but these errors were encountered: