| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 4633.545 | 25572.796 | ↑ 1.1 | 1000000 | 1 |
→
Merge Join (cost=991545.77..1008695.35 rows=1128213 width=413) (actual time=15639.913..25572.796 rows=1000000 loops=1)
|
| 2. | 909.505 | 1547.102 | ↑ 1.8 | 28134 | 1 |
→
Sort (cost=93659.96..93789.51 rows=51822 width=66) (actual time=1396.111..1547.102 rows=28134 loops=1)
|
| 3. | 637.597 | 637.597 | ↑ 1.1 | 45351 | 1 |
→
Seq Scan on fs_debtitem (cost=0.00..87473.96 rows=51822 width=66) (actual time=0.120..637.597 rows=45351 loops=1)
|
| 4. | 3432.506 | 19392.149 | ↓ 1.0 | 1000000 | 1 |
→
Materialize (cost=897885.24..910226.91 rows=987333 width=380) (actual time=14023.625..19392.149 rows=1000000 loops=1) |
| 5. | 8126.711 | 15959.643 | ↓ 1.0 | 1000000 | 1 |
→
Sort (cost=897885.24..900353.58 rows=987333 width=380) (actual time=14023.614..15959.643 rows=1000000 loops=1)
|
| 6. | 5013.353 | 7832.932 | ↓ 1.0 | 1000000 | 1 |
→
Hash Join (cost=2890.40..283253.56 rows=987333 width=380) (actual time=5063.392..7832.932 rows=1000000 loops=1)
|
| 7. | 2629.496 | 2629.496 | ↓ 1.0 | 1000000 | 1 |
→
Seq Scan on cm_ledgeritem (cost=0.00..173151.00 rows=987333 width=347) (actual time=206.101..2629.496 rows=1000000 loops=1)
|
| 8. | 82.595 | 190.083 | ↑ 1.0 | 45351 | 1 |
→
Hash (cost=1791.51..1791.51 rows=45351 width=66) (actual time=190.083..190.083 rows=45351 loops=1) |
| 9. | 107.488 | 107.488 | ↑ 1.0 | 45351 | 1 |
→
Seq Scan on fs_agrperson (cost=0.00..1791.51 rows=45351 width=66) (actual time=0.010..107.488 rows=45351 loops=1) |