mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 17:24:34 -05:00
Adding more top operations columns and fixing some column values (#1571)
* Adding more rules for prop * adding top operations to ep * Reverting changes made to display cost * Fixing comments * Removing whitespace * Fixing data size property * Adding const keys, fixing to table data, adding more info * Removing undeclared prop
This commit is contained in:
@@ -6210,8 +6210,8 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EstimatedSubtree">
|
||||
<source>Estimated Subtree Cost %</source>
|
||||
<target state="new">Estimated Subtree Cost %</target>
|
||||
<source>Estimated Subtree Cost</source>
|
||||
<target state="new">Estimated Subtree Cost</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ActualRows">
|
||||
@@ -6249,9 +6249,9 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Actual Data Size</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EstimatedAverageRowSize">
|
||||
<source>Estimated Average Row Size</source>
|
||||
<target state="new">Estimated Average Row Size</target>
|
||||
<trans-unit id="AverageRowSize">
|
||||
<source>Average Row Size</source>
|
||||
<target state="new">Average Row Size</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user