When querying any table, the query gets stuck with the status "Loading database_name#database_name ForeignKeys" and never completes. If I disconnect from the database and reconnect, sometimes queries work normally.
This issue happens only in databases with a large number of tables (over 350), mainly partitioned tables. Disabling the Foreign Key feature does not fix the problem.
Additionally, when trying to list tables for the first time, I often get a "connection timeout". On the second attempt, the tables load, but querying any of them leads to the issue.
When querying any table, the query gets stuck with the status
"Loading database_name#database_name ForeignKeys"
and never completes. If I disconnect from the database and reconnect, sometimes queries work normally.This issue happens only in databases with a large number of tables (over 350), mainly partitioned tables. Disabling the Foreign Key feature does not fix the problem.
Additionally, when trying to list tables for the first time, I often get a
"connection timeout"
. On the second attempt, the tables load, but querying any of them leads to the issue.