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:
Aasim Khan
2022-07-11 14:05:20 -07:00
committed by GitHub
parent a6e9f1a6cf
commit e68124b4d5
6 changed files with 101 additions and 47 deletions

View File

@@ -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>