KnightChess commented on issue #8332: URL: https://github.com/apache/hudi/issues/8332#issuecomment-1492813225
insert overwrite will still deal with small file, you can use `bulk insert` avoid it to speed up, but it only support to `insert into` which is not idempotent operation, you need truncate partitions is you want to insert. Fortunately, the community has related patch support bulk overwrite, #8076 , you can try it. -- 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]
