| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 5982.437 | 40931.202 | ↓ 3066.9 | 1005931 | 1 |
→
Sort (cost=94310.33..94311.15 rows=328 width=56) (actual time=39970.546..40931.202 rows=1005931 loops=1)
|
| 2. | 893.477 | 34948.765 | ↓ 3066.9 | 1005931 | 1 |
→
Nested Loop Left Join (cost=82904.45..94296.62 rows=328 width=56) (actual time=1910.467..34948.765 rows=1005931 loops=1) |
| 3. | 246.807 | 25001.909 | ↓ 3066.9 | 1005931 | 1 |
→
Nested Loop (cost=82904.45..93910.05 rows=328 width=37) (actual time=1910.450..25001.909 rows=1005931 loops=1) |
| 4. | 377.216 | 14695.792 | ↓ 1923.4 | 1005931 | 1 |
→
Nested Loop (cost=82904.45..90465.64 rows=523 width=74) (actual time=1910.429..14695.792 rows=1005931 loops=1) |
| 5. | 1662.652 | 2633.463 | ↓ 989.1 | 1062283 | 1 |
→
HashAggregate (cost=82904.45..82915.19 rows=1074 width=37) (actual time=1910.377..2633.463 rows=1062283 loops=1) |
| 6. | 970.811 | 970.811 | ↓ 989.1 | 1062283 | 1 |
→
Seq Scan on ancestors (cost=0.00..82901.76 rows=1074 width=37) (actual time=0.017..970.811 rows=1062283 loops=1)
|
| 7. | 11685.113 | 11685.113 | ↑ 1.0 | 1 | 1062283 |
→
Index Scan using hierarchy_pk on hierarchy (cost=0.00..7.02 rows=1 width=37) (actual time=0.010..0.011 rows=1 loops=1062283)
|
| 8. | 10059.310 | 10059.310 | ↑ 1.0 | 1 | 1005931 |
→
Index Scan using misc_pk on misc "_F1" (cost=0.00..6.57 rows=1 width=37) (actual time=0.009..0.010 rows=1 loops=1005931)
|
| 9. | 9053.379 | 9053.379 | ↑ 1.0 | 1 | 1005931 |
→
Index Scan using dublincore_pk on dublincore "_F2" (cost=0.00..1.17 rows=1 width=55) (actual time=0.009..0.009 rows=1 loops=1005931)
|