clickhouse-js
clickhouse-js copied to clipboard
Implement support of RowBinary or Native data format
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.
See example in #69