yuzhaojing commented on pull request #3252: URL: https://github.com/apache/hudi/pull/3252#issuecomment-877658367
> > > what is the different between insert and append only? > > > > > > The append-only mode's behavior is to write data to the new base file without index. You can view the changed files. > > is insert mode need scan index? In Flink stream, insert mode don't need scan index, but it is possible to assign it to exists fileId and merge it. The append-only mode avoid this happened when record don't update. -- 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]
