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

Implement support of RowBinary or Native data format #25

Open
mshustov opened this issue Aug 7, 2022 · 1 comment
Open

Implement support of RowBinary or Native data format #25

mshustov opened this issue Aug 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mshustov
Copy link
Member

mshustov commented Aug 7, 2022

Based on testing performed by Python ClickHouse client and clickhouse-jdbc, the RowBinary format has a lower memory and CPU footprint.
We can start with implementing support of a small subset of data types (numeric, string, boolean, etc.) to ensure the performance of nodejs client benefits of supporting an additional format.

@slvrtrn slvrtrn added the enhancement New feature or request label Aug 30, 2022
@slvrtrn
Copy link
Contributor

slvrtrn commented Aug 30, 2022

See example in #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants