| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 4790.927 | 14466.334 | ↓ 1.3 | 1011861 | 1 |
→
Sort (cost=444757.03..446720.49 rows=785382 width=56) (actual time=13495.090..14466.334 rows=1011861 loops=1)
|
| 2. | 5500.548 | 9675.407 | ↓ 1.3 | 1011861 | 1 |
→
Hash Right Join (cost=178573.13..344846.21 rows=785382 width=56) (actual time=3570.329..9675.407 rows=1011861 loops=1)
|
| 3. | 604.886 | 604.886 | ↑ 1.0 | 1068530 | 1 |
→
Seq Scan on dublincore "_F2" (cost=0.00..127656.30 rows=1068530 width=55) (actual time=0.020..604.886 rows=1068530 loops=1) |
| 4. | 401.689 | 3569.973 | ↓ 1.3 | 1011861 | 1 |
→
Hash (cost=162619.86..162619.86 rows=785382 width=37) (actual time=3569.973..3569.973 rows=1011861 loops=1)
|
| 5. | 1541.441 | 3168.284 | ↓ 1.3 | 1011861 | 1 |
→
Hash Join (cost=94569.78..162619.86 rows=785382 width=37) (actual time=1272.347..3168.284 rows=1011861 loops=1)
|
| 6. | 354.853 | 354.853 | ↑ 1.0 | 1068530 | 1 |
→
Seq Scan on misc "_F1" (cost=0.00..24380.62 rows=1068530 width=37) (actual time=0.012..354.853 rows=1068530 loops=1)
|
| 7. | 406.396 | 1271.990 | ↑ 1.2 | 1011861 | 1 |
→
Hash (cost=69168.03..69168.03 rows=1250540 width=37) (actual time=1271.990..1271.990 rows=1011861 loops=1)
|
| 8. | 865.594 | 865.594 | ↑ 1.2 | 1011861 | 1 |
→
Seq Scan on hierarchy (cost=0.00..69168.03 rows=1250540 width=37) (actual time=0.116..865.594 rows=1011861 loops=1)
|