long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185 stars 43 forks source link

What is the performance of asynch? #110

Open sgjurano opened 3 months ago

sgjurano commented 3 months ago

Hi! First of all, thank you for your work, the native asyncio driver for ClickHouse is very much in demand.

Unfortunately, I did not find the benchmarking results in the documentation, did you compare the performance of asynch with the baseline of clickhouse_connect?