I'd like to have an ability to specify ClickHouse version in create_client() so client could skip informational queries like SELECT version(), timezone() here
Is your feature request related to a problem? Please describe.
- junk entries in
system.query_log
- broken statistics per client, because these queries are very lightweight and frequent
Describe the solution you'd like
version argument in create_client()
Describe alternatives you've considered
None
I'd like to have an ability to specify ClickHouse version in
create_client()so client could skip informational queries likeSELECT version(), timezone()hereIs your feature request related to a problem? Please describe.
system.query_logDescribe the solution you'd like
versionargument increate_client()Describe alternatives you've considered
None