| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Aggregate (cost=931.30..931.31 rows=1 width=0) (actual time=.. rows= loops=) |
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash Join (cost=462.37..931.05 rows=101 width=0) (actual time=.. rows= loops=)
|
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash Join (cost=257.77..712.61 rows=1027 width=15) (actual time=.. rows= loops=)
|
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Bitmap Heap Scan on carcase_side_assessment csa (cost=239.22..645.58 rows=10189 width=20) (actual time=.. rows= loops=)
|
||
| 5. | 0.000 | 0.000 | ↓ 0.0 |
→
Bitmap Index Scan on csa_carcase_ndx (cost=0.00..236.67 rows=10189 width=0) (actual time=.. rows= loops=)
|
||
| 6. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash (cost=17.95..17.95 rows=48 width=6) (actual time=.. rows= loops=) |
||
| 7. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on assessment a (cost=0.00..17.95 rows=48 width=6) (actual time=.. rows= loops=)
|
||
| 8. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash (cost=202.51..202.51 rows=139 width=15) (actual time=.. rows= loops=) |
||
| 9. | 0.000 | 0.000 | ↓ 0.0 |
→
Bitmap Heap Scan on carcase c (cost=17.10..202.51 rows=139 width=15) (actual time=.. rows= loops=)
|
||
| 10. | 0.000 | 0.000 | ↓ 0.0 |
→
Bitmap Index Scan on carcase_advice_ndx (cost=0.00..17.06 rows=481 width=0) (actual time=.. rows= loops=)
|