bvaradar commented on issue #1569:
URL: https://github.com/apache/incubator-hudi/issues/1569#issuecomment-620806109


   @nandini57, You can prefix with a timestamp like 
"<batch_timestamp_<hash_of_business_key>" to get ordering benefits. 
   From your description, it looks like you essentially want the table to be a 
log of all record changes and you are simply inserting new records and no 
updates are possible. Right ?  In this case,  you can simply use 
bulk-insert/insert APIs which would avoid record-key index lookups in the first 
place. 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to