| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 2.076 | 11442.937 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=17727.23..17727.24 rows=1 width=0) (actual time=11442.937..11442.937 rows=1 loops=1) |
| 2. | 40.422 | 11440.861 | ↓ 35875.0 | 35875 | 1 |
→
HashAggregate (cost=17727.20..17727.21 rows=1 width=8) (actual time=11434.465..11440.861 rows=35875 loops=1) |
| 3. | 154.647 | 11400.439 | ↓ 36009.0 | 36009 | 1 |
→
Nested Loop (cost=280.53..17727.20 rows=1 width=8) (actual time=21.299..11400.439 rows=36009 loops=1) |
| 4. | 152.595 | 10691.390 | ↓ 277201.0 | 277201 | 1 |
→
Nested Loop (cost=280.53..17573.31 rows=1 width=12) (actual time=21.228..10691.390 rows=277201 loops=1) |
| 5. | 684.470 | 9984.393 | ↓ 277201.0 | 277201 | 1 |
→
Nested Loop (cost=280.53..17572.87 rows=1 width=8) (actual time=21.218..9984.393 rows=277201 loops=1) |
| 6. | 340.606 | 7080.995 | ↓ 1109464.0 | 1109464 | 1 |
→
Nested Loop (cost=280.53..17418.98 rows=1 width=12) (actual time=21.156..7080.995 rows=1109464 loops=1) |
| 7. | 398.799 | 4521.461 | ↓ 1109464.0 | 1109464 | 1 |
→
Nested Loop (cost=280.53..17418.54 rows=1 width=8) (actual time=21.122..4521.461 rows=1109464 loops=1)
|
| 8. | 267.252 | 1806.302 | ↓ 1158180.0 | 1158180 | 1 |
→
Nested Loop (cost=280.53..17409.99 rows=1 width=20) (actual time=21.088..1806.302 rows=1158180 loops=1) |
| 9. | 45.978 | 175.002 | ↓ 48716.0 | 48716 | 1 |
→
Nested Loop (cost=49.80..122.36 rows=1 width=8) (actual time=21.052..175.002 rows=48716 loops=1) |
| 10. | 10.703 | 31.592 | ↓ 8119.3 | 48716 | 1 |
→
Bitmap Heap Scan on component component1 (cost=49.80..72.51 rows=6 width=4) (actual time=21.023..31.592 rows=48716 loops=1)
|
| 11. | 0.098 | 20.889 | ↓ 0.0 | 0 | 1 |
→
BitmapAnd (cost=49.80..49.80 rows=6 width=0) (actual time=20.889..20.889 rows=0 loops=1) |
| 12. | 11.522 | 11.522 | ↓ 152.9 | 173257 | 1 |
→
Bitmap Index Scan on idx_component_name (cost=0.00..24.77 rows=1133 width=0) (actual time=11.522..11.522 rows=173257 loops=1)
|
| 13. | 9.269 | 9.269 | ↓ 90.1 | 102136 | 1 |
→
Bitmap Index Scan on idx_component_type (cost=0.00..24.77 rows=1133 width=0) (actual time=9.269..9.269 rows=102136 loops=1)
|
| 14. | 97.432 | 97.432 | ↑ 1.0 | 1 | 48716 |
→
Index Scan using "PK_component" on component component2 (cost=0.00..8.29 rows=1 width=4) (actual time=0.002..0.002 rows=1 loops=48716)
|
| 15. | 1120.468 | 1364.048 | ↑ 506.5 | 24 | 48716 |
→
Bitmap Heap Scan on rank rank2 (cost=230.73..17135.66 rows=12157 width=12) (actual time=0.008..0.028 rows=24 loops=48716)
|
| 16. | 243.580 | 243.580 | ↑ 506.5 | 24 | 48716 |
→
Bitmap Index Scan on idx_rank_component_ref (cost=0.00..227.69 rows=12157 width=0) (actual time=0.005..0.005 rows=24 loops=48716)
|
| 17. | 2316.360 | 2316.360 | ↑ 1.0 | 1 | 1158180 |
→
Index Scan using "UNIQ_rank_pre" on rank rank1 (cost=0.00..8.53 rows=1 width=12) (actual time=0.002..0.002 rows=1 loops=1158180)
|
| 18. | 2218.928 | 2218.928 | ↑ 1.0 | 1 | 1109464 |
→
Index Scan using "PK_node" on node node1 (cost=0.00..0.44 rows=1 width=4) (actual time=0.002..0.002 rows=1 loops=1109464)
|
| 19. | 2218.928 | 2218.928 | ↓ 0.0 | 0 | 1109464 |
→
Index Scan using "UNIQ_node_annotation" on node_annotation node_annotation1 (cost=0.00..153.87 rows=1 width=4) (actual time=0.002..0.002 rows=0 loops=1109464)
|
| 20. | 554.402 | 554.402 | ↑ 1.0 | 1 | 277201 |
→
Index Scan using "PK_node" on node node2 (cost=0.00..0.44 rows=1 width=4) (actual time=0.002..0.002 rows=1 loops=277201)
|
| 21. | 554.402 | 554.402 | ↓ 0.0 | 0 | 277201 |
→
Index Scan using "UNIQ_node_annotation" on node_annotation node_annotation2 (cost=0.00..153.87 rows=1 width=4) (actual time=0.002..0.002 rows=0 loops=277201)
|