| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 13.546 | 80.616 | ↑ 1.0 | 2049 | 1 |
→
Merge Right Join (cost=2254.55..3127.60 rows=2056 width=588) (actual time=46.884..80.616 rows=2049 loops=1)
|
| 2. | 17.251 | 17.251 | ↑ 1.0 | 3326 | 1 |
→
Index Scan using mdl_cont_ins_ix on mdl_context ctx (cost=0.00..18582.99 rows=3449 width=48) (actual time=0.028..17.251 rows=3326 loops=1)
|
| 3. | 11.714 | 49.819 | ↑ 1.0 | 2049 | 1 |
→
Sort (cost=2254.55..2259.69 rows=2056 width=540) (actual time=46.814..49.819 rows=2049 loops=1)
|
| 4. | 15.057 | 38.105 | ↑ 1.0 | 2049 | 1 |
→
Nested Loop IN Join (cost=0.00..2141.41 rows=2056 width=540) (actual time=0.026..38.105 rows=2049 loops=1) |
| 5. | 6.368 | 6.368 | ↑ 4.0 | 3336 | 1 |
→
Seq Scan on mdl_course c (cost=0.00..838.39 rows=13339 width=540) (actual time=0.006..6.368 rows=3336 loops=1) |
| 6. | 16.680 | 16.680 | ↑ 17.0 | 1 | 3336 |
→
Index Scan using mdl_even_cou_ix on mdl_event (cost=0.00..1.42 rows=17 width=8) (actual time=0.005..0.005 rows=1 loops=3336)
|