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

@@ -2240,14 +2240,14 @@ ParallelismOverlayTooltip = Parallel Execution
Operation = Operation
Object = Object
EstimatedCost = Estimated Cost %
EstimatedSubtree = Estimated Subtree Cost %
EstimatedSubtree = Estimated Subtree Cost
ActualRows = Actual Rows
EstimatedRows = Estimated Rows
ActualExecutions = Actual Executions
EstimatedExecutions = Estimated Executions
EstimatedCpu = Estimated CPU Cost
EstimatedIO = Estimated IO Cost
EstimatedAverageRowSize = Estimated Average Row Size
AverageRowSize = Average Row Size
ActualDataSize = Actual Data Size
############################################################################