QUERY PLAN
GroupAggregate (cost=309.96..310.08 rows=6 width=286)
Group Key: w.scenario_option_id, wso.name
-> Sort (cost=309.96..309.97 rows=6 width=282)
Sort Key: w.scenario_option_id, wso.name
-> Hash Left Join (cost=6.90..309.88 rows=6 width=282)
Hash Cond: (w.scenario_option_id = wso.id)
-> Bitmap Heap Scan on tbl_work_logs w (cost=5.02..307.99 rows=6 width=8)
Recheck Cond: (created_by = 1001)
Filter: ((NOT is_draft) AND (scenario_option_id IS NOT NULL) AND (start_at >= '2025-01-01 00:00:00+08'::timestamp with time zone) AND (start_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (scenario_id = 1))
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..5.02 rows=97 width=0)
Index Cond: (created_by = 1001)
-> 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)