Skip to content

implement parquet rows to read data from clickhouse in parquet format #9

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

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

agoncear-mwb
Copy link
Contributor

With this PR, now the user of the driver can specify wich underlying format type to use for retrieving data from clickhouse.
This can be usefull when you want to control the amount of memory allocated by the driver, since reading with parquet has significantly less memory overhead compared to arrow, even for small batches.

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2024

CLA assistant check
All committers have signed the CLA.

@auxten
Copy link
Member

auxten commented Jul 19, 2024

Thanks for your contribution! @agoncear-mwb

@auxten auxten merged commit e7afac4 into chdb-io:main Jul 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants