yuqi1129 commented on PR #9475:
URL: https://github.com/apache/gravitino/pull/9475#issuecomment-3689537337

   > How many times can this change reduce the number of `catalogInuse` calls 
per request?
   
   It depends, some API only call `doWithCatalog`  one time, and some will also 
call `validateAlterProperties` and `getHiddenPropertyNames`, which will 
introduce an extra two times.  
   
   For `loadTable`, it will at least reduce the number of calls by two. 


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

Reply via email to