table designer perf improvement - add user setting for preload db model (#20608)

* add user setting for preload db model

* vbump sts

* more description
This commit is contained in:
Alan Ren
2022-09-15 14:25:36 -07:00
committed by GitHub
parent 08a9527314
commit cddfc7fd92
5 changed files with 52 additions and 2 deletions

View File

@@ -188,5 +188,6 @@
"title.newTable": "New Table",
"title.designTable": "Design",
"mssql.parallelMessageProcessing" : "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed."
"mssql.parallelMessageProcessing" : "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.",
"mssql.tableDesigner.preloadDatabaseModel": "Whether to preload the database model when the database node in the object explorer is expanded. When enabled, the loading time of table designer can be reduced. Note: You might see higher than normal memory usage if you need to expand a lot of database nodes."
}