Hi all,
We don't have an "UPDATE" use case and all ingested rows will be "INSERT" so 
what is the best way to define PRIMARY key. As of now we have designed primary 
key as per domain object with create_date which is -
<domain_object_key_1>,<domain_object_key_2>,<create_date>

Since its always an INSERT for us , I can potentially use UUID as well .

We use keys for Bloom Index in HUDI so just wanted to know if I get a better 
performance in writing if I will have the UUID vs composite domain keys.

I believe read is not impacted as per the Primary Key as its not being 
considered ?

Please suggest

Reply via email to