connector-x
connector-x copied to clipboard
go-faster / ch
Hello,
is there a benchmark of connector-x vs go-faster/ch when working with clickhouse?
https://github.com/go-faster/ch
Thank you.
Hi @nongiach , we don't have a benchmark for this.
- connectorx is targeting on returning various dataframes (e.g. pandas in python, arrow in both rust and python) from different databases (e.g. postgres, mysql, clickhouse), while this go-faster/ch is a clickhouse specific client in go without returning the same dataframe.
- We are are connecting to clickhouse through MySQL protocol right now. But if there is a more efficient clickhouse client in Rust, we will happy to switch to it for speeding up connectorx.