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 10:12:56 UTC

[GitHub] [iceberg] vanliu-tx edited a comment on pull request #3908: Hive: HiveCatalog listTables takes minutes if there are thousands tab…

vanliu-tx edited a comment on pull request #3908:
URL: https://github.com/apache/iceberg/pull/3908#issuecomment-1014350321


   > Can it be improved if change to `parallelStream`?
   
   I don't think so. Besides, in our production, we use different namespace schema for different table type. For example, tables under namespace iceberg_{biz_id} are all iceberg tables, tables under namespace hive_{biz_id} are all hive partition tables. It's  wasting time for method call `List<Table> tableObjects = clients.run(client -> client.getTableObjectsByName(database, tableNames))` in our env.


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