Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ch-go instead of clickhouse-go to improve performance #40

Open
zikwall opened this issue Oct 14, 2023 · 1 comment
Open

Use ch-go instead of clickhouse-go to improve performance #40

zikwall opened this issue Oct 14, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed todo something for future

Comments

@zikwall
Copy link
Owner

zikwall commented Oct 14, 2023

Based on the results of performance tests (https://github.com/ClickHouse/ch-bench#benchmarks ) it can be seen that the low-level API library is much faster than the clickhouse-go (https://github.com/ClickHouse/clickhouse-go) library in terms of data processing speed.

It would be nice to integrate the ability to use a lower-level library (https://github.com/ClickHouse/ch-go) with connection pool support.

@zikwall zikwall added enhancement New feature or request help wanted Extra attention is needed todo something for future labels Oct 14, 2023
@zikwall
Copy link
Owner Author

zikwall commented Oct 14, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed todo something for future
Projects
None yet
Development

No branches or pull requests

1 participant