| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 11739.433 | 12494.520 | ↑ 1.0 | 1000000 | 1 |
→
Sort (cost=332686.74..335186.74 rows=1000000 width=99) (actual time=12272.760..12494.520 rows=1000000 loops=1)
|
| 2. | 520.659 | 755.087 | ↑ 1.0 | 1000000 | 1 |
→
Hash Join (cost=2473.40..68966.40 rows=1000000 width=99) (actual time=32.973..755.087 rows=1000000 loops=1)
|
| 3. | 201.491 | 201.491 | ↑ 1.0 | 1000000 | 1 |
→
Seq Scan on tmp_cm_ledgeritem (cost=0.00..22346.00 rows=1000000 width=66) (actual time=0.014..201.491 rows=1000000 loops=1) |
| 4. | 23.237 | 32.937 | ↑ 1.0 | 45351 | 1 |
→
Hash (cost=1197.51..1197.51 rows=45351 width=99) (actual time=32.937..32.937 rows=45351 loops=1) |
| 5. | 9.700 | 9.700 | ↑ 1.0 | 45351 | 1 |
→
Seq Scan on tmp_ap_di (cost=0.00..1197.51 rows=45351 width=99) (actual time=0.008..9.700 rows=45351 loops=1) |