# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop (cost=1.12..20.26 rows=9 width=14) (actual rows= loops=) |
||
2. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop (cost=0.84..17.44 rows=9 width=4) (actual rows= loops=)
|
||
3. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop (cost=0.56..16.60 rows=1 width=8) (actual rows= loops=) |
||
4. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using movie_title on movies a (cost=0.28..8.29 rows=1 width=4) (actual rows= loops=)
|
||
5. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Only Scan using movie_pkey on movies b (cost=0.28..8.29 rows=1 width=4) (actual rows= loops=)
|
||
6. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Only Scan using casting_pkey on castings (cost=0.29..0.72 rows=9 width=8) (actual rows= loops=)
|
||
7. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using actor_pkey on actors (cost=0.28..0.31 rows=1 width=18) (actual rows= loops=)
|