hatarist / clickhouse-cli

A third-party client for the Clickhouse DBMS server.
Other
248 stars 42 forks source link

output buffering #44

Closed 1a1a11a closed 3 years ago

1a1a11a commented 3 years ago

Awesome work! I am trying to export some data (10sGB) from clickhouse on a node with limited DRAM, clickhouse-cli buffers the data before output and uses too much DRAM (and OOMed), is it possible to allow efficient data export? Thank you!