clickhouse-docs
clickhouse-docs copied to clipboard
[Question] Kafka Engine Compression
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.