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
Hi. I'm sorry for asking the question here.
What are the advantages of TCP over the HTTPClickHouse interface? (performance, reliability, security, maintainability, support of different formats like parquet and arrow, streaming support)
As I understand, It is much harder to support Native format and interface because of lack of specification. Most likely, Apache Parquet+ HTTP does not lose in speed to the native interface.
Why have you decided to implement the library on the native interface? Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi. I'm sorry for asking the question here.
What are the advantages of
TCP
over theHTTP
ClickHouse
interface? (performance, reliability, security, maintainability, support of different formats like parquet and arrow, streaming support)As I understand, It is much harder to support Native format and interface because of lack of specification. Most likely,
Apache Parquet
+HTTP
does not lose in speed to the native interface.Why have you decided to implement the library on the native interface? Thank you in advance.
The text was updated successfully, but these errors were encountered: