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

[Question] Kafka Engine Compression

Open igor-sh8 opened this issue 6 years ago • 6 comments

Hello. I want to create the next schema of work with Clickhouse: c# client (that generate data in Clickhouse Native format) -> Kafka -> Clickhouse Table with Engine=Kafka. Such schema works. But I want to add compression to this schema: c# client (that generate data in Clickhouse Native format but with compression lz4) -> Kafka -> Clickhouse Table with Engine=Kafka. Is it possible, maybe with some parameters, create table in Clickhouse with Kafka Engine that will understand already compressed (with lz4) data from Kafka ? Thanks in advance.

igor-sh8 avatar Jul 25 '19 14:07 igor-sh8