bvaradar commented on issue #2240: URL: https://github.com/apache/hudi/issues/2240#issuecomment-725562535
How can I control the Hudi output file size? https://cwiki.apache.org/confluence/display/HUDI/FAQ#FAQ-HowdoItoavoidcreatingtonsofsmallfiles is it gonna improve the performance if I use a single partition? Not necessarily, It depends on the amount of data in the table. Partitioning bounds the number of records in a directory and is helpful for certain queries as well. ---------------------------------------------------------------- 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]
