Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ClickHouse native client to read database tables
- 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
- Loading branch information