| Unique (cost=20.91..20.92 rows=1 width=4) |
| -> Sort (cost=20.91..20.92 rows=1 width=4) |
| Sort Key: s.created_by |
| -> Nested Loop (cost=0.29..20.90 rows=1 width=4) |
| -> Seq Scan on tbl_schedule_carbon_copy_rels ccr (cost=0.00..12.60 rows=1 width=4) |
| Filter: (user_id = 5064) |
| -> Index Scan using tbl_schedules_pkey on tbl_schedules s (cost=0.29..8.30 rows=1 width=8) |
| Index Cond: (id = ccr.schedule_id) |