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 2022/01/17 21:52:41 UTC

[GitHub] [iceberg] rdblue commented on pull request #3908: Hive: HiveCatalog listTables takes minutes if there are thousands tab…

rdblue commented on pull request #3908:
URL: https://github.com/apache/iceberg/pull/3908#issuecomment-1014910744


   > Can it be improved if change to parallelStream?
   
   Iceberg doesn't use streams for parallelism because they are quite limited. When parallelizing operations, be sure to use `Tasks` instead.


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