You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/29 02:44:56 UTC

[GitHub] [hudi] jiegzhan commented on issue #2051: [SUPPORT] insert operation didn't insert a new record, instead it updated existing records in my no-primary-key table

jiegzhan commented on issue #2051:
URL: https://github.com/apache/hudi/issues/2051#issuecomment-683224661


   insert is insert, upsert is upsert, if they mixed up, then the behavior got changed, which made underlying data unreliable anymore. 
   
   Are you planning to insert a new row to 1) an existing small file or 2) a new small file? 
   1) is better since S3 won't have a lot small files after issuing many insert queries. 
   


----------------------------------------------------------------
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:
users@infra.apache.org