Preventing DBeaver from listing the imported keys #37733
Answered
by
E1izabeth
Thomas-LEILLET-Sanofi
asked this question in
Q&A
-
DescriptionWhenever I try to access some INFORMATION_SCHEMA or metadata, it seems that DBeaver (?) also trigger this query to Snowflake that can take so much time. Is there a way to prevent it ? (launching same SQL from Snowsight does not do the same so it is either in DBeaver or the JDBC driver default behavior but I would bet on DBeaver. DBeaver VersionCE 25.0.0.202503021833 Operating SystemWin11 Database and driverSnowflake Steps to reproduceNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
E1izabeth
Mar 13, 2025
Replies: 1 comment
-
Hi, @Thomas-LEILLET-Sanofi |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
E1izabeth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @Thomas-LEILLET-Sanofi
This query is sent by the JDBC driver, and we can't avoid it or turn off somehow.