| HashAggregate (cost=730.44..733.28 rows=284 width=290) |
| Group Key: w.scenario_option_id, wso.name |
| -> Hash Left Join (cost=8.47..728.31 rows=284 width=282) |
| Hash Cond: (w.scenario_option_id = wso.id) |
| -> Bitmap Heap Scan on tbl_work_logs w (cost=6.59..725.61 rows=284 width=8) |
| Recheck Cond: (client_id = 149) |
| Filter: ((NOT is_draft) AND (scenario_id = 1)) |
| -> Bitmap Index Scan on tbl_work_logs_client_id_idx (cost=0.00..6.52 rows=297 width=0) |
| Index Cond: (client_id = 149) |
| -> Hash (cost=1.39..1.39 rows=39 width=278) |
| -> Seq Scan on tbl_work_log_scenario_options wso (cost=0.00..1.39 rows=39 width=278) |