satishkotha commented on issue #1872: URL: https://github.com/apache/hudi/issues/1872#issuecomment-663788217
Hi, Number of 'createMarkerFile' calls = (number of partitions) + (number of file groups) *touched* by upsert operation. What is the partition for your workload? What is the 'hoodie.parquet.small.file.limit'? If you have a lot of small files, then we likely need to create a lot of markers (if upsert workload is distributed across multiple file groups). ---------------------------------------------------------------- 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]
