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

Fix slowness in performance mode and failover not working when protocol is unsupported #995

Merged
merged 5 commits into from
Jul 15, 2022

Conversation

zhicwu
Copy link
Contributor

@zhicwu zhicwu commented Jul 13, 2022

  • fix slowness issue when buffering mode is PERFORMANCE - now it's as fast as patch9 with less memory footprints
  • fix failover not working when protocol is unsupported - now you can use clickhouse-jdbc-<version>-<protocol>.jar to connect to jdbc:ch:http://localhost,(grpc://localhost),(tcp://localhost)/system?failover=3
  • add readonly support in CLI client

@zhicwu zhicwu marked this pull request as draft July 13, 2022 15:00
@zhicwu zhicwu marked this pull request as ready for review July 15, 2022 10:50
@zhicwu zhicwu merged commit db0bd80 into ClickHouse:develop Jul 15, 2022
@zhicwu zhicwu linked an issue Jul 15, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC] Support multiple endpoints for load balancing and failover
1 participant