mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 01:25:40 -05:00
Adding top operations to execution plan (#1563)
* Adding more rules for prop * adding top operations to ep * Reverting changes made to display cost * Fixing comments * Removing whitespace * Fixing data size property
This commit is contained in:
@@ -2234,6 +2234,22 @@ WarningOverlayTooltip = Warnings
|
||||
;tooltip text for node parallelism overlay
|
||||
ParallelismOverlayTooltip = Parallel Execution
|
||||
|
||||
#
|
||||
# Top operation column Names
|
||||
#
|
||||
Operation = Operation
|
||||
Object = Object
|
||||
EstimatedCost = Estimated 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
|
||||
ActualDataSize = Actual Data Size
|
||||
|
||||
############################################################################
|
||||
# Table Designer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user