clickhouse-js icon indicating copy to clipboard operation
clickhouse-js copied to clipboard

Implement support of RowBinary or Native data format

Open mshustov opened this issue 2 years ago • 1 comments

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.

mshustov avatar Aug 07 '22 16:08 mshustov

See example in #69

slvrtrn avatar Aug 30 '22 09:08 slvrtrn