Bitmap Heap Scan on tbl_work_logs w (cost=24.74..1230.81 rows=1 width=20) |
Recheck Cond: ((created_by = ANY ('{5300,5311}'::integer[])) AND (created_by = 5300)) |
Filter: ((NOT is_draft) AND ((start_at IS NOT NULL) OR (end_at IS NOT NULL)) AND (((start_at >= '2025-07-01 00:00:00+08'::timestamp with time zone) AND (end_at < '2025-07-31 00:00:00+08'::timestamp with time zone)) OR ((start_at <= '2025-07-01 00:00:00+08'::timestamp with time zone) AND (end_at > '2025-07-01 00:00:00+08'::timestamp with time zone)) OR ((start_at <= '2025-07-31 00:00:00+08'::timestamp with time zone) AND (end_at > '2025-07-31 00:00:00+08'::timestamp with time zone)))) |
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..24.74 rows=816 width=0) |
Index Cond: ((created_by = ANY ('{5300,5311}'::integer[])) AND (created_by = 5300)) |