bhasudha commented on issue #1737: URL: https://github.com/apache/hudi/issues/1737#issuecomment-644955989
@cocopc configuring the limit of parquet file size can help too - https://hudi.apache.org/docs/configurations.html#limitFileSize and when to consider it a a small file https://hudi.apache.org/docs/configurations.html#compactionSmallFileSize. This will help COW and MOR. Additionally for MOR the log files can be sized based on these configs - https://hudi.apache.org/docs/configurations.html#logFileMaxSize and https://hudi.apache.org/docs/configurations.html#logFileToParquetCompressionRatio ---------------------------------------------------------------- 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]
