You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/12/15 07:53:50 UTC

[GitHub] [iceberg] liupan664021 edited a comment on issue #3741: [Improvement] ParallelIterable#hasNext submit reading ManifestFile task slowly with DataTableScan#planTasks

liupan664021 edited a comment on issue #3741:
URL: https://github.com/apache/iceberg/issues/3741#issuecomment-994431903


   I met the same problem with you when using iceberg connector in presto. The `ManifestFiles.read()` is executed serially which can significantly slow down the file plan if manifest file is masssive. And I made similar fix as you but I haven't test the performance improvement yet. I think delaying the `ManifestFiles.read()` to parallel threads is more reasonable.


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org