bvaradar commented on issue #2240: URL: https://github.com/apache/hudi/issues/2240#issuecomment-726706132
One optimization to do is to make cleaning run concurrently with ingestion using hoodie.clean.async=true Also, compaction can be made to run in parallel when you make your job run using Structured Streaming or DeltaStreamer : https://hudi.apache.org/blog/async-compaction-deployment-model/ Regarding small files, can you list all the partitions and hoodie folder and attach ? ---------------------------------------------------------------- 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]
