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
Use ClickHouse native client to read database tables (#7016)
- 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
0 commit comments