Hi All
I have a question about Flink + Iceberg and partitioning... well, on best practise when it comes to partitioning in general. So I come to those more knowledgeable than I.
What the the relationship between a Flink PK (for upsert / merges) and iceberg partitioning? It seems that if you try to partition that table it MUST be by the Primary Key column? But if that's the case, and there are a high cardinality of keys, then each partition would have a very small amount of records (often only 1), which would be counter productive? I could understand if we could use the bucket partition function, but it's not yet supported. What is best practise in cases like these?
If there is a link / docs, I could be pointed at? (I've also asked on the Iceberg community...)
Thanks in advance