| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.512 | 275.143 | ↑ 8.6 | 693 | 1 |
→
Sort (cost=249569.46..249584.29 rows=5930 width=36) (actual time=275.104..275.143 rows=693 loops=1)
|
| 2. | 25.379 | 274.631 | ↑ 8.6 | 693 | 1 |
→
Seq Scan on institution_courses ic (cost=0.00..249197.84 rows=5930 width=36) (actual time=0.109..274.631 rows=693 loops=1)
|
| 3. |
SubPlan (forSeq Scan) |
|||||
| 4. | 4.851 | 36.036 | ↑ 1.0 | 1 | 693 |
→
Aggregate (cost=8.37..8.38 rows=1 width=0) (actual time=0.052..0.052 rows=1 loops=693) |
| 5. | 31.185 | 31.185 | ↓ 79.0 | 79 | 693 |
→
Index Scan using pk_supervisor on institution_role ir (cost=0.00..8.37 rows=1 width=0) (actual time=0.006..0.045 rows=79 loops=693)
|
| 6. | 4.851 | 36.036 | ↑ 1.0 | 1 | 693 |
→
Aggregate (cost=8.37..8.38 rows=1 width=0) (actual time=0.052..0.052 rows=1 loops=693) |
| 7. | 31.185 | 31.185 | ↓ 79.0 | 79 | 693 |
→
Index Scan using pk_supervisor on institution_role ir (cost=0.00..8.37 rows=1 width=0) (actual time=0.005..0.045 rows=79 loops=693)
|
| 8. | 17.718 | 177.180 | ↑ 1.0 | 1 | 17718 |
→
Aggregate (cost=8.37..8.38 rows=1 width=0) (actual time=0.010..0.010 rows=1 loops=17718) |
| 9. | 159.462 | 159.462 | ↓ 8.0 | 8 | 17718 |
→
Index Scan using pk_supervisor on institution_role ir (cost=0.00..8.37 rows=1 width=0) (actual time=0.005..0.009 rows=8 loops=17718)
|