Hi All, Do we have some tools to migrate data from...
# general
c
Hi All, Do we have some tools to migrate data from ClickHouse to Pinot? thx
k
I think Clickhouse has a export command
Should be simple to build a tool around that
c
Ok thx
x
if u can dump data from ch to parquet then you can build pinot segment from the parquet file
please note pinot segments is 1:1 mapping from parquet files, so don’t use one giant file, you can try to split data to multiple parquet files and partitioned by date etc
c
Thx @User