-
DescriptionHas this actually been fixed (item #23203)? That is, I'm trying to use Version 24.2.1.202409221725 - with various version of the Snowflake JDBC driver, and I can't find any way to disable the extra metadata queries. I've tried all above (unchecking ALL of Metadata: Show row count for tables And I still get the extra queries, such as: show /* JDBC:DatabaseMetaData.getForeignKeys() */ imported keys in database "ZZZZZ"; Which causes the whole tool to just hang forever in our environment because of the catalog size here. Is there a way to truly turn off all the extra meta-data querying? Was this fix undone by new versions? Thanks- DBeaver VersionCommunity Edition Version 24.2.1.202409221725 Operating SystemWindows 10 Enterprise Database and driverSnowflake snowflake-jdbc-3.14.0.jar Steps to reproduceRun a query - review the Snowflake Query Activity and see all the metadata queries still executing despite unchecking everything that should prevent them. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Thank you ! That last checkbox made it work. |
Beta Was this translation helpful? Give feedback.
I suggest checking the setting
Do not read tables metadata in SQL and data editors
inConnection configuration->Metadata
. Does it help?Have you noticed what you are doing when DBeaver sends this query? You can view all queries DBeaver sends to the database in Query Manager. To use it:
Open Query Manager
Turn on showing all types of queries