Sam-Serpoosh commented on issue #9143:
URL: https://github.com/apache/hudi/issues/9143#issuecomment-1640911318

   @ad1happy2go  Looks like `REPLICA IDENTITY FULL` is mostly discouraged by PG 
([interesting article](https://xata.io/blog/replica-identity-full-performance) 
and [SO Thread](https://stackoverflow.com/a/67979022/1433222)). It would be 
**ideal** not to have to change this setting to `FULL` to avoid the downsides.
   
   I know Hudi has the limitation on **global uniqueness** when dealing with 
**partitioned Hudi Tables**. So is there any way to make this work with 
**partitioned Hudi Tables** without having to set REPLICA IDENTITY to `FULL`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to