| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 426.875 | 580.644 | ↑ 1.0 | 1000000 | 1 |
→
Hash Join (cost=2473.40..68966.40 rows=1000000 width=99) (actual time=33.936..580.644 rows=1000000 loops=1)
|
| 2. | 119.870 | 119.870 | ↑ 1.0 | 1000000 | 1 |
→
Seq Scan on tmp_cm_ledgeritem (cost=0.00..22346.00 rows=1000000 width=66) (actual time=0.014..119.870 rows=1000000 loops=1) |
| 3. | 24.523 | 33.899 | ↑ 1.0 | 45351 | 1 |
→
Hash (cost=1197.51..1197.51 rows=45351 width=99) (actual time=33.899..33.899 rows=45351 loops=1) |
| 4. | 9.376 | 9.376 | ↑ 1.0 | 45351 | 1 |
→
Seq Scan on tmp_ap_di (cost=0.00..1197.51 rows=45351 width=99) (actual time=0.002..9.376 rows=45351 loops=1) |