| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 2466.222 | 14528.065 | ↓ 304390.0 | 304390 | 1 |
→
Sort (cost=26819.69..26819.70 rows=1 width=67) (actual time=14366.814..14528.065 rows=304390 loops=1)
|
| 2. | 208.810 | 12061.843 | ↓ 304390.0 | 304390 | 1 |
→
Nested Loop (cost=24782.39..26819.68 rows=1 width=67) (actual time=761.713..12061.843 rows=304390 loops=1) |
| 3. | 248.602 | 8808.343 | ↓ 304469.0 | 304469 | 1 |
→
Nested Loop Left Join (cost=24782.39..26815.31 rows=1 width=104) (actual time=761.655..8808.343 rows=304469 loops=1) |
| 4. | 189.317 | 5515.051 | ↓ 304469.0 | 304469 | 1 |
→
Nested Loop (cost=24782.39..26811.78 rows=1 width=74) (actual time=761.601..5515.051 rows=304469 loops=1) |
| 5. | 404.067 | 886.656 | ↓ 760.4 | 317077 | 1 |
→
HashAggregate (cost=24782.39..24786.56 rows=417 width=37) (actual time=761.497..886.656 rows=317077 loops=1) |
| 6. | 482.589 | 482.589 | ↓ 760.4 | 317077 | 1 |
→
Seq Scan on ancestors (cost=0.00..24781.35 rows=417 width=37) (actual time=0.031..482.589 rows=317077 loops=1)
|
| 7. | 4439.078 | 4439.078 | ↑ 1.0 | 1 | 317077 |
→
Index Scan using hierarchy_pk on hierarchy (cost=0.00..4.84 rows=1 width=37) (actual time=0.014..0.014 rows=1 loops=317077)
|
| 8. | 3044.690 | 3044.690 | ↑ 1.0 | 1 | 304469 |
→
Index Scan using dublincore_pk on dublincore "_F2" (cost=0.00..3.52 rows=1 width=67) (actual time=0.010..0.010 rows=1 loops=304469)
|
| 9. | 3044.690 | 3044.690 | ↑ 1.0 | 1 | 304469 |
→
Index Scan using misc_pk on misc "_F1" (cost=0.00..4.36 rows=1 width=37) (actual time=0.010..0.010 rows=1 loops=304469)
|