I installed HeidiSQL 3 RC4 and i find that the connection time has really slowed down a lot. Starting up the program is just as quick as always, but when connection to a server it gets slow.
The first couple of arguments go rather quick, but when these commands come around waiting time starts:
SHOW FULL PROCESSLIST
SHOW DATABASES
SHOW TABLES FROM table1
SHOW TABLES FROM table2
SHOW TABLES FROM table etc
It's probably this slow because every table gets checked out and added to some temp-file for quicker access. But when i connect to a server to find some data i don't need all tables to be added to the temp-file. Since there are 50+ DB's and more than just a couple of GB's on the server this takes quite some time. Would it be possible to change this back to the old update when needed style?
P.S. Perhaps it's also possible to save the 'Show All' choice when there are more then 50 DB's since i now have an extra click every time...