Octonica / ClickHouseClient

ClickHouse .NET Core driver
Apache License 2.0
138 stars 23 forks source link

Which protocol does ClickHouseClient use behind the scene? #80

Closed Ceyword closed 1 year ago

Ceyword commented 1 year ago

Which protocol does ClickHouseClient use behind the scene?

Is it HTTP?

Are we limited to HTTP, since it has limited functionality?

victor-sushko commented 1 year ago

ClickHouseClient implements the native binary protocol.

Are we limited to HTTP, since it has limited functionality?

Both HTTP and native TCP protocols have some limitations. The major feature missing in the native protocol is FORMAT clause.