Slow suggestion cache since updating
Posted: Mon 13 Apr 2015 12:18
Hi,
I am using MS SSMS v. 11.0.5058 and dbForge SQL Complete Express Edition v. 4.8.43.1. I updated dbForge recently after not having upgraded for a few years, and now notice that there is a noticable delay every time I "start working" with a table that I haven't had suggestions shown for before. Before the upgrade, the cache would be 100% there and ready instantly for suggesting. Now however, if I for example type this:
SELECT * FROM Customer where
... it will sometimes take a second for it to load the table column names on-the-fly. At worst, I will type faster than the cache loads (for example, I type "where a", because I know I want to use a column that begins with "a"), and I end up with a statement where it doesn't suggest anything useful, because the cache hadn't been loaded when I finished typing the "where" keyword.
It does this every time I begin typing with a new table name, as if it's caching the column names on-demand instead of loading the entire database's schema either upon connecting to the server or doing a "Reset Suggestions Cache" from the menu.
Am I correct that something has changed with regards to this lately, and is there a way to make the suggestions load fully?
I am using MS SSMS v. 11.0.5058 and dbForge SQL Complete Express Edition v. 4.8.43.1. I updated dbForge recently after not having upgraded for a few years, and now notice that there is a noticable delay every time I "start working" with a table that I haven't had suggestions shown for before. Before the upgrade, the cache would be 100% there and ready instantly for suggesting. Now however, if I for example type this:
SELECT * FROM Customer where
... it will sometimes take a second for it to load the table column names on-the-fly. At worst, I will type faster than the cache loads (for example, I type "where a", because I know I want to use a column that begins with "a"), and I end up with a statement where it doesn't suggest anything useful, because the cache hadn't been loaded when I finished typing the "where" keyword.
It does this every time I begin typing with a new table name, as if it's caching the column names on-demand instead of loading the entire database's schema either upon connecting to the server or doing a "Reset Suggestions Cache" from the menu.
Am I correct that something has changed with regards to this lately, and is there a way to make the suggestions load fully?