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
There seems to be no support for compressing the data transferred between server and client. I had a look at the internals and i see there are some flags in the internalConfig for compression that defaults to false. I tried enabling it but seems there is no decompression implemented.
Would be really nice if compression could be added as we see some slow responses related to transfers taking some time.
The text was updated successfully, but these errors were encountered:
Yes large queries would surely see a benfit of that. And it makes sense for the decompression to be handled by the driver instead of outside i think? And even if I wanted to try to do the decompression outside of the driver there is currently no supported way to configure the driver to use compression since the compression is not part of the Config interface we can pass into the initializer.
There seems to be no support for compressing the data transferred between server and client. I had a look at the internals and i see there are some flags in the
internalConfig
for compression that defaults tofalse
. I tried enabling it but seems there is no decompression implemented.Would be really nice if compression could be added as we see some slow responses related to transfers taking some time.
The text was updated successfully, but these errors were encountered: