You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2023/01/04 00:55:00 UTC

[GitHub] [hudi] yihua commented on issue #7541: [SUPPORT] It's very slow to savepoint a table which has many (75k) partitions

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

   Hi @haoxie-aws Thanks for raising this issue.  I confirm that the issue is due to unnecessary scanning of the metadata table when the number of partitions is large.  When the metadata table is enabled, due the savepoint operation, for each partition, the metadata table is scanned, which leads to a lot of S3 requests.  I'm working on a fix: HUDI-5485.


-- 
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