mkabilov / pg2ch

Data streaming from postgresql to clickhouse via logical replication mechanism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Composite fields

niravmehta opened this issue · comments

How do we sync composite fields on PG to nested fields on CH?

I would say that you're doing something wrong, composite fields should be defined as tuples in clickhouse, not nested fields (because they're more like tuples of arrays).