brittneybrinsfield / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

[REQ] lazy loading of tables or skip load of tables on connect #1815

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Connecting to the database through the network is sluggish when we have a large 
amount of tables to be displayed on the navigator (+6000). I noticed that 
whenever you open a new navigator tab, even for the same schema/database, 
Sequel Pro reloads the entire tree all over again, making simple queries a pain 
to write.
Would it be possible to add an option to lazy load the tables while the user 
can already start querying the database without having to wait the tree to 
load, or disable it completely? Thanks for the great project you guys have 
done, it's by far the best client i've ever used for MySQL.

Original issue reported on code.google.com by feliz...@gmail.com on 25 Sep 2013 at 1:57