-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwith_materialized_views.json
More file actions
110 lines (110 loc) · 3.26 KB
/
Copy pathwith_materialized_views.json
File metadata and controls
110 lines (110 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"Plan": {
"Node Type": "Sort",
"Parallel Aware": false,
"Startup Cost": 87.73,
"Total Cost": 89.85,
"Plan Rows": 850,
"Plan Width": 80,
"Actual Startup Time": 0.177,
"Actual Total Time": 0.177,
"Actual Rows": 2,
"Actual Loops": 1,
"Sort Key": ["s.country_id"],
"Sort Method": "quicksort",
"Sort Space Used": 25,
"Sort Space Type": "Memory",
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "InitPlan",
"Subplan Name": "CTE total_sum",
"Parallel Aware": false,
"Relation Name": "total_sum",
"Alias": "total_sum",
"Startup Cost": 0.00,
"Total Cost": 18.50,
"Plan Rows": 850,
"Plan Width": 68,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.011,
"Actual Rows": 2,
"Actual Loops": 1
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Outer",
"Parallel Aware": false,
"Join Type": "Inner",
"Startup Cost": 8.60,
"Total Cost": 27.87,
"Plan Rows": 850,
"Plan Width": 80,
"Actual Startup Time": 0.163,
"Actual Total Time": 0.167,
"Actual Rows": 2,
"Actual Loops": 1,
"Inner Unique": true,
"Hash Cond": "(s.country_id = c.id)",
"Plans": [
{
"Node Type": "CTE Scan",
"Parent Relationship": "Outer",
"Parallel Aware": false,
"CTE Name": "total_sum",
"Alias": "s",
"Startup Cost": 0.00,
"Total Cost": 17.00,
"Plan Rows": 850,
"Plan Width": 68,
"Actual Startup Time": 0.013,
"Actual Total Time": 0.015,
"Actual Rows": 2,
"Actual Loops": 1
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Parallel Aware": false,
"Startup Cost": 5.49,
"Total Cost": 5.49,
"Plan Rows": 249,
"Plan Width": 16,
"Actual Startup Time": 0.141,
"Actual Total Time": 0.142,
"Actual Rows": 249,
"Actual Loops": 1,
"Hash Buckets": 1024,
"Original Hash Buckets": 1024,
"Hash Batches": 1,
"Original Hash Batches": 1,
"Peak Memory Usage": 21,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Parallel Aware": false,
"Relation Name": "countries",
"Alias": "c",
"Startup Cost": 0.00,
"Total Cost": 5.49,
"Plan Rows": 249,
"Plan Width": 16,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.068,
"Actual Rows": 249,
"Actual Loops": 1
}
]
}
]
}
]
},
"Planning Time": 0.208,
"Triggers": [
],
"Execution Time": 0.217
}
]