From 9554ab8c51c0a5853a58be98936223908eabcbb9 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Mon, 4 Jan 2016 21:32:55 -0800 Subject: add node descriptions, clean up plan-node.ts --- app/components/plan-node/plan-node.html | 40 +++++++++++------- app/components/plan-node/plan-node.ts | 73 ++++++++------------------------- 2 files changed, 43 insertions(+), 70 deletions(-) (limited to 'app/components/plan-node') diff --git a/app/components/plan-node/plan-node.html b/app/components/plan-node/plan-node.html index ddf6722..08a7a96 100644 --- a/app/components/plan-node/plan-node.html +++ b/app/components/plan-node/plan-node.html @@ -1,26 +1,30 @@ -
+
-

{{node['Node Type'] | uppercase}} +

{{node[_planService.NODE_TYPE_PROP] | uppercase}}

{{duration}}{{durationUnit}} | {{executionTimePercent}}%
-
+
on - {{node['Schema']}}.{{node['Relation Name']}} - ({{node['Alias']}}) + {{node[_planService.SCHEMA_PROP]}}.{{node[_planService.RELATION_NAME_PROP]}} + ({{node[_planService.ALIAS_PROP]}})
-
by {{node['Group Key']}}
-
by {{node['Sort Key']}}
-
{{node['Join Type']}} join
-
using {{node['Index Name']}}
+
+ by {{node[_planService.GROUP_KEY_PROP]}}
+
+ by {{node[_planService.SORT_KEY_PROP]}}
+
{{node[_planService.JOIN_TYPE_PROP]}} + join
+
+ using {{node[_planService.INDEX_NAME_PROP]}}
{{tag}} @@ -41,12 +45,18 @@ by {{plannerRowEstimateValue}}x
- - - - - -
{{prop.key}}{{prop.value}}
+
+
+ {{node[_planService.NODE_TYPE_PROP]}} Node +
+ + + + + + +
{{prop.key}}{{prop.value}}
+