QUERY PLAN
Seq Scan on tbl_calendars (cost=0.00..587.01 rows=1 width=58)
Filter: (is_remind AND (created_by = 1000) AND ((start_at >= '2025-07-04 00:00:00+08'::timestamp with time zone) OR (end_at >= '2025-07-04 00:00:00+08'::timestamp with time zone)))