-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplan_3.json
148 lines (148 loc) · 4.86 KB
/
plan_3.json
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[
{
"Plan": {
"Node Type": "Result",
"Startup Cost": 0.00,
"Total Cost": 50.13,
"Plan Rows": 7,
"Plan Width": 405,
"Actual Startup Time": 0.139,
"Actual Total Time": 0.231,
"Actual Rows": 4,
"Actual Loops": 1,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 50.11,
"Plan Rows": 7,
"Plan Width": 405,
"Actual Startup Time": 0.131,
"Actual Total Time": 0.218,
"Actual Rows": 4,
"Actual Loops": 1,
"Plans": [
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "NoMovement",
"Index Name": "idx_paris_tags",
"Relation Name": "paris",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 8.27,
"Plan Rows": 1,
"Plan Width": 450,
"Actual Startup Time": 0.009,
"Actual Total Time": 0.009,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(tags ? 'tourism'::text)",
"Filter": "(ar_num = 8)"
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "paris_linestrings",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 11.80,
"Plan Rows": 1,
"Plan Width": 450,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Filter": "((tags ? 'tourism'::text) AND (ar_num = 8))"
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "NoMovement",
"Index Name": "idx_paris_points_tags",
"Relation Name": "paris_points",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 8.27,
"Plan Rows": 1,
"Plan Width": 450,
"Actual Startup Time": 0.003,
"Actual Total Time": 0.003,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(tags ? 'tourism'::text)",
"Filter": "(ar_num = 8)"
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "NoMovement",
"Index Name": "idx_paris_polygons_tags",
"Relation Name": "paris_polygons",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 8.27,
"Plan Rows": 1,
"Plan Width": 450,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(tags ? 'tourism'::text)",
"Filter": "(ar_num = 8)"
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "paris_linestrings_ar_08",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 7.27,
"Plan Rows": 1,
"Plan Width": 513,
"Actual Startup Time": 0.103,
"Actual Total Time": 0.103,
"Actual Rows": 0,
"Actual Loops": 1,
"Filter": "((tags ? 'tourism'::text) AND (ar_num = 8))"
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "paris_points_ar_08",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 5.16,
"Plan Rows": 1,
"Plan Width": 72,
"Actual Startup Time": 0.009,
"Actual Total Time": 0.085,
"Actual Rows": 4,
"Actual Loops": 1,
"Filter": "((tags ? 'tourism'::text) AND (ar_num = 8))"
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "paris_polygons_ar_08",
"Alias": "paris",
"Startup Cost": 0.00,
"Total Cost": 1.08,
"Plan Rows": 1,
"Plan Width": 450,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Filter": "((tags ? 'tourism'::text) AND (ar_num = 8))"
}
]
}
]
},
"Triggers": [
],
"Total Runtime": 1.238
}
]