nsivabalan edited a comment on issue #1757: URL: https://github.com/apache/hudi/issues/1757#issuecomment-813112202
Hudi also has an optimized version of bulk insert with row writing which is ~30 to 40% faster than regular bulk_insert. You can enable this by setting this config "hoodie.datasource.write.row.writer.enable" to true. Also, we have 3 different sort modes in bulk_inserts. https://hudi.apache.org/docs/configurations.html#withBulkInsertSortMode Feel free to play around these config knobs for better perf. Closing this due to no activity. But feel free to reach out to us if you need more help. Happy to assist you. -- 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: [email protected]
