dmenin commented on issue #3975:
URL: https://github.com/apache/hudi/issues/3975#issuecomment-968061155


   thanks for the GLOBAL index tips, but based on my observations, I dont think 
it will perform.
   
   yes, I am using COW. Interesting point you made. Just to make sure I 
understand, if I have one file with 10 rows and I delete one, HUDI will 
re-write that file (or maybe create a new one), now with 9 rows? Does that 
process happen on a row by row basis? In other words, if I have 2 rows being 
deleted, does it go trough the process twice or can hudi realise that, assuming 
both rows are on the same file, it can create the new file just once?


-- 
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