Clickhouse: LowCardinality is not documented

Created on 12 Jun 2019  路  6Comments  路  Source: ClickHouse/ClickHouse

I checked docs on LowCardinality but cannot find any except some mentions in changelog. So I'm creating this issue to keep track of it.

comp-documentation comp-lowcardinality question

All 6 comments

The Altinity blog is a great place to start: https://www.altinity.com/blog/2019/3/27/low-cardinality

Thanks for the link, already found this one and some others. But documented, it should be ;) From discussions I found here I understand it's production ready.

From discussions I found here I understand it's production ready.

I wouldn't be so sure.

In some queries (like SELECT ... FROM ... WHERE low_card_column IN (...a lot of strings...) I found it to be 100s times slower than normal String. I've checked in CH 19.5, maybe it has improved, but I wouldn't count on it.

@BayoNet I cannot find LowCardinality in documentation.
LowCardinality feature is used in production since long time ago.

Ok. I'll do it ASAP.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

atk91 picture atk91  路  3Comments

jimmykuo picture jimmykuo  路  3Comments

zhicwu picture zhicwu  路  3Comments

bseng picture bseng  路  3Comments

jangorecki picture jangorecki  路  3Comments