| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 2463.159 | 13884.259 | ↓ 25366.1 | 304393 | 1 |
→
Sort (cost=27008.22..27008.25 rows=12 width=67) (actual time=13722.868..13884.259 rows=304393 loops=1)
|
| 2. | 249.792 | 11421.100 | ↓ 25366.1 | 304393 | 1 |
→
Nested Loop Left Join (cost=24782.39..27008.00 rows=12 width=67) (actual time=706.393..11421.100 rows=304393 loops=1) |
| 3. | 216.402 | 8127.378 | ↓ 25366.1 | 304393 | 1 |
→
Nested Loop (cost=24782.39..27002.46 rows=12 width=37) (actual time=706.341..8127.378 rows=304393 loops=1) |
| 4. | 228.888 | 4866.256 | ↓ 5160.5 | 304472 | 1 |
→
Nested Loop (cost=24782.39..26744.54 rows=59 width=74) (actual time=706.295..4866.256 rows=304472 loops=1) |
| 5. | 387.036 | 832.408 | ↓ 760.4 | 317080 | 1 |
→
HashAggregate (cost=24782.39..24786.56 rows=417 width=37) (actual time=706.217..832.408 rows=317080 loops=1) |
| 6. | 445.372 | 445.372 | ↓ 760.4 | 317080 | 1 |
→
Seq Scan on ancestors (cost=0.00..24781.35 rows=417 width=37) (actual time=0.047..445.372 rows=317080 loops=1)
|
| 7. | 3804.960 | 3804.960 | ↑ 1.0 | 1 | 317080 |
→
Index Scan using hierarchy_pk on hierarchy (cost=0.00..4.68 rows=1 width=37) (actual time=0.012..0.012 rows=1 loops=317080)
|
| 8. | 3044.720 | 3044.720 | ↑ 1.0 | 1 | 304472 |
→
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=304472)
|
| 9. | 3043.930 | 3043.930 | ↑ 1.0 | 1 | 304393 |
→
Index Scan using dublincore_pk on dublincore "_F2" (cost=0.00..0.45 rows=1 width=67) (actual time=0.010..0.010 rows=1 loops=304393)
|