You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "yihua (via GitHub)" <gi...@apache.org> on 2023/06/12 18:38:16 UTC

[GitHub] [hudi] yihua commented on issue #8925: Upsert taking too long to finish

yihua commented on issue #8925:
URL: https://github.com/apache/hudi/issues/8925#issuecomment-1587874608

   Hey @SamarthRaval , based on the stacktrace and Spark UI screenshots you provided, it looks like that the time-taking part is in the meta sync / table refresh in Spark, which does not use the metadata table for file listing, even if the metadata is present in the Hudi table.  Could you try adding this config and see if it improves the latency of the stage: `hoodie.meta.sync.metadata_file_listing = true`?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org