Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
88 stars 21 forks source link

Tune tokio features #59

Closed negezor closed 4 months ago

negezor commented 5 months ago

There is no need to use the sync feature as there are no blocking operations in the code. It is also better to use only the rt-multi-thread feature for development, since the full feature includes features that may not be expected in default features.