Bug #55866 | Workbench freezes when changing default schema while table list is retrieved | ||
---|---|---|---|
Submitted: | 9 Aug 2010 21:49 | Modified: | 6 Feb 2013 21:14 |
Reporter: | Matthew Hall | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.26 | OS: | MacOS (10.6.4) |
Assigned to: | CPU Architecture: | Any | |
Tags: | freeze, hang, sql editor |
[9 Aug 2010 21:49]
Matthew Hall
[9 Aug 2010 21:57]
Matthew Hall
I should also note that this behavior also manifests itself in MySQL Workbench hanging when initially opening an SQL Editor. If server performance is slow, or the last (alphabetically) schema on the server is large (many tables/views/procedures), Workbench hangs while populating the "Overview" tab, as the last (alphabetically) schema on the server is selected by default.
[10 Aug 2010 6:16]
Susanne Ebrecht
Please look into general log and try to do the comments by using CLI. Is that as slow?
[10 Aug 2010 13:26]
Matthew Hall
I'm not sure where the "general log" for Workbench is under OS X. If you can direct me to its location, it would help me provide the additional information you've requested. Thanks!
[12 Aug 2010 11:52]
Susanne Ebrecht
You misunderstood me. I meant general log from your server not from Workbench.
[20 Aug 2010 13:24]
Matthew Hall
Log of connecting and changing schema from workbench
Attachment: mysql.log (application/octet-stream, text), 6.09 KiB.
[20 Aug 2010 13:35]
Matthew Hall
The "SELECT 'table'" queries in that log all take just shy of 10 seconds to return results (about 450 rows describe our schema) when running mysql from the command line on the server machine. Our databases don't have many views or routines, so those don't take as long. MySQL Workbench does hang for 20-30 seconds any time it requests that information.
[29 Oct 2010 17:58]
Johannes Taxacher
as workaround, you can disable the overview panel in preferences to increase response time of Workbench when switching between larger schemas
[6 Feb 2013 21:14]
Alfredo Kojima
Closing old bug as the new UI is no longer affected by this