-
Notifications
You must be signed in to change notification settings - Fork 101
Add support for compression #103
Copy link
Copy link
Closed
Labels
Description
Hello we are trying to do massive insert thru the ODBC drivers of clickhouse and we are not reaching good performances ( compare to what we have with jdbc).
After looking what is sent and received from the ODBC client compare to the jdbc one, we can see that data are not compress at all with the ODBC driver. Due to this lack of compression , the network is becoming the main bottleneck.
Is there any plan to add compression support in the ODBC drivers ?
Thanks in advance
Reactions are currently unavailable