henrib commented on issue #13800:
URL: https://github.com/apache/iceberg/issues/13800#issuecomment-3200737791

   About using the HiveCatalog API to get to the Hive table, the code is simple 
and - hopefully - the performance gain that we could get by creating a new 
dedicated call (thrift and all) and/or direct SQL is a dwarf compared to not 
caching. But it can certainly be done.
   Again, this new method is only meant to improve the HMS / HiveCatalog 
**server side** cache by avoiding serving stale entries.
   There are certainly other cases where 'staleness detection' would be useful; 
 however, my initial issue & PR is simple and narrow, just one method in a 
specific Hive only class.
   I believe the wider and complex issues that are now discussed deserve their 
own issue and discussions.
   
   
   


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