ClickHouse / ClickHouse/clickhouse-js
Implement support of RowBinary or Native data format
Open
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
Assessment
This issue has not been assessed yet.