Skip to content

Use ClickHouse native client to read database tables #7016

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

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

bnaecker
Copy link
Collaborator

@bnaecker bnaecker commented Nov 8, 2024

- Most of the work to use the native client during schema updates was
  already done in #6943. One annoyingly small exception is the code that
  lists the tables in the database, which we use for expunging old
  timeseries schema from all the relevant tables. This switches to using
  the native client to list tables too.
- Fixes #7015
@bnaecker bnaecker force-pushed the use-native-client-for-schema-updates branch from c4ed11a to 6d6589d Compare November 8, 2024 00:35
@bnaecker bnaecker enabled auto-merge (squash) November 8, 2024 00:40
@bnaecker bnaecker merged commit 5660966 into main Nov 8, 2024
16 checks passed
@bnaecker bnaecker deleted the use-native-client-for-schema-updates branch November 8, 2024 02:08
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.

ClickHouse schema updates still use the HTTP client
2 participants