ClickHouse / ClickHouse/clickhouse-js

Implement support of RowBinary or Native data format

Open
#25 5 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
331
Forks
74
PR merge metrics
No merged PRs in 30d

Description

Based on testing performed by Python ClickHouse client and [clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-jdbc/issues/784#issuecomment-1104991800), the [RowBinary](https://clickhouse.com/docs/en/interfaces/formats/#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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.