| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 810.345 | 1682.739 | ↑ 1.0 | 2000000 | 1 |
→
Hash Join (cost=2709.40..177590.70 rows=2004171 width=66) (actual time=58.407..1682.739 rows=2000000 loops=1)
|
| 2. | 822.914 | 822.914 | ↑ 1.0 | 2000000 | 1 |
→
Seq Scan on fs_debtitem (cost=0.00..87468.89 rows=2004171 width=66) (actual time=8.896..822.914 rows=2000000 loops=1)
|
| 3. | 14.283 | 49.480 | ↑ 1.0 | 45351 | 1 |
→
Hash (cost=1787.51..1787.51 rows=45351 width=33) (actual time=49.480..49.480 rows=45351 loops=1) |
| 4. | 35.197 | 35.197 | ↑ 1.0 | 45351 | 1 |
→
Seq Scan on fs_agrperson (cost=0.00..1787.51 rows=45351 width=33) (actual time=0.016..35.197 rows=45351 loops=1) |