mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Adding recommendations to query plan (#1373)
* Adding recommendations * Adding raw graph type in execution plan graph contracts * Fixing function name and concising string formatting * Converting localized string to a function * Using better names in contract props Formatting names in a better way * Getting rid of unnecessary getter, setters and private props * Fixing localized strings, comments and imports * Fixing some contracts * Fixing csproj formatting * Fixing var names * Fixing xml comments
This commit is contained in:
@@ -4605,6 +4605,19 @@
|
||||
{1} ({2}%)</value>
|
||||
<comment>.
|
||||
Parameters: 0 - actual (string), 1 - estimated (string), 2 - percent (decimal) </comment>
|
||||
</data>
|
||||
<data name="MissingIndexFormat" xml:space="preserve">
|
||||
<value>Missing Index (Impact {0}): {1}</value>
|
||||
<comment>"Missing Index (Impact {0}): {1}" format string for showplan.
|
||||
Parameters: 0 - impact (string), 1 - queryText (string) </comment>
|
||||
</data>
|
||||
<data name="MissingIndexDetailsTitle" xml:space="preserve">
|
||||
<value>/*
|
||||
Missing Index Details from {0}
|
||||
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
|
||||
*/</value>
|
||||
<comment>title of missing index details.
|
||||
Parameters: 0 - fileName (string), 1 - impact (string) </comment>
|
||||
</data>
|
||||
<data name="TableNotInitializedException" xml:space="preserve">
|
||||
<value>Initialization is not properly done for table with id '{0}'</value>
|
||||
|
||||
Reference in New Issue
Block a user