Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support using native tcp #536

Open
itziklavon opened this issue Jan 5, 2021 · 4 comments
Open

support using native tcp #536

itziklavon opened this issue Jan 5, 2021 · 4 comments
Labels
enhancement module-tcp TCP/Native client

Comments

@itziklavon
Copy link

Hi,
is there anyway to add support for native port(9000)
there are some performance improvements

so that there is this project:
https://github.com/housepower/ClickHouse-Native-JDBC
which supports it
however, it does not support secure connection

thanks, Itzik

@zhicwu
Copy link
Contributor

zhicwu commented Jan 5, 2021

It's going to take a while... We need to refactor the code to abstract protocol layer first, and then we should be able to add support for both grpc and native. #537 is the roadmap I can think of at this point.

@zhicwu zhicwu added this to the 0.4.0 release milestone Jan 31, 2021
@zhicwu zhicwu added the module-tcp TCP/Native client label Oct 6, 2021
@zhicwu zhicwu modified the milestones: 0.4.0 release, 0.3.3 release Dec 29, 2021
@zhicwu
Copy link
Contributor

zhicwu commented Dec 29, 2021

0.3.2 supports two interfaces: http and grpc. I'll add tcp in 0.3.3.

As to performance, I think 0.3.2 performs well according to benchmark results at #768.

@zhicwu zhicwu linked a pull request Jan 1, 2022 that will close this issue
@zhicwu zhicwu modified the milestones: 0.4 release, 0.5 release Jan 17, 2023
@mshustov mshustov removed this from the 0.6 release milestone Dec 4, 2023
@yaohaizh
Copy link

yaohaizh commented Dec 18, 2023

Second this. @zhicwu When this will be supported? Any plan for this? Thanks a lot.

https://github.com/housepower/ClickHouse-Native-JDBC is quite buggy and not mature.

@amolsr
Copy link

amolsr commented May 8, 2024

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement module-tcp TCP/Native client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants