| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 804.665 | 1681.284 | ↑ 1.0 | 2000000 | 1 |
→
Hash Join (cost=2709.40..177590.70 rows=2004171 width=66) (actual time=60.917..1681.284 rows=2000000 loops=1)
|
| 2. | 825.138 | 825.138 | ↑ 1.0 | 2000000 | 1 |
→
Seq Scan on fs_debtitem (cost=0.00..87468.89 rows=2004171 width=66) (actual time=9.329..825.138 rows=2000000 loops=1)
|
| 3. | 15.677 | 51.481 | ↑ 1.0 | 45351 | 1 |
→
Hash (cost=1787.51..1787.51 rows=45351 width=33) (actual time=51.481..51.481 rows=45351 loops=1) |
| 4. | 35.804 | 35.804 | ↑ 1.0 | 45351 | 1 |
→
Seq Scan on fs_agrperson (cost=0.00..1787.51 rows=45351 width=33) (actual time=0.017..35.804 rows=45351 loops=1) |