PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

Add support for Clickhouse Enums and LowCardinality data types #2054

Open woodhull opened 3 weeks ago

woodhull commented 3 weeks ago

Clickhouse Enums and LowCardinality data types allow for much better performance and size on disk.

These are not currently supported by PeerDB.

woodhull commented 3 weeks ago

Clickhouse LowCardinality data types seem to work, but are not officially supported.