manuzhang commented on PR #5392:
URL: https://github.com/apache/iceberg/pull/5392#issuecomment-1200325517

   @rdblue I've moved into cloning session and disabling AQE into 
`RewriteDataFilesSparkAction`.
   
   When multiple rewrite actions are submitted concurrently as follows, they 
will block each other when loading table due to locks in `HiveExternalCatalog`. 
That hurts the overall performance of rewrite actions.
   
   ```
   CALL spark_catalog.system.rewrite_data_files(table => 'default.table', 
options => map('max-concurrent-file-group-rewrites', '200'));
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to