From 5310ac7d8eb1838a6297117bc7f9fca70291f46a Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sun, 3 Jan 2016 17:17:48 -0800 Subject: initial commit --- app/components/plan-node/plan-node.html | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 app/components/plan-node/plan-node.html (limited to 'app/components/plan-node/plan-node.html') diff --git a/app/components/plan-node/plan-node.html b/app/components/plan-node/plan-node.html new file mode 100644 index 0000000..49380a2 --- /dev/null +++ b/app/components/plan-node/plan-node.html @@ -0,0 +1,50 @@ +
+
+

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

+ {{duration}}{{durationUnit}} | + {{executionTimePercent}}% + +
+ +
on + {{node['Schema']}}.{{node['Relation Name']}} + ({{node['Alias']}}) +
+ +
by {{node['Group Key']}}
+
by {{node['Sort Key']}}
+
{{node['Join Type']}} join
+
using {{node['Index Name']}}
+ +
+ {{tag}} +
+ +
+
+ +
+ + {{viewOptions.highlightType}}: {{highlightValue | number:'.0-2'}} + +
+ +
+ over estimated rows + under estimated rows + by {{plannerRowEstimateValue}}x +
+ + + + + + +
{{prop.key}}{{prop.value}}
+
+ + -- cgit v1.2.3