| Aggregate (cost=395.73..395.74 rows=1 width=8) |
| -> HashAggregate (cost=390.62..392.89 rows=227 width=479) |
| Group Key: s.id |
| -> Hash Right Join (cost=377.36..390.05 rows=227 width=4) |
| Hash Cond: (ccr.schedule_id = s.id) |
| -> Seq Scan on tbl_schedule_carbon_copy_rels ccr (cost=0.00..10.88 rows=688 width=4) |
| -> Hash (cost=374.53..374.53 rows=227 width=12) |
| -> Bitmap Heap Scan on tbl_schedules s (cost=6.08..374.53 rows=227 width=12) |
| Recheck Cond: (client_id = 149) |
| Filter: ((set_top_at IS NULL) AND is_complete) |
| -> Bitmap Index Scan on tbl_schedules_client_id_idx (cost=0.00..6.03 rows=232 width=0) |
| Index Cond: (client_id = 149) |