| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash Join (cost=4151.30..12644.94 rows=82834 width=45) (actual time=.. rows= loops=)
|
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on public.xselloperation o (cost=0.00..3901.69 rows=88869 width=74) (actual time=.. rows= loops=)
|
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash (cost=2388.69..2388.69 rows=82769 width=45) (actual time=.. rows= loops=)
|
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on public.xselloperationstatus s (cost=0.00..2388.69 rows=82769 width=45) (actual time=.. rows= loops=)
|