pan3793 commented on issue #6797:
URL: https://github.com/apache/kyuubi/issues/6797#issuecomment-2498016075

   Looks like DBeaver is smarter in this case, it lazily loads the table list 
when user expands the database, but DataGrip just fetches the full databases 
and tables eagerly, this would produce tons of HMS calls when database and 
table numbers are large, it would be slow even with enabling optimization 
introduced in https://github.com/apache/kyuubi/pull/6018, in that case, we can 
do further optimization by parallelizing the table listing under each database


-- 
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: notifications-unsubscr...@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to