danny0405 commented on issue #13522: URL: https://github.com/apache/hudi/issues/13522#issuecomment-3047068298
you can remove the index relelated options, the `metadata table` is used for storing metadata info like: file handles, col_stats. Some write index also utilize metadata table such as RLI(record level index), SI, EI. Because your case is an INSERT, there is no need for any write index here, write index mainly serves for table with primary keys. -- 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]
